This commit is contained in:
Igor Veresov 2011-09-09 12:44:37 -07:00
commit 67ba51cae8
20 changed files with 282 additions and 63 deletions

View file

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