File tree 1 file changed +3
-3
lines changed
src/java.base/share/classes/java/lang/invoke
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -1933,9 +1933,9 @@ static int optionsToFlag(Set<ClassOption> options) {
1933
1933
* of the lookup class of this {@code Lookup}.</li>
1934
1934
*
1935
1935
* <li> The purported representation in {@code bytes} must be a {@code ClassFile}
1936
- * structure of a supported major and minor version. The major and minor version
1937
- * may differ from the {@code class} file version of the lookup class of this
1938
- * {@code Lookup}.</li>
1936
+ * structure (JVMS {@jvms 4.1}) of a supported major and minor version.
1937
+ * The major and minor version may differ from the {@code class} file version
1938
+ * of the lookup class of this {@code Lookup}.</li>
1939
1939
*
1940
1940
* <li> The value of {@code this_class} must be a valid index in the
1941
1941
* {@code constant_pool} table, and the entry at that index must be a valid
You can’t perform that action at this time.
0 commit comments