-
Type:
Sub-task
-
Resolution: Fixed
-
Priority:
P4
-
None
-
Affects Version/s: None
-
Component/s: hotspot
Leaving a primitive array (obj->is_typeArray()) in young-gen is harmless because these objects are never relocated and they are not scanned. Leaving primitive arrays in young-gen memory allows their memory to be reclaimed more quickly when it becomes garbage.