New revision:
http://cr.openjdk.java.net/~mcimadamore/8236769_v2
delta from previous:
http://cr.openjdk.java.net/~mcimadamore/8236769_v2_delta/
Thanks for the comments so far
Maurizio
On 08/01/2020 12:18, Maurizio Cimadamore wrote:
Hi,
this is a small patch which addresses the javadoc issues in the memory
access API, which were pointed out in the CSR review [1].
Additionally, this patch also adds a test (contributed by Paul Sandoz,
thanks!), which makes sure that passing values of the wrong type to
memory access var handle result in an CCE at runtime.
Since this is a doc & test fix, I've marked the issue as noreg-doc,
and I think this should be ok for 14.
Cheers
Maurizio
[1] - https://bugs.openjdk.java.net/browse/JDK-8234050