• Thomas Stuefe Create a temporary shadow branch to push review fixes
    Done: 
    https://github.com/openjdk/lilliput/tree/JEP-450-temporary-fix-branch
    • Thomas Stuefe Crash in many appcds tests, eg, runtime/cds/appcds/ParallelLoadTest.java +COH CDS metaspace. Reason was a missing mutex lock.
    • Thomas Stuefe Crash in runtime/cds/appcds/TestParallelGCWithCDS. Reason possibly a merge conflict with the recent array slicing changes in Parallel
  • Tests broken when UCOH is on by default
    • Stefan Karlsson Fix TestAutoCreateSharedArchiveNoDefaultArchive 
    • Thomas Stuefe tools/jlink/plugins/CDSPluginTest.java complains about classes.jsa is not found (only the _coh.jsa files are present)
    • Thomas Stuefe compiler/c2/irTests/TestPadding.java
    • Thomas Stuefe runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc-generational  - Broken when -Xshare:off is passed in as a test option


Address PR review comments


  • Thomas Stuefe Merge up to and including https://bugs.openjdk.org/browse/JDK-8340184
  • Thomas Stuefe Fix runtime/CompressedOops/CompressedClassPointersEncodingScheme.java (linux aarc
  • Fix: (likely all the same issues)
    jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1ConcurrentMark.java
    jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithG1FullCollection.java
    jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithParallelOld.java
    jdk/jfr/event/gc/objectcount/TestObjectCountAfterGCEventWithSerial.java
    jdk/jfr/event/gc/objectcount/TestObjectCountEvent.java


  • No labels