-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 26
-
Component/s: hotspot
-
master
Noticed this when looking at disassembly. Cosmetic issue in JDK-8360707 makes the stub identifiers look fairly weird:
0x0000786da3c1a6f2: call Stub::Stub Generator lookup_secondary_supers_table_slow_path_stub
; {runtime_call Stub::Stub Generator lookup_secondary_supers_table_slow_path_stub}
Notice "Stub Generator" in the middle of the stub identifier.
0x0000786da3c1a6f2: call Stub::Stub Generator lookup_secondary_supers_table_slow_path_stub
; {runtime_call Stub::Stub Generator lookup_secondary_supers_table_slow_path_stub}
Notice "Stub Generator" in the middle of the stub identifier.
- caused by
-
JDK-8360707 Globally enumerate all blobs, stubs and entries
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/42313289
-
Review(master)
openjdk/jdk/29080