Re: RFR 8208303: Track JNI failures and fail tests

2018-07-27 Thread JC Beyler
Hi all, I did the new version that calls FatalError if JNI fails a call. This has the advantage of not having to complicate the Java tests at all, while adding the post-JNI call checks. Webrev: http://cr.openjdk.java.net/~jcbeyler/8208303/webrev.03/ Bug: https://bugs.openjdk.java.net/browse/JDK-8

Re: RFR: JDK-8169718: nsk/jdb/locals/locals002: ERROR: Cannot find boolVar with expected value: false

2018-07-27 Thread Chris Plummer
Hi Gary, Sorry about the delay in the review. Been trying to fully understand all the various code flows, which is tricky due to having the separate event thread whose output needs to be co-ordinated with command thread. Also made more complicated by