mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8059510
: Compact symbol table layout inside shared archive
Use separate compact table for shared symbols. Reviewed-by: iklam, gziemski, shade, sla, jrose
This commit is contained in:
parent
51bda75a8f
commit
b0ad035af4
14 changed files with 1172 additions and 70 deletions
|
@ -1176,9 +1176,7 @@ bool universe_post_init() {
|
|||
|
||||
MemoryService::set_universe_heap(Universe::_collectedHeap);
|
||||
#if INCLUDE_CDS
|
||||
if (UseSharedSpaces) {
|
||||
SharedClassUtil::initialize(CHECK_false);
|
||||
}
|
||||
SharedClassUtil::initialize(CHECK_false);
|
||||
#endif
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue