-
Enhancement
-
Resolution: Fixed
-
P2
-
9
-
b33
Javadocs of arrayLength, arrayConstructor, arrayElementGetter and arrayElementSetter,
don't discuss the invocation-time behavior.
It seems important since there are exceptions to be documented.
One way to deal with it is to make a connection between the methods and corresponding instructions, so as not to explain every exception in Javadoc.
Probably no need to go deep in details on how, for example, arrayElementGetter(T) maps on 8 Taload instructions,
but just give a basic notion of that.
don't discuss the invocation-time behavior.
It seems important since there are exceptions to be documented.
One way to deal with it is to make a connection between the methods and corresponding instructions, so as not to explain every exception in Javadoc.
Probably no need to go deep in details on how, for example, arrayElementGetter(T) maps on 8 Taload instructions,
but just give a basic notion of that.
- csr for
-
JDK-8190945 MHs.arrayLength, arrayElementGetter/Setter, arrayConstructor need to specify invocation-time behavior
-
- Closed
-
- relates to
-
JDK-8191813 compiler/runtime/SpreadNullArg.java fails in tier1
-
- Resolved
-