-
Enhancement
-
Resolution: Fixed
-
P4
-
13
-
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.