[15] RFR(T) 8249681 : gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError
Igor Ignatyev
igor.ignatyev at oracle.com
Fri Jul 17 18:58:38 UTC 2020
http://cr.openjdk.java.net/~iignatyev//8249681/webrev.00
> 2 lines changed: 0 ins; 0 del; 2 mod;
Hi all,
could you please review this trivial fix for TestJNIBlockFullGC test?
gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError 'int gc.stress.TestJNIBlockFullGC.TestJNIBlockFullGC.TestCriticalArray0(int[])' b/c TestJNIBlockFullGC was moved to gc.stress.TestJNIBlockFullGC package by 8214799, but the JNI method hasn't been renamed.
testing: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java on {windows,linux,macos}-x64
webrev: http://cr.openjdk.java.net/~iignatyev//8249681/webrev.00
JBS: https://bugs.openjdk.java.net/browse/JDK-8249681
PS the test fails w/ OOME and is still problem-listed due to 8192647
Thanks,
-- Igor
More information about the hotspot-gc-dev
mailing list