comparison src/share/vm/runtime/globals.hpp @ 431:a45484ea312d

6653858: dynamic languages need to be able to load anonymous classes Summary: low-level privileged sun.misc.Unsafe.defineAnonymousClass Reviewed-by: kvn
author jrose
date Wed, 12 Nov 2008 22:33:26 -0800
parents 67e8b4d06369
children de78b80cedec
comparison
equal deleted inserted replaced
430:4d20a3aaf1ab 431:a45484ea312d
3228 \ 3228 \
3229 diagnostic(bool, SharedSkipVerify, false, \ 3229 diagnostic(bool, SharedSkipVerify, false, \
3230 "Skip assert() and verify() which page-in unwanted shared " \ 3230 "Skip assert() and verify() which page-in unwanted shared " \
3231 "objects. ") \ 3231 "objects. ") \
3232 \ 3232 \
3233 product(bool, AnonymousClasses, false, \
3234 "support sun.misc.Unsafe.defineAnonymousClass") \
3235 \
3233 product(bool, TaggedStackInterpreter, false, \ 3236 product(bool, TaggedStackInterpreter, false, \
3234 "Insert tags in interpreter execution stack for oopmap generaion")\ 3237 "Insert tags in interpreter execution stack for oopmap generaion")\
3235 \ 3238 \
3236 diagnostic(bool, PauseAtStartup, false, \ 3239 diagnostic(bool, PauseAtStartup, false, \
3237 "Causes the VM to pause at startup time and wait for the pause " \ 3240 "Causes the VM to pause at startup time and wait for the pause " \