According to JDK-8272569, disabling Vtable-based CHA optimization with the option -XX:-UseVtableBasedCHA and the original implementation should be removed in a future release.
The option was provided in case bugs are encountered in the new code. Is it time to remove the original code to minimize code paths through dependency generation code?
The option was provided in case bugs are encountered in the new code. Is it time to remove the original code to minimize code paths through dependency generation code?
- relates to
-
JDK-8288064 Class initialization locking
- Resolved
-
JDK-8266074 Vtable-based CHA implementation
- Resolved