From c328f8fa2a166ead49d23138e0d7e507c3ebba53 Mon Sep 17 00:00:00 2001 From: KIRIYAMA Takuya Date: Mon, 6 Jun 2022 21:08:53 +0000 Subject: [PATCH] 8287764: runtime/cds/serviceability/ReplaceCriticalClasses failed on localized Windows Reviewed-by: iklam --- .../runtime/cds/serviceability/ReplaceCriticalClasses.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java b/test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java index a86aacd6908..97912bbbf5c 100644 --- a/test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java +++ b/test/hotspot/jtreg/runtime/cds/serviceability/ReplaceCriticalClasses.java @@ -1,5 +1,5 @@ /* - * Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -100,7 +100,6 @@ public class ReplaceCriticalClasses { // classes even when CDS is enabled. Nothing bad should happen. "-notshared java/util/Locale", "-notshared sun/util/locale/BaseLocale", - "-notshared java/lang/Readable", }; return tests; }