-
Bug
-
Resolution: Fixed
-
P3
-
6
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.