git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Wed Jun 24 18:21:46 UTC 2020
Changeset: 0e60e8ad
Author: Yumin Qi <minqi at openjdk.org>
Date: 2020-06-24 11:15:22 +0000
URL: https://git.openjdk.java.net/mobile/commit/0e60e8ad
8246181: Avoid walking SymbolTable during -Xshare:dump
All symbols at dump are created as permanent. Store them in a global array to avoid working SymbolTable.
Reviewed-by: iklam, ccheung
! src/hotspot/share/classfile/symbolTable.cpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/mutexLocker.hpp
Changeset: 8a4d9b90
Author: duke <duke at openjdk.org>
Date: 2020-06-24 18:21:05 +0000
URL: https://git.openjdk.java.net/mobile/commit/8a4d9b90
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list