RFR: 8166289: RuntimeException: canRead() reports false for reading from the same module: expected true, was false

2016-10-17 Thread Alexander Kulyakhtin
Hi, Could you, please, review these test-only changes CR: https://bugs.openjdk.java.net/browse/JDK-8166289 "RuntimeException: canRead() reports false for reading from the same module: expected true, was false" Webrev: http://cr.openjdk.java.net/~akulyakh/8166289/ The fix restores the changes f

Re: RFR: 8165827: Support private interface methods in JNI, JDWP, JDI and JDB

2016-10-17 Thread David Holmes
Hi Lois, Dan, Serguei, Went to push this today and realized I had left off the updated JNI method lookup tests. As I said in the bug report JNI behaves as expected, but there weren't any testcases so I added them: http://cr.openjdk.java.net/~dholmes/8165827/webrev.hotspot/ Thanks, David On