Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
9bb7964898c19e7c2a55ced61424f96f7670a20b
/
.
/
plugins
/
org.eclipse.objectteams.otequinox.sunjvm
/
META-INF
/
p2.inf
blob: 856393a83691ae8ea360fb42a9592bee6ce0b601 [
file
] [
log
] [
blame
]
instructions
.
install
=
\
addJvmArg
(
jvmArg
:-
XX
:+
UnlockDiagnosticVMOptions
);
\
addJvmArg
(
jvmArg
:-
XX
:+
UnsyncloadClass
);
instructions
.
uninstall
=
\
removeJvmArg
(
jvmArg
:-
XX
:+
UnlockDiagnosticVMOptions
);
\
removeJvmArg
(
jvmArg
:-
XX
:+
UnsyncloadClass
);