-
Type:
Bug
-
Resolution: Not an Issue
-
Priority:
P4
-
Affects Version/s: repo-valhalla
-
Component/s: tools
-
None
-
generic
-
generic
Consider:
identity interface I {}
interface J extends I {}
As of https://github.com/openjdk/valhalla/pull/688, javac compiles
I with ACC_IDENTITY set and J without it.
Both I and J should have ACC_IDENTITY set in this case.
identity interface I {}
interface J extends I {}
As of https://github.com/openjdk/valhalla/pull/688, javac compiles
I with ACC_IDENTITY set and J without it.
Both I and J should have ACC_IDENTITY set in this case.