git: openjdk/mobile: 11 new changesets

duke duke at openjdk.java.net
Mon Jul 20 04:38:45 UTC 2020


Changeset: 3770be7f
Author:    Jan Lahoda <jlahoda at openjdk.org>
Date:      2020-07-16 11:30:11 +0000
URL:       https://git.openjdk.java.net/mobile/commit/3770be7f

8249367: JShell uses 100% of one core all the time

Workarounding busy wait while reading from NonBlocking.NonBlockingReaderInputStream wrapping NonBlockingPumpReader.

Reviewed-by: rfield, cstein

! src/jdk.jshell/share/classes/jdk/internal/jshell/tool/StopDetectingInputStream.java

Changeset: 9694ca9e
Author:    Roman Kennke <rkennke at openjdk.org>
Date:      2020-07-16 11:49:04 +0000
URL:       https://git.openjdk.java.net/mobile/commit/9694ca9e

8249560: Shenandoah: Fix racy GC request handling

Reviewed-by: shade

! src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp

Changeset: 546158fb
Author:    Roman Kennke <rkennke at openjdk.org>
Date:      2020-07-16 15:04:58 +0000
URL:       https://git.openjdk.java.net/mobile/commit/546158fb

8249543: Force DirectBufferAllocTest to run with -ExplicitGCInvokesConcurrent

Reviewed-by: alanb

! test/jdk/java/nio/Buffer/DirectBufferAllocTest.java

Changeset: 4320afbd
Author:    Ivan Sipka <ivan.sipka at oracle.com>
Committer: Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-16 12:03:51 +0000
URL:       https://git.openjdk.java.net/mobile/commit/4320afbd

8242935: test/jdk/java/util/ServiceLoader/ReloadTest.java uses nashorn script engine

Reviewed-by: alanb, iignatyev

! test/jdk/ProblemList.txt
! test/jdk/java/util/ServiceLoader/ReloadTest.java

Changeset: d63aebe6
Author:    Jamsheed Mohammed C M <jcm at openjdk.org>
Date:      2020-07-16 08:28:55 +0000
URL:       https://git.openjdk.java.net/mobile/commit/d63aebe6

8246381: VM crashes with "Current BasicObjectLock* below than low_mark"

Save and restores "donotunlock" flag in check_and_handle_async_exceptions

Reviewed-by: coleenp, dholmes

! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp

Changeset: 24a7d8c7
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-16 20:03:10 +0000
URL:       https://git.openjdk.java.net/mobile/commit/24a7d8c7

8249622: use 8249621 to ignore 8 jvmci tests

Reviewed-by: kvn, epavlova

! test/hotspot/jtreg/compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetConstantPoolTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetResolvedJavaMethodTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/JVM_RegisterJVMCINatives.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaField.java
! test/hotspot/jtreg/compiler/jvmci/jdk.vm.ci.runtime.test/src/jdk/vm/ci/runtime/test/TestResolvedJavaMethod.java

Changeset: 1c882d91
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-17 10:51:55 +0000
URL:       https://git.openjdk.java.net/mobile/commit/1c882d91

8249673: cleanup graal problem lists

Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList-graal.txt
! test/jdk/ProblemList-graal.txt

Changeset: 4a4003e9
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-17 11:54:14 +0000
URL:       https://git.openjdk.java.net/mobile/commit/4a4003e9

8249678: @ignore should be used instead of ProblemList for 8158860, 8163894, 8193479, 8194310

Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/compiler/c2/Test6852078.java
! test/hotspot/jtreg/compiler/codegen/Test6896617.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/GetResolvedJavaTypeTest.java
! test/hotspot/jtreg/compiler/jvmci/compilerToVM/InvalidateInstalledCodeTest.java

Changeset: ac38b399
Author:    Igor Ignatyev <iignatyev at openjdk.org>
Date:      2020-07-17 15:01:10 +0000
URL:       https://git.openjdk.java.net/mobile/commit/ac38b399

8249681: gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java fails w/ UnsatisfiedLinkError

Reviewed-by: tschatzl

! test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/libTestJNIBlockFullGC.c

Changeset: ec074011
Author:    Mikael Vidstedt <mikael at openjdk.org>
Date:      2020-07-19 21:34:28 +0000
URL:       https://git.openjdk.java.net/mobile/commit/ec074011

Merge

! src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt
! src/hotspot/share/gc/shenandoah/shenandoahControlThread.cpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList.txt

Changeset: 7650f3e9
Author:    duke <duke at openjdk.org>
Date:      2020-07-20 04:38:08 +0000
URL:       https://git.openjdk.java.net/mobile/commit/7650f3e9

Automatic merge of jdk:master into master




More information about the mobile-changes mailing list