comparison src/share/vm/runtime/globals.hpp @ 2492:4e5515d09314

Fixed merge issues. - Accessing static fields from the java.lang.Class object instead of the klassOop (1-line-change) - Fixed issue with RiField object caching (the caching was only taking the offset as a field ID, but need to take offset+is_static)
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 22 Apr 2011 19:00:07 +0200
parents 0654ee04b214
children 008adfd6d850
comparison
equal deleted inserted replaced
2491:0654ee04b214 2492:4e5515d09314
3694 \ 3694 \
3695 diagnostic(bool, SharedSkipVerify, false, \ 3695 diagnostic(bool, SharedSkipVerify, false, \
3696 "Skip assert() and verify() which page-in unwanted shared " \ 3696 "Skip assert() and verify() which page-in unwanted shared " \
3697 "objects. ") \ 3697 "objects. ") \
3698 \ 3698 \
3699 diagnostic(bool, EnableInvokeDynamic, true, \ 3699 diagnostic(bool, EnableInvokeDynamic, false, \
3700 "support JSR 292 (method handles, invokedynamic, " \ 3700 "support JSR 292 (method handles, invokedynamic, " \
3701 "anonymous classes") \ 3701 "anonymous classes") \
3702 \ 3702 \
3703 product(bool, AnonymousClasses, false, \ 3703 product(bool, AnonymousClasses, false, \
3704 "support sun.misc.Unsafe.defineAnonymousClass (deprecated)") \ 3704 "support sun.misc.Unsafe.defineAnonymousClass (deprecated)") \