Skip to content

Commit

Permalink
8253261: Disable CDS full module graph until JDK-8253081 is fixed
Browse files Browse the repository at this point in the history
Reviewed-by: ccheung
  • Loading branch information
iklam committed Sep 16, 2020
1 parent 1c84cfa commit 9a7dcdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/hotspot/share/memory/metaspaceShared.cpp
Expand Up @@ -1488,6 +1488,8 @@ MapArchiveResult MetaspaceShared::map_archives(FileMapInfo* static_mapinfo, File
// map_heap_regions() compares the current narrow oop and klass encodings
// with the archived ones, so it must be done after all encodings are determined.
static_mapinfo->map_heap_regions();

disable_full_module_graph(); // Disabled temporarily for JDK-8253081
}
});
log_info(cds)("optimized module handling: %s", MetaspaceShared::use_optimized_module_handling() ? "enabled" : "disabled");
Expand Down
1 change: 1 addition & 0 deletions test/hotspot/jtreg/ProblemList.txt
Expand Up @@ -82,6 +82,7 @@ gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java 8241293 macosx-x64

# :hotspot_runtime

runtime/cds/serviceability/ReplaceCriticalClassesForSubgraphs.java 8253081 generic-all
runtime/jni/terminatedThread/TestTerminatedThread.java 8219652 aix-ppc64
runtime/ReservedStack/ReservedStackTest.java 8231031 generic-all
containers/docker/TestMemoryAwareness.java 8250984 linux-5.4.0-1019-oracle
Expand Down

1 comment on commit 9a7dcdc

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 9a7dcdc Sep 16, 2020

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.