RFR: 8019799: api/java_util/jar/Pack200 test failed with compactX profiles. (EZ)
Kumar Srinivasan
kumar.x.srinivasan at oracle.com
Tue Jul 9 20:25:27 UTC 2013
Hi,
We had earlier added a fail over to the java implementation, for reference:
http://hg.openjdk.java.net/jdk8/jdk8/jdk/rev/1432a6247ac9
The first time the unpacker is called an UnsatisfiedLinkError will be
thrown, but
subsequent invocations in the same JDK/VM instance, a NoClassDefFoundError
will be thrown. This error also needs to be caught and handled.
Here is the modified webrev:
http://cr.openjdk.java.net/~ksrini/8019799/webrev.0/
Thanks
Kumar
More information about the core-libs-dev
mailing list