From a2c067f6e84dacd768636b32c99538ae44cd8f26 Mon Sep 17 00:00:00 2001 From: Ioi Lam Date: Wed, 28 Aug 2019 07:41:57 -0700 Subject: [PATCH] 8230294: runtime/cds/appcds/ClassPathAttr.java failed with jar operation failed Reviewed-by: lfoltan --- test/hotspot/jtreg/runtime/cds/appcds/test-classes/cpattr6.mf | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/hotspot/jtreg/runtime/cds/appcds/test-classes/cpattr6.mf diff --git a/test/hotspot/jtreg/runtime/cds/appcds/test-classes/cpattr6.mf b/test/hotspot/jtreg/runtime/cds/appcds/test-classes/cpattr6.mf new file mode 100644 index 00000000000..b8689fed849 --- /dev/null +++ b/test/hotspot/jtreg/runtime/cds/appcds/test-classes/cpattr6.mf @@ -0,0 +1,3 @@ +Manifest-Version: 1.0 +Class-Path: cpattrX.jar +Created-By: 1.9.0-internal (Oracle Corporation)