Skip to content

Commit

Permalink
8287764: runtime/cds/serviceability/ReplaceCriticalClasses failed on …
Browse files Browse the repository at this point in the history
…localized Windows

Reviewed-by: iklam
  • Loading branch information
tkiriyama authored and iklam committed Jun 6, 2022
1 parent 4d6fb51 commit c328f8f
Showing 1 changed file with 1 addition and 2 deletions.
@@ -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
Expand Down Expand Up @@ -100,7 +100,6 @@ public String[] getTests() {
// 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;
}
Expand Down

1 comment on commit c328f8f

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.