7087445: Improve platform independence of JSR292 shared code

Changes necessary for some JSR292 ports

Reviewed-by: jrose, dholmes
This commit is contained in:
Bertrand Delsart 2011-09-08 10:12:25 +02:00
parent 61068411fa
commit 6141a568aa
9 changed files with 34 additions and 14 deletions

View file

@ -3018,9 +3018,6 @@ jint Arguments::parse(const JavaVMInitArgs* args) {
}
#ifdef JAVASE_EMBEDDED
#ifdef PPC
UNSUPPORTED_OPTION(EnableInvokeDynamic, "Invoke dynamic");
#endif
UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
#endif