< prev index next >

src/hotspot/share/runtime/reflection.hpp

Print this page
@@ -48,10 +48,12 @@
    enum SomeConstants {
      PUBLIC            = 0,
      DECLARED          = 1,
      MEMBER_PUBLIC     = 0,
      MEMBER_DECLARED   = 1,
+     TRUSTED_FINAL     = 0x10,
+     NULL_RESTRICTED   = 0x20,
      MAX_DIM           = 255
    };
  
    // Results returned by verify_class_access()
    enum VerifyClassAccessResults {
< prev index next >