Integrated: 8287764: runtime/cds/serviceability/ReplaceCriticalClasses failed on localized Windows

KIRIYAMA Takuya duke at openjdk.java.net
Mon Jun 6 21:13:52 UTC 2022


On Fri, 3 Jun 2022 06:58:24 GMT, KIRIYAMA Takuya <duke at openjdk.java.net> wrote:

> The ReplaceCriticalClasses verifies CDS behavior when replacing the Readable interface as an example of a class that is read after JVMTI_PHASE_PRIMORDIAL.
> However, the order in which classes are loaded is affected by the language of the test environment, so the timing at which the Readable interface is loaded also changes on Windows with multibyte characters.
> Therefore, the Readable interface is not suitable for this test and should be removed.

This pull request has now been integrated.

Changeset: c328f8fa
Author:    KIRIYAMA Takuya <kiriyama.takuya at fujitsu.com>
Committer: Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/c328f8fa2a166ead49d23138e0d7e507c3ebba53
Stats:     2 lines in 1 file changed: 0 ins; 1 del; 1 mod

8287764: runtime/cds/serviceability/ReplaceCriticalClasses failed on localized Windows

Reviewed-by: iklam

-------------

PR: https://git.openjdk.java.net/jdk/pull/9009


More information about the hotspot-runtime-dev mailing list