src/share/vm/runtime/globals.hpp

changeset 866
a45484ea312d
parent 841
67e8b4d06369
child 869
de78b80cedec
equal deleted inserted replaced
865:4d20a3aaf1ab 866: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 " \

mercurial