-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: 25
-
Component/s: core-libs
DirectClassBuilder currently sets the default flags for a class built to be ACC_PUBLIC. It should also include ACC_SUPER as recommended; in addition, this default configuration will stop working in the context of project valhalla, where at least one of ACC_ABSTRACT, ACC_IDENTITY (ACC_SUPER), and ACC_FINAL flags must be set.
- links to
-
Commit(master)
openjdk/jdk/ac05002c
-
Review(master)
openjdk/jdk/24808