equal
deleted
inserted
replaced
812 "Trace calls to C heap malloc/free allocation") \ |
812 "Trace calls to C heap malloc/free allocation") \ |
813 \ |
813 \ |
814 product(bool, PrintOopAddress, false, \ |
814 product(bool, PrintOopAddress, false, \ |
815 "Always print the location of the oop") \ |
815 "Always print the location of the oop") \ |
816 \ |
816 \ |
817 notproduct(bool, VerifyCodeCacheOften, false, \ |
817 notproduct(bool, VerifyCodeCache, false, \ |
818 "Verify compiled-code cache often") \ |
818 "Verify code cache on memory allocation/deallocation") \ |
819 \ |
819 \ |
820 develop(bool, ZapDeadCompiledLocals, false, \ |
820 develop(bool, ZapDeadCompiledLocals, false, \ |
821 "Zap dead locals in compiler frames") \ |
821 "Zap dead locals in compiler frames") \ |
822 \ |
822 \ |
823 notproduct(bool, ZapDeadLocalsOld, false, \ |
823 notproduct(bool, ZapDeadLocalsOld, false, \ |
3294 "Thread safety margin is used on fixed-stack LinuxThreads (on " \ |
3294 "Thread safety margin is used on fixed-stack LinuxThreads (on " \ |
3295 "Linux/x86 only) to prevent heap-stack collision. Set to 0 to " \ |
3295 "Linux/x86 only) to prevent heap-stack collision. Set to 0 to " \ |
3296 "disable this feature") \ |
3296 "disable this feature") \ |
3297 \ |
3297 \ |
3298 /* code cache parameters */ \ |
3298 /* code cache parameters */ \ |
3299 /* ppc64 has large code-entry alignment. */ \ |
3299 /* ppc64/tiered compilation has large code-entry alignment. */ \ |
3300 develop(uintx, CodeCacheSegmentSize, 64 PPC64_ONLY(+64), \ |
3300 develop(uintx, CodeCacheSegmentSize, 64 PPC64_ONLY(+64) NOT_PPC64(TIERED_ONLY(+64)),\ |
3301 "Code cache segment size (in bytes) - smallest unit of " \ |
3301 "Code cache segment size (in bytes) - smallest unit of " \ |
3302 "allocation") \ |
3302 "allocation") \ |
3303 \ |
3303 \ |
3304 develop_pd(intx, CodeEntryAlignment, \ |
3304 develop_pd(intx, CodeEntryAlignment, \ |
3305 "Code entry alignment for generated code (in bytes)") \ |
3305 "Code entry alignment for generated code (in bytes)") \ |