< prev index next >

src/hotspot/share/runtime/globals.hpp

Print this page

        

*** 1436,1449 **** \ product(bool, ZVerifyForwarding, false, \ "Verify forwarding tables (for debugging only)") \ \ product(bool, ZWeakRoots, true, \ ! "Treat JNI WeakGlobalRefs and StringTable as weak roots") \ \ product(bool, ZConcurrentJNIWeakGlobalHandles, true, \ ! "Clean JNI WeakGlobalRefs concurrently") \ \ product(size_t, ZMarkStacksMax, NOT_LP64(512*M) LP64_ONLY(8*G), \ "Maximum number of bytes allocated for marking stacks") \ range(32*M, NOT_LP64(512*M) LP64_ONLY(1024*G)) \ \ --- 1436,1450 ---- \ product(bool, ZVerifyForwarding, false, \ "Verify forwarding tables (for debugging only)") \ \ product(bool, ZWeakRoots, true, \ ! "Treat JNI WeakGlobalRefs and StringTable as weak roots " \ ! "(for debugging only)") \ \ product(bool, ZConcurrentJNIWeakGlobalHandles, true, \ ! "Clean JNI WeakGlobalRefs concurrently (for debugging only)") \ \ product(size_t, ZMarkStacksMax, NOT_LP64(512*M) LP64_ONLY(8*G), \ "Maximum number of bytes allocated for marking stacks") \ range(32*M, NOT_LP64(512*M) LP64_ONLY(1024*G)) \ \
< prev index next >