comparison src/share/vm/runtime/arguments.cpp @ 6055:35e504cb49a6

7167625: Adjustments for SE-Embedded build process Summary: Simple change to the SE-Embedded build rules that should not affect any other OpenJDK users. Reviewed-by: kvn, dholmes
author collins
date Fri, 11 May 2012 11:30:03 -0700
parents f3a4ee95783b
children cdeda3fd141e
comparison
equal deleted inserted replaced
6039:38b4116b6766 6055:35e504cb49a6
3037 jint result = parse_vm_init_args(args); 3037 jint result = parse_vm_init_args(args);
3038 if (result != JNI_OK) { 3038 if (result != JNI_OK) {
3039 return result; 3039 return result;
3040 } 3040 }
3041 3041
3042 #ifdef JAVASE_EMBEDDED 3042 #if (defined JAVASE_EMBEDDED || defined ARM)
3043 UNSUPPORTED_OPTION(UseG1GC, "G1 GC"); 3043 UNSUPPORTED_OPTION(UseG1GC, "G1 GC");
3044 #endif 3044 #endif
3045 3045
3046 #ifndef PRODUCT 3046 #ifndef PRODUCT
3047 if (TraceBytecodesAt != 0) { 3047 if (TraceBytecodesAt != 0) {