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

Reviewed-by: iklam
This commit is contained in:
KIRIYAMA Takuya 2022-06-06 21:08:53 +00:00 committed by Ioi Lam
parent 4d6fb51551
commit c328f8fa2a

View File

@ -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;
}