src/share/vm/runtime/arguments.cpp

changeset 3130
5432047c7db7
parent 2998
8a4fc2990229
child 3134
5257f8e66b40
equal deleted inserted replaced
3129:da6a29fb0da5 3130:5432047c7db7
3016 if (result != JNI_OK) { 3016 if (result != JNI_OK) {
3017 return result; 3017 return result;
3018 } 3018 }
3019 3019
3020 #ifdef JAVASE_EMBEDDED 3020 #ifdef JAVASE_EMBEDDED
3021 #ifdef PPC
3022 UNSUPPORTED_OPTION(EnableInvokeDynamic, "Invoke dynamic");
3023 #endif
3024 UNSUPPORTED_OPTION(UseG1GC, "G1 GC"); 3021 UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
3025 #endif 3022 #endif
3026 3023
3027 #ifndef PRODUCT 3024 #ifndef PRODUCT
3028 if (TraceBytecodesAt != 0) { 3025 if (TraceBytecodesAt != 0) {

mercurial