/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 651 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 652 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 653 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes() 660 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 216 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 338 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 651 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 652 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 653 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes() 660 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 210 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 332 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 51 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 608 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 609 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 610 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes() 617 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 221 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 323 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 50 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 621 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 622 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 623 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes() 630 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 325 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 50 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 621 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 622 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 623 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes() 630 … byte_size_in_proper_unit(MaxTLABSizeBytes), proper_unit_for_byte_size(MaxTLABSizeBytes)); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 325 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 53 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 610 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 611 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 612 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 324 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 55 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 627 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 628 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 629 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 223 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 326 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shenandoah/ |
H A D | shenandoahHeapRegion.cpp | 52 size_t ShenandoahHeapRegion::MaxTLABSizeBytes = 0; member in ShenandoahHeapRegion 609 guarantee(MaxTLABSizeBytes == 0, "we should only set it once"); in setup_sizes() 610 MaxTLABSizeBytes = MaxTLABSizeWords * HeapWordSize; in setup_sizes() 611 assert (MaxTLABSizeBytes > MinTLABSize, "should be larger"); in setup_sizes()
|
H A D | shenandoahHeapRegion.hpp | 222 static size_t MaxTLABSizeBytes; member in ShenandoahHeapRegion 324 return ShenandoahHeapRegion::MaxTLABSizeBytes; in max_tlab_size_bytes()
|