8262807: Note assumptions of core reflection modeling and parameter handling

Reviewed-by: rriggs
This commit is contained in:
Joe Darcy 2021-03-17 21:58:48 +00:00
parent 26234b5333
commit 99b39aadbd
4 changed files with 93 additions and 39 deletions

View file

@ -1266,6 +1266,9 @@ public final class Class<T> implements java.io.Serializable,
*
* @return the {@code int} representing the modifiers for this class
* @see java.lang.reflect.Modifier
* @see <a
* href="{@docRoot}/java.base/java/lang/reflect/package-summary.html#LanguageJvmModel">Java
* programming language and JVM modeling in core reflection</a>
* @since 1.1
* @jls 8.1.1 Class Modifiers
* @jls 9.1.1. Interface Modifiers