-
Bug
-
Resolution: Fixed
-
P4
-
18
-
b16
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8331386 | 17.0.12 | Matthias Baesken | P4 | Resolved | Fixed | b01 |
Filed on behalf of Sun Xu (sunxu01@loongson.cn).
The test assumes that it always runs on 64-bit platform and classes_nocoops.jsa is always created.
It's a test bug. The test should only expect classes_nocoops.jsa exists if it's running on a supported 64-bit platform.
However, for unknown target platform, it's unknown if it's 64-bit or not.
This patch fix the test to check if classes_nocoops.jsa exists only on one of the JDK supported platforms (x64 or aarch64) via the sun.arch.data.model system property.
The test assumes that it always runs on 64-bit platform and classes_nocoops.jsa is always created.
It's a test bug. The test should only expect classes_nocoops.jsa exists if it's running on a supported 64-bit platform.
However, for unknown target platform, it's unknown if it's 64-bit or not.
This patch fix the test to check if classes_nocoops.jsa exists only on one of the JDK supported platforms (x64 or aarch64) via the sun.arch.data.model system property.
- backported by
-
JDK-8331386 CDSPluginTest should only expect classes_nocoops.jsa exists on supported 64-bit platforms
- Resolved
- relates to
-
JDK-8264322 Generate CDS archive when creating custom JDK image
- Resolved
- links to
-
Commit openjdk/jdk17u-dev/47ad3b46
-
Commit openjdk/jdk/83020617
-
Review openjdk/jdk17u-dev/2440
-
Review openjdk/jdk/5519
(1 links to)