< prev index next >

src/hotspot/share/include/jvm_constants.h

Print this page
@@ -1,7 +1,7 @@
  /*
-  * Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved.
+  * Copyright (c) 2021, 2026, Oracle and/or its affiliates. All rights reserved.
   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
   *
   * This code is free software; you can redistribute it and/or modify it
   * under the terms of the GNU General Public License version 2 only, as
   * published by the Free Software Foundation.  Oracle designates this

@@ -28,11 +28,11 @@
  
  #include "classfile_constants.h"
  
  #define JVM_RECOGNIZED_CLASS_MODIFIERS (JVM_ACC_PUBLIC | \
                                          JVM_ACC_FINAL | \
-                                         JVM_ACC_SUPER | \
+                                         JVM_ACC_IDENTITY | \
                                          JVM_ACC_INTERFACE | \
                                          JVM_ACC_ABSTRACT | \
                                          JVM_ACC_ANNOTATION | \
                                          JVM_ACC_ENUM | \
                                          JVM_ACC_SYNTHETIC)

@@ -43,10 +43,11 @@
                                          JVM_ACC_STATIC | \
                                          JVM_ACC_FINAL | \
                                          JVM_ACC_VOLATILE | \
                                          JVM_ACC_TRANSIENT | \
                                          JVM_ACC_ENUM | \
+                                         JVM_ACC_STRICT_INIT | \
                                          JVM_ACC_SYNTHETIC)
  
  #define JVM_RECOGNIZED_METHOD_MODIFIERS (JVM_ACC_PUBLIC | \
                                           JVM_ACC_PRIVATE | \
                                           JVM_ACC_PROTECTED | \
< prev index next >