git: openjdk/mobile: 2 new changesets

duke duke at openjdk.java.net
Thu Jun 11 06:23:26 UTC 2020


Changeset: 96fadefa
Author:    Yumin Qi <minqi at openjdk.org>
Date:      2020-06-10 23:16:27 +0000
URL:       https://git.openjdk.java.net/mobile/commit/96fadefa

8240245: Avoid calling is_shared_class_visible() in SystemDictionary::load_shared_class()

SystemDitionary::load_shared_class can avoid calling is_shared_class_visible if dumptime and runtime do not use modulepath and boot classpath appending.

Reviewed-by: iklam, ccheung

! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/classLoader.hpp
! src/hotspot/share/classfile/systemDictionary.cpp
! src/hotspot/share/classfile/systemDictionary.hpp
! src/hotspot/share/memory/filemap.cpp
! src/hotspot/share/memory/filemap.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/runtime/arguments.cpp
+ test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/OptimizeModuleHandlingTest.java
+ test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/src/com.bars/com/bars/Main.java
+ test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/src/com.bars/module-info.java
+ test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/src/com.foos/com/foos/Test.java
+ test/hotspot/jtreg/runtime/cds/appcds/jigsaw/modulepath/src/com.foos/module-info.java

Changeset: c7e136ba
Author:    duke <duke at openjdk.org>
Date:      2020-06-11 06:22:54 +0000
URL:       https://git.openjdk.java.net/mobile/commit/c7e136ba

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list