openj9 icon indicating copy to clipboard operation
openj9 copied to clipboard

Missing implementation of accessFlags() in Class.java

Open hangshao0 opened this issue 3 years ago • 0 comments

A new public API public Set<AccessFlag> accessFlags() has been introduced in Jdknext (Java 20) in Class.java. This API is missing in the OpenJ9 implementation now.

hangshao0 avatar Sep 21 '22 15:09 hangshao0