hg: jdk-updates/jdk13u-dev: 5 new changesets
vkempik at azul.com
vkempik at azul.com
Tue May 19 13:27:21 UTC 2020
Changeset: 744a72678f80
Author: dcubed
Date: 2019-08-01 15:54 -0400
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/744a72678f80
8226899: Problemlist compiler/rtm tests
Reviewed-by: kvn
! test/hotspot/jtreg/ProblemList.txt
Changeset: 047c4a9debef
Author: kbarrett
Date: 2019-07-31 14:28 -0400
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/047c4a9debef
8048556: Unnecessary GCLocker-initiated young GCs
Summary: Fixed recognition of unnecessary GCLocker collections.
Reviewed-by: pliden, tschatzl
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/parallel/parallelScavengeHeap.cpp
! src/hotspot/share/gc/parallel/psVMOperations.cpp
! src/hotspot/share/gc/shared/gcLocker.cpp
! src/hotspot/share/gc/shared/gcLocker.hpp
! src/hotspot/share/gc/shared/gcVMOperations.hpp
! src/hotspot/share/gc/shared/genCollectedHeap.cpp
+ test/hotspot/jtreg/gc/stress/gclocker/TestExcessGCLockerCollections.java
Changeset: 1122a6945855
Author: thartmann
Date: 2019-07-31 08:05 +0200
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/1122a6945855
8193042: NativeLookup::lookup_critical_entry() should only load shared library once
Summary: Avoids repeated loads/unloads of the same shared library.
Reviewed-by: dholmes, dlong, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn at oracle.com>
! src/hotspot/share/prims/nativeLookup.cpp
! src/hotspot/share/prims/nativeLookup.hpp
Changeset: 85b5e6841c93
Author: kbarrett
Date: 2019-08-06 11:40 -0400
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/85b5e6841c93
8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java
Reviewed-by: shade
! test/hotspot/jtreg/ProblemList.txt
Changeset: 31659e4d8020
Author: cjplummer
Date: 2019-08-09 11:27 -0700
URL: https://hg.openjdk.java.net/jdk-updates/jdk13u-dev/rev/31659e4d8020
8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
Summary: move tests to seprate directory
Reviewed-by: dtitov, jcbeyler, ctornqvi, sspitsyn
! test/hotspot/jtreg/TEST.groups
+ test/hotspot/jtreg/resourcehogs/TEST.properties
+ test/hotspot/jtreg/resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java
+ test/hotspot/jtreg/resourcehogs/serviceability/sa/LingeredAppWithLargeArray.java
+ test/hotspot/jtreg/resourcehogs/serviceability/sa/LingeredAppWithLargeStringArray.java
+ test/hotspot/jtreg/resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java
- test/hotspot/jtreg/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java
- test/hotspot/jtreg/serviceability/sa/LingeredAppWithLargeArray.java
- test/hotspot/jtreg/serviceability/sa/LingeredAppWithLargeStringArray.java
- test/hotspot/jtreg/serviceability/sa/TestHeapDumpForLargeArray.java
More information about the jdk-updates-changes
mailing list