comparison src/share/vm/runtime/thread.cpp @ 2416:38fea01eb669

6817525: turn on method handle functionality by default for JSR 292 Summary: After appropriate testing, we need to turn on EnableMethodHandles and EnableInvokeDynamic by default. Reviewed-by: never, kvn, jrose, phh
author twisti
date Thu, 31 Mar 2011 02:31:57 -0700
parents c7f3d0b4570f
children 0654ee04b214 2e038ad0c1d0
comparison
equal deleted inserted replaced
2415:09f96c3ff1ad 2416:38fea01eb669
3227 warning("java.lang.ClassCastException has not been initialized"); 3227 warning("java.lang.ClassCastException has not been initialized");
3228 warning("java.lang.ArrayStoreException has not been initialized"); 3228 warning("java.lang.ArrayStoreException has not been initialized");
3229 warning("java.lang.ArithmeticException has not been initialized"); 3229 warning("java.lang.ArithmeticException has not been initialized");
3230 warning("java.lang.StackOverflowError has not been initialized"); 3230 warning("java.lang.StackOverflowError has not been initialized");
3231 } 3231 }
3232 } 3232 }
3233 3233
3234 // See : bugid 4211085. 3234 // See : bugid 4211085.
3235 // Background : the static initializer of java.lang.Compiler tries to read 3235 // Background : the static initializer of java.lang.Compiler tries to read
3236 // property"java.compiler" and read & write property "java.vm.info". 3236 // property"java.compiler" and read & write property "java.vm.info".
3237 // When a security manager is installed through the command line 3237 // When a security manager is installed through the command line