Hi David,

On 5/24/2018 10:52 PM, David Holmes wrote:
Here are the further minor updates so far in response to all the review comments.

Incremental corelibs webrev:
http://cr.openjdk.java.net/~dholmes/8010319-JEP181/webrev.corelibs.v3-incr/

Full corelibs webrev:
http://cr.openjdk.java.net/~dholmes/8010319-JEP181/webrev.corelibs.v3/


In Class.java,

3990         Class<?>[] members = getNestMembers0();
3991         // Can't actually enable this due to bootstrapping issues
3992         // assert(members.length != 1 || members[0] == this); // expected invariant from VM

can these checks be enabled unconditionally without using the assert facility, throwing AssertionError or some other kind of error?

Thanks,

-Joe

Reply via email to