< prev index next >

jdk/src/java.base/share/classes/jdk/internal/vm/annotation/ReservedStackAccess.java

Print this page

        

@@ -43,10 +43,10 @@
  * the thread's call stack includes at least one annotated method. Even if
  * access to this reserved area has been granted, the JVM might decide to
  * throw a delayed StackOverflowError when the thread exits the annotated
  * method.
  *
- * @since 1.9
+ * @since 9
  */
 @Retention(RetentionPolicy.RUNTIME)
 @Target({ElementType.METHOD, ElementType.CONSTRUCTOR})
 public @interface ReservedStackAccess { }
< prev index next >