hg: jdk/jdk: 13 new changesets

jesper.wilhelmsson at oracle.com jesper.wilhelmsson at oracle.com
Tue Jan 8 06:32:14 UTC 2019


Changeset: c220effa1192
Author:    jwilhelm
Date:      2019-01-03 02:22 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/c220effa1192

Added tag jdk-12+26 for changeset de9fd809bb47

! .hgtags

Changeset: 36e4c704a88d
Author:    sdama
Date:      2019-01-03 11:21 +0530
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/36e4c704a88d

8208184: IllegalArgumentException while invoking code completion on netbeans IDE
Summary: Set Log.useSource and fix the issue in Modules.java when broken module is encountered
Reviewed-by: jjg
Contributed-by: srinivas.dama at oracle.com, jan.lahoda at oracle.com

! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Modules.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/main/JavaCompiler.java
! test/langtools/tools/javac/modules/QueryBeforeEnter.java

Changeset: 030429d6baac
Author:    roland
Date:      2018-12-13 17:57 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/030429d6baac

8215044: C2 crash in loopTransform.cpp with assert(cl->trip_count() > 0) failed: peeling a fully unrolled loop
Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/loopTransform.cpp
+ test/hotspot/jtreg/compiler/loopopts/PeelingZeroTripCount.java

Changeset: f019e5a7b118
Author:    goetz
Date:      2018-12-31 14:38 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/f019e5a7b118

8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.
Summary: Use LIBPATH on AIX, no shared memory connector on any Unix.
Reviewed-by: gadams, simonis, sspitsyn

! test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/TestDescription.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/Allocate/alloc001/alloc001.bash
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/RetransformClasses/retransform003/TestDriver.java
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/TestDriver.java
! test/hotspot/jtreg/vmTestbase/nsk/share/jdi/ArgumentHandler.java

Changeset: 98580226126d
Author:    roland
Date:      2018-12-14 11:22 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/98580226126d

8215265: C2: range check elimination may allow illegal out of bound access
Reviewed-by: thartmann, kvn

! src/hotspot/share/opto/loopTransform.cpp
! src/hotspot/share/opto/loopnode.hpp
+ test/hotspot/jtreg/compiler/rangechecks/RangeCheckEliminationScaleNotOne.java

Changeset: 6a25433b30ed
Author:    ccheung
Date:      2019-01-03 14:33 -0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/6a25433b30ed

8215947: JVM crash with -XX:+DumpSharedSpaces
Summary: disable JIT compilation if -XX:+DumpSharedSpaces is specified by the user
Reviewed-by: lfoltan, jiangli

! src/hotspot/share/runtime/arguments.cpp
! test/hotspot/jtreg/runtime/SharedArchiveFile/SharedArchiveFile.java

Changeset: 3ab3cb8a8d41
Author:    sviswanathan
Date:      2019-01-03 14:55 -0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/3ab3cb8a8d41

8215888: Register to register spill may use AVX 512 move instruction on unsupported platform.
Reviewed-by: vlivanov, thartmann

! src/hotspot/cpu/x86/c1_LIRAssembler_x86.cpp
! src/hotspot/cpu/x86/x86.ad

Changeset: 6bc1f8d41f4f
Author:    erikj
Date:      2019-01-04 11:00 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/6bc1f8d41f4f

8216021: RunTest.gmk might set concurrency level to 1 on Windows
Reviewed-by: ctornqvi, tbell

! make/RunTestsPrebuilt.gmk

Changeset: a0eb3da69586
Author:    mseledtsov
Date:      2019-01-04 15:17 -0800
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/a0eb3da69586

8215583: Exclude runtime/handshake/HandshakeWalkSuspendExitTest.java
Summary: Added test to problem list
Reviewed-by: iignatyev

! test/hotspot/jtreg/ProblemList.txt

Changeset: 8970b75f0d37
Author:    erikj
Date:      2019-01-07 10:00 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/8970b75f0d37

8215400: Warn on usage of trampolines with gcc
Reviewed-by: tbell, kbarrett

! make/autoconf/flags-cflags.m4

Changeset: ea921dca7f33
Author:    jwilhelm
Date:      2019-01-07 13:04 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/ea921dca7f33

8216266: ProblemList PeelingZeroTripCount.java
Reviewed-by: thartmann, roland

! test/hotspot/jtreg/ProblemList.txt

Changeset: 6af596144294
Author:    eosterlund
Date:      2019-01-07 12:22 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/6af596144294

8215773: applications/kitchensink/Kitchensink.java crash with "assert(ZAddress::is_marked(addr)) failed: Should be marked"
Reviewed-by: coleenp, pliden

! src/hotspot/share/jfr/recorder/checkpoint/types/jfrTypeSetUtils.cpp

Changeset: 2692d1bfe83a
Author:    jwilhelm
Date:      2019-01-08 07:29 +0100
URL:       http://hg.openjdk.java.net/jdk/jdk/rev/2692d1bfe83a

Merge

! .hgtags
! make/autoconf/flags-cflags.m4
! src/hotspot/share/runtime/arguments.cpp
! test/hotspot/jtreg/ProblemList.txt



More information about the jdk-all-changes mailing list