Gitiles
Code Review
Sign In
git.eclipse.org
/
objectteams
/
org.eclipse.objectteams
/
fa7c1fcc12afdb7a732b9c661f941fa5f1e1696b
/
.
/
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
);