-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: core-libs
-
None
-
master
Consider:
class A { int a; } class B extends A {}
The VarHandle created by MethodHandles.Lookup.findVarHandle(B.class, "a", int.class) fails describeConstable with an InternalError instead of returning a VarHandleDesc.
Credit to [~mcimadamore] for discovering this issue.
class A { int a; } class B extends A {}
The VarHandle created by MethodHandles.Lookup.findVarHandle(B.class, "a", int.class) fails describeConstable with an InternalError instead of returning a VarHandleDesc.
Credit to [~mcimadamore] for discovering this issue.
- links to
-
Commit(master)
openjdk/jdk/1f99cf94
-
Review(master)
openjdk/jdk/28355