-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 6
-
Component/s: hotspot
At class data sharing dump time, complete Java vtables and itables are stored in the shared archive. At runtime, we call initialize_vtable() and intialize_itable() during the class link step for all classes, including shared classes. This is unnecessary for shared classes.
For more detail see comments.
For more detail see comments.