git: openjdk/mobile: 2 new changesets
duke
duke at openjdk.java.net
Tue Sep 1 15:47:33 UTC 2020
Changeset: 0e42d5c4
Author: Calvin Cheung <ccheung at openjdk.org>
Date: 2020-09-01 15:42:30 +0000
URL: https://git.openjdk.java.net/mobile/commit/0e42d5c4
8251860: ClassLoaderData::loaded_classes_do fails with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
Call ClassLoaderDataGraph::loaded_cld_do to collect ClassLoaderData in a GrowableArray and then walk through them to link the classes in each ClassLoaderData.
Reviewed-by: coleenp, iklam
! src/hotspot/share/classfile/classLoaderData.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.cpp
! src/hotspot/share/classfile/classLoaderDataGraph.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! test/hotspot/jtreg/runtime/cds/DumpSymbolAndStringTable.java
Changeset: f8888f96
Author: duke <duke at openjdk.org>
Date: 2020-09-01 15:46:18 +0000
URL: https://git.openjdk.java.net/mobile/commit/f8888f96
Automatic merge of jdk:master into master
More information about the mobile-changes
mailing list