mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7087445: Improve platform independence of JSR292 shared code
Changes necessary for some JSR292 ports Reviewed-by: jrose, dholmes
This commit is contained in:
parent
61068411fa
commit
6141a568aa
9 changed files with 34 additions and 14 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue