Code Review for jdk-updates-jdk11u-dev

Prepared by:cgo on Wed Apr 14 11:56:51 CEST 2021
Compare against: https://hg.openjdk.java.net/jdk-updates/jdk11u-dev/
Compare against version:54083
Summary of changes: 6 lines changed: 2 ins; 0 del; 4 mod; 5241 unchg
Changeset: jdk-updates-jdk11u-dev.changeset
Bug id: JDK-8208061 : runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/classLoaderData.cpp

rev 54084 : 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
1 line changed: 0 ins; 0 del; 1 mod; 1560 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/dictionary.cpp

rev 54084 : 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
2 lines changed: 0 ins; 0 del; 2 mod; 623 unchg

Cdiffs Udiffs Wdiffs Sdiffs Frames Old New ----- Raw src/hotspot/share/classfile/systemDictionary.cpp

rev 54084 : 8208061: runtime/LoadClass/TestResize.java fails with "Load factor too high" when running in CDS mode.
Summary: Allow resizing for all system dictionaries except for the shared dictionary at runtime.
Reviewed-by: iklam, gziemski
3 lines changed: 2 ins; 0 del; 1 mod; 3058 unchg

This code review page was prepared using webrev (vers 25.18-hg+openjdk.java.net).