8019799: api/java_util/jar/Pack200 test failed with compactX profiles
Reviewed-by: dholmes
This commit is contained in:
parent
ec6cb721e1
commit
20c1572bcd
@ -134,7 +134,7 @@ public class UnpackerImpl extends TLGlobals implements Pack200.Unpacker {
|
||||
} else {
|
||||
try {
|
||||
(new NativeUnpack(this)).run(in0, out);
|
||||
} catch (UnsatisfiedLinkError ule) {
|
||||
} catch (UnsatisfiedLinkError | NoClassDefFoundError ex) {
|
||||
// failover to java implementation
|
||||
(new DoUnpack()).run(in0, out);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user