-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 13
-
Component/s: hotspot
-
b03
Moving the definition of these methods from collectedHeap.cpp to collectedHeap.inline.hpp is size-neutral in static binary size, but allows for a small micro-optimization in microbenchmarks exercising these code paths. Common during startup/warmup for something like Array.newInstance.