comparison src/share/vm/runtime/globals.hpp @ 4059:44ce519bc3d1

7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer Reviewed-by: kvn, jrose, twisti
author never
date Tue, 08 Nov 2011 10:31:53 -0800
parents 5bda8dae4e14
children 670a74b863fc
comparison
equal deleted inserted replaced
4058:59e515ee9354 4059:44ce519bc3d1
575 "Reclamation of zombie and not-entrant methods") \ 575 "Reclamation of zombie and not-entrant methods") \
576 \ 576 \
577 develop(bool, VerifyStack, false, \ 577 develop(bool, VerifyStack, false, \
578 "Verify stack of each thread when it is entering a runtime call") \ 578 "Verify stack of each thread when it is entering a runtime call") \
579 \ 579 \
580 develop(bool, ForceUnreachable, false, \ 580 diagnostic(bool, ForceUnreachable, false, \
581 "(amd64) Make all non code cache addresses to be unreachable with rip-rel forcing use of 64bit literal fixups") \ 581 "Make all non code cache addresses to be unreachable with forcing use of 64bit literal fixups") \
582 \ 582 \
583 notproduct(bool, StressDerivedPointers, false, \ 583 notproduct(bool, StressDerivedPointers, false, \
584 "Force scavenge when a derived pointers is detected on stack " \ 584 "Force scavenge when a derived pointers is detected on stack " \
585 "after rtm call") \ 585 "after rtm call") \
586 \ 586 \