hg: valhalla/valhalla: 120 new changesets

david.simms at oracle.com david.simms at oracle.com
Thu Jan 31 12:43:43 UTC 2019


Changeset: b2d1c3b0bd31
Author:    ehelin
Date:      2019-01-23 13:40 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b2d1c3b0bd31

8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn

! src/hotspot/share/runtime/vmOperations.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.cpp
! src/hotspot/share/services/threadService.hpp

Changeset: 650527b39f00
Author:    ihse
Date:      2019-01-24 11:15 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/650527b39f00

8217634: RunTest documentation and usability update
Reviewed-by: erikj

! doc/testing.html
! doc/testing.md
! make/RunTests.gmk

Changeset: d982794784f1
Author:    ihse
Date:      2019-01-24 11:19 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d982794784f1

8217626: Add setup/teardown functionality to RunTest
Reviewed-by: erikj, shurailine

! make/Main.gmk
! make/RunTests.gmk
! make/common/FindTests.gmk

Changeset: 82d028eab868
Author:    ihse
Date:      2019-01-24 11:29 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/82d028eab868

8217638: Remove old way of running tests (test/Makefile)
Reviewed-by: erikj, jjg

- test/Makefile
- test/TestCommon.gmk
- test/hotspot/jtreg/Makefile
- test/jaxp/Makefile
- test/jdk/Makefile
- test/langtools/Makefile
- test/nashorn/Makefile

Changeset: 97cf88608d76
Author:    dfuchs
Date:      2019-01-24 12:32 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/97cf88608d76

8217264: HttpClient: Blocking operations in mapper function do not work as documented
Summary: ensures that a new task is spawned when calling getBody() on a mapping BodySubscriber.
Reviewed-by: chegar

! src/java.net.http/share/classes/jdk/internal/net/http/BufferingSubscriber.java
! src/java.net.http/share/classes/jdk/internal/net/http/Http1AsyncReceiver.java
! src/java.net.http/share/classes/jdk/internal/net/http/Http1Response.java
! src/java.net.http/share/classes/jdk/internal/net/http/MultiExchange.java
! src/java.net.http/share/classes/jdk/internal/net/http/ResponseSubscribers.java
! src/java.net.http/share/classes/jdk/internal/net/http/Stream.java
+ test/jdk/java/net/httpclient/GZIPInputStreamTest.java

Changeset: d927fc999582
Author:    redestad
Date:      2019-01-24 14:43 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d927fc999582

8217716: Remove dead code in PhaseChaitin
Reviewed-by: thartmann

! src/hotspot/share/libadt/vectset.hpp
! src/hotspot/share/opto/chaitin.cpp
! src/hotspot/share/opto/chaitin.hpp
! src/hotspot/share/opto/ifg.cpp

Changeset: 1d953ae4d39f
Author:    coleenp
Date:      2019-01-24 08:44 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1d953ae4d39f

8216136: Take Compile_lock for SystemDictionary::_modification_counter with safepoint check
Summary: Transition compiler thread from native to VM state to check the Compile_lock with safepoint always.
Reviewed-by: dlong, eosterlund, dholmes

! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciEnv.hpp
! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/parse1.cpp
! src/hotspot/share/runtime/mutexLocker.cpp

Changeset: 9459533ef916
Author:    apetcher
Date:      2019-01-24 09:25 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9459533ef916

8217518: Crypto benchmarks not warming up in time
Summary: Adding +AlwaysPreTouch to crypto benchmarks to allow GC to warm up
Reviewed-by: redestad

! test/micro/org/openjdk/bench/javax/crypto/full/CryptoBase.java

Changeset: 525f212f1bda
Author:    hseigel
Date:      2019-01-24 09:38 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/525f212f1bda

8217660: Refactor module related locked_create_entry_or_null() functions
Summary: Remove function return values and add functions that create entries without doing unneeded lookups.
Reviewed-by: redestad, lfoltan

! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/classfile/moduleEntry.cpp
! src/hotspot/share/classfile/moduleEntry.hpp
! src/hotspot/share/classfile/modules.cpp
! src/hotspot/share/classfile/packageEntry.cpp
! src/hotspot/share/classfile/packageEntry.hpp
! test/hotspot/jtreg/runtime/NMT/CheckForProperDetailStackTrace.java

Changeset: cb43e14dc68b
Author:    ngasson
Date:      2019-01-22 15:33 +0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cb43e14dc68b

8217368: AArch64: C2 recursive stack locking optimisation not triggered
Reviewed-by: aph, drwhite

! src/hotspot/cpu/aarch64/aarch64.ad
! test/micro/org/openjdk/bench/vm/lang/LockUnlock.java

Changeset: 9366628d727b
Author:    michaelm
Date:      2019-01-24 15:48 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9366628d727b

8216986: Remove unused code from SocksSocketImpl
Reviewed-by: alanb

! src/java.base/share/classes/java/net/HttpConnectSocketImpl.java
! src/java.base/share/classes/java/net/SocksSocketImpl.java
! test/jdk/java/net/Socks/SocksServer.java
! test/jdk/java/net/Socks/SocksV4Test.java
! test/jdk/sun/net/www/protocol/http/ProxyTunnelServer.java
! test/jdk/sun/net/www/protocol/http/TunnelThroughProxy.java

Changeset: 1262a93634c2
Author:    itakiguchi
Date:      2019-01-24 12:52 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1262a93634c2

8214533: IBM-29626C is required for AIX default charset
Reviewed-by: alanb, rriggs

! make/data/charsetmapping/charsets
! make/data/charsetmapping/stdcs-aix
+ src/jdk.charsets/share/classes/sun/nio/cs/ext/IBM29626C.java.template

Changeset: 6130409b923e
Author:    phh
Date:      2019-01-24 10:57 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6130409b923e

8217520: Remove vm.opt.MaxGCPauseMillis == "null" from TestOldGenCollectionUsage.java
Summary: Remove the corresponding @requires line
Reviewed-by: tschatzl

! test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java

Changeset: 6c636747ec55
Author:    amenkov
Date:      2019-01-24 11:10 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6c636747ec55

8216386: vmTestbase/nsk/jvmti/PopFrame/popframe005/TestDescription.java fails
Reviewed-by: jcbeyler, dtitov, sspitsyn

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/PopFrame/popframe005.java

Changeset: 8f785877c008
Author:    mseledtsov
Date:      2019-01-24 11:14 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8f785877c008

8217345: [TESTBUG] JFR TestShutdownEvent fails due to improper use of Unsafe
Summary: Added proper use of Unsafe
Reviewed-by: egahlin

! test/jdk/ProblemList.txt
! test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java

Changeset: 0716631b907f
Author:    rriggs
Date:      2019-01-24 14:39 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0716631b907f

8217740: SocksIPv6Test compilation error
Reviewed-by: bpb

! test/jdk/java/net/Socks/SocksIPv6Test.java

Changeset: 31e5c82f59e9
Author:    jwilhelm
Date:      2019-01-24 21:24 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/31e5c82f59e9

8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov

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

Changeset: 3448b92b13fb
Author:    bpb
Date:      2019-01-24 14:19 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3448b92b13fb

8217746: Remove java/nio/file/WatchService/LotsOfCancels.java from JDK problem list
Reviewed-by: rriggs

! test/jdk/ProblemList.txt

Changeset: d02f1f4ff3a6
Author:    mseledtsov
Date:      2019-01-24 14:22 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d02f1f4ff3a6

8217748: [TESTBUG] Exclude TestSig test case from JFR TestShutdownEvent
Summary: Excluded TestSig cases from the test
Reviewed-by: egahlin

! test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java

Changeset: 771b50dd0b08
Author:    kbarrett
Date:      2019-01-25 00:27 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/771b50dd0b08

8216258: Make FreeIdSet semaphore-based
Summary: Use semaphore-based blocking and notifying, instead of Mutex.
Reviewed-by: tschatzl, sangheki

! src/hotspot/share/gc/g1/dirtyCardQueue.cpp
! src/hotspot/share/gc/g1/dirtyCardQueue.hpp
+ src/hotspot/share/gc/g1/g1FreeIdSet.cpp
+ src/hotspot/share/gc/g1/g1FreeIdSet.hpp
+ test/hotspot/gtest/gc/g1/test_g1FreeIdSet.cpp

Changeset: 60add902a57a
Author:    mdoerr
Date:      2019-01-25 09:49 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/60add902a57a

8217459: [PPC64] Cleanup non-vector version of CRC32
Reviewed-by: gromero, goetz

! src/hotspot/cpu/ppc/macroAssembler_ppc.cpp
! src/hotspot/cpu/ppc/macroAssembler_ppc.hpp
! src/hotspot/cpu/ppc/stubGenerator_ppc.cpp
! src/hotspot/cpu/ppc/stubRoutines_ppc.hpp
! src/hotspot/cpu/ppc/stubRoutines_ppc_64.cpp
! src/hotspot/cpu/ppc/templateInterpreterGenerator_ppc.cpp

Changeset: 8c296eedfb04
Author:    ihse
Date:      2019-01-25 11:13 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8c296eedfb04

8217730: Split up MakeBase.gmk
Reviewed-by: erikj

+ make/common/CopyFiles.gmk
! make/common/MakeBase.gmk
+ make/common/MakeIO.gmk
+ make/common/Utils.gmk

Changeset: b743968ad646
Author:    ihse
Date:      2019-01-25 11:15 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b743968ad646

8217733: Minor RunTest fixes
Reviewed-by: erikj, shurailine

! make/RunTests.gmk

Changeset: ca088a319147
Author:    dfuchs
Date:      2019-01-25 11:45 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ca088a319147

8217353: java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java fails with Unexpected reference: java.lang.ref.WeakReference
Summary: Instrumented the test to relay the original exception as a suppressed exception of the secondary one, increased sleep time, adjusted iteration numbers according to timeout factor.
Reviewed-by: lancea, iignatyev

! test/jdk/java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexResetUpdate.java
! test/jdk/java/util/logging/LogManager/Configuration/updateConfiguration/HandlersOnComplexUpdate.java

Changeset: a692b606b4cd
Author:    redestad
Date:      2019-01-25 14:10 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a692b606b4cd

8217782: Spill detection broken after JDK-8217716
Reviewed-by: shade, thartmann

! src/hotspot/share/opto/chaitin.cpp

Changeset: fffa4d0c0c14
Author:    xuelei
Date:      2019-01-25 07:56 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fffa4d0c0c14

8217795: Typo in SSLSocket
Reviewed-by: xuelei
Contributed-by: Jaikiran Pai <jai.forums2013 at gmail.com>

! src/java.base/share/classes/javax/net/ssl/SSLSocket.java

Changeset: df92f60cf0b6
Author:    shade
Date:      2019-01-25 16:57 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/df92f60cf0b6

8217471: [TESTBUG] gc/epsilon/TestClasses.java fails on some platforms - OOME Metaspace
Reviewed-by: dholmes, tschatzl

! test/hotspot/jtreg/gc/epsilon/TestClasses.java

Changeset: 3123ffc25463
Author:    jwilhelm
Date:      2019-01-25 17:34 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3123ffc25463

8217797: ProblemList LongMulOverflowTest.java
8217801: ProblemList INDIFY_Test.java
Reviewed-by: thartmann

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

Changeset: ac2892782492
Author:    gziemski
Date:      2019-01-25 10:43 -0600
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ac2892782492

8216493: VirtualSpaceNodeTest.half_vsn_is_committed_humongous_chunk_is_used_test_vm crashes on local machine
Summary: Make ChunkManagerRestorer more robust
Reviewed-by: iignatyev

! test/hotspot/gtest/memory/test_virtualSpaceNode.cpp

Changeset: df10c5cd5171
Author:    jwilhelm
Date:      2019-01-24 00:43 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/df10c5cd5171

Added tag jdk-12+29 for changeset 44f41693631f

! .hgtags

Changeset: 376f0e4e6fba
Author:    iignatyev
Date:      2019-01-23 16:25 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/376f0e4e6fba

8158646: [jittester] generated tests may not compile by javac
Reviewed-by: kvn

! test/hotspot/jtreg/testlibrary/jittester/Makefile
! test/hotspot/jtreg/testlibrary/jittester/conf/default.properties
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/AotTestGeneratorsFactory.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/Automatic.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/ByteCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/JavaCodeGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TestsGenerator.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/TypeList.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/factories/CastOperatorFactory.java
! test/hotspot/jtreg/testlibrary/jittester/src/jdk/test/lib/jittester/types/TypeKlass.java

Changeset: 8fd43dacaef7
Author:    iignatyev
Date:      2019-01-23 16:36 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8fd43dacaef7

8216180: [AOT] compiler/intrinsics/bigInteger/TestMulAdd.java crashed with AOT enabled
Reviewed-by: kvn

! src/hotspot/share/prims/whitebox.cpp
! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/compiler/intrinsics/bigInteger/TestMulAdd.java
! test/jtreg-ext/requires/VMProps.java
! test/lib/sun/hotspot/WhiteBox.java

Changeset: b693b0d2053d
Author:    iveresov
Date:      2019-01-23 16:57 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b693b0d2053d

8217678: [AOT] jck Math/IncrementExact and Math/DecrementExact tests fail when test classes are AOTed
Reviewed-by: kvn

! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements.test/src/org/graalvm/compiler/replacements/test/IntegerExactExceptionTest.java
! src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.replacements/src/org/graalvm/compiler/replacements/StandardGraphBuilderPlugins.java

Changeset: 7ba8ce465804
Author:    iignatyev
Date:      2019-01-23 18:45 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7ba8ce465804

8150757: [TESTBUG] compiler/ciReplay/TestVM.sh and compiler/ciReplay/TestVM_no_comp_level.sh fail when no compilations are happening
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/ciReplay/CiReplayBase.java

Changeset: 2134c512a525
Author:    iignatyev
Date:      2018-01-30 16:48 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2134c512a525

8167276: jvmci/compilerToVM/MaterializeVirtualObjectTest.java fails with -XX:-EliminateAllocations
Reviewed-by: kvn

! test/hotspot/jtreg/compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java
! test/jtreg-ext/requires/VMProps.java

Changeset: 7ad61dce3825
Author:    iignatyev
Date:      2019-01-23 20:25 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7ad61dce3825

8217699: add java/util/concurrent/CountDownLatch/Basic.java to ProblemList-Xcomp
Reviewed-by: kvn

! test/jdk/ProblemList-Xcomp.txt

Changeset: ca6f11c5acda
Author:    jcm
Date:      2019-01-23 23:24 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ca6f11c5acda

8213825: assert(false) failed: Non-balanced monitor enter/exit! Likely JNI locking
Summary: skip sfpt optimization for Load is removed for Java Object's Markword Load.
Reviewed-by: kvn, dlong

! src/hotspot/share/opto/memnode.cpp

Changeset: f618cfbaf35b
Author:    pliden
Date:      2019-01-24 12:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f618cfbaf35b

8217309: ZGC: Fix ZNMethodTable corruption
Reviewed-by: eosterlund, stefank

! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/gc/z/zNMethodTable.cpp
! src/hotspot/share/gc/z/zNMethodTable.hpp

Changeset: 6533b2b34593
Author:    jwilhelm
Date:      2019-01-25 00:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6533b2b34593

8217580: Remove tests from problemList as bugs has been closed
Reviewed-by: iignatyev, mseledtsov

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

Changeset: 2ededfdf9dca
Author:    iignatyev
Date:      2019-01-24 23:52 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2ededfdf9dca

8217770: problem list org.graalvm.compiler.debug.test.DebugContextTest
Reviewed-by: dholmes

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

Changeset: 1ffc0fa0e98b
Author:    clanger
Date:      2019-01-25 10:59 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1ffc0fa0e98b

8217657: Move the test for default value of jdk.includeInExceptions into own test
Reviewed-by: mullan, goetz

! test/jdk/java/net/Socket/ExceptionText.java
+ test/jdk/jdk/security/JavaDotSecurity/TestJDKIncludeInExceptions.java

Changeset: 391d671f222b
Author:    ehelin
Date:      2019-01-23 13:40 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/391d671f222b

8213231: ThreadSnapshot::_threadObj can become stale
Reviewed-by: dcubed, dholmes, rehn

! src/hotspot/share/runtime/vmOperations.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.cpp
! src/hotspot/share/services/threadService.hpp

Changeset: 207d3bb450e5
Author:    iignatyev
Date:      2019-01-25 08:52 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/207d3bb450e5

8067250: [mlvm] vm/mlvm/mixed/stress/regression/b6969574 fails and perf regression
Reviewed-by: roland

! test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java

Changeset: 6f1ca0c02aa1
Author:    jwilhelm
Date:      2019-01-25 17:54 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6f1ca0c02aa1

8217797: ProblemList LongMulOverflowTest.java
Reviewed-by: thartmann

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

Changeset: 44a9dd4e4d96
Author:    jwilhelm
Date:      2019-01-25 18:12 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/44a9dd4e4d96

Merge

! .hgtags
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/services/management.cpp
! src/hotspot/share/services/threadService.hpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt
! test/jdk/ProblemList-Xcomp.txt

Changeset: 04dcc65c9d58
Author:    dfuchs
Date:      2019-01-25 18:13 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/04dcc65c9d58

8217627: HttpClient: The API documentation of BodySubscribers::mapping promotes bad behavior
Summary: The API documentation is updated to steer away from blocking in the mapper function, and an alternative is suggested.
Reviewed-by: chegar

! src/java.net.http/share/classes/java/net/http/HttpResponse.java
! test/jdk/java/net/httpclient/examples/JavadocExamples.java

Changeset: 28aa41c4165b
Author:    vlivanov
Date:      2019-01-25 13:37 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/28aa41c4165b

8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
Reviewed-by: thartmann, roland

! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/callGenerator.hpp
! src/hotspot/share/opto/callnode.cpp
! src/hotspot/share/opto/callnode.hpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/matcher.cpp
! test/hotspot/jtreg/compiler/jsr292/NonInlinedCall/InvokeTest.java

Changeset: 790377fdc328
Author:    vlivanov
Date:      2019-01-25 13:37 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/790377fdc328

8191998: C2: inlining through MH linkers drops speculative part of argument types
Reviewed-by: roland, thartmann, kvn

! src/hotspot/share/opto/callGenerator.cpp

Changeset: 898dd0dc7ac0
Author:    vlivanov
Date:      2019-01-25 13:37 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/898dd0dc7ac0

8192001: C2: inlining through dispatching MH linkers ignores speculative type of the receiver
Reviewed-by: thartmann, roland

! src/hotspot/share/opto/doCall.cpp

Changeset: 090395557398
Author:    joehw
Date:      2019-01-25 14:28 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/090395557398

8216408: XMLStreamWriter setDefaultNamespace(null) throws NullPointerException
Reviewed-by: dfuchs, lancea

! src/java.xml/share/classes/com/sun/xml/internal/stream/writers/XMLStreamWriterImpl.java
! test/jaxp/javax/xml/jaxp/unittest/stream/XMLStreamWriterTest/XMLStreamWriterTest.java

Changeset: 8c035b34248d
Author:    ysuenaga
Date:      2019-01-26 10:34 +0900
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8c035b34248d

8217612: (CL)HSDB cannot show some JVM flags
Reviewed-by: dholmes, cjplummer

! src/hotspot/share/runtime/globals.hpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/runtime/VM.java
! test/hotspot/jtreg/serviceability/sa/ClhsdbFlags.java

Changeset: bad8cc20a9bf
Author:    xuelei
Date:      2019-01-25 18:43 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bad8cc20a9bf

8217820: Useless cast in ECUtil.java
Reviewed-by: jnimeh

! src/java.base/share/classes/sun/security/util/ECUtil.java

Changeset: a772e65727c5
Author:    bsrbnd
Date:      2019-01-26 15:50 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a772e65727c5

8193367: Annotated type variable bounds crash javac
Reviewed-by: mcimadamore, vromero

! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Type.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Infer.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/util/RichDiagnosticFormatter.java
+ test/langtools/tools/javac/generics/typevars/AnnoTypeVarBounds.java
! test/langtools/tools/javac/lib/DPrinter.java
! test/langtools/tools/javac/types/GenericTypeWellFormednessTest.java

Changeset: cd310319fead
Author:    lancea
Date:      2019-01-27 14:55 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cd310319fead

8210469: Missing doPriviledged block and permission for jdk.zipfs module
Reviewed-by: alanb, clanger, mchung, jjg

! src/java.base/share/lib/security/default.policy
! src/jdk.zipfs/share/classes/jdk/nio/zipfs/ZipFileSystemProvider.java
+ test/jdk/jdk/nio/zipfs/PropertyPermissionTests.java
+ test/jdk/jdk/nio/zipfs/PropertyPermissions.policy

Changeset: 20ba6a7f897a
Author:    ysuenaga
Date:      2019-01-28 08:01 +0900
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/20ba6a7f897a

8217850: CompressedClassSpaceSizeInJmapHeap fails after JDK-8217612
Reviewed-by: dholmes, cjplummer

! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/tools/HeapSummary.java

Changeset: 2181425e0460
Author:    dholmes
Date:      2019-01-27 20:48 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2181425e0460

8217618: JVM TI SuspendThread doesn't suspend the current thread before returning
Reviewed-by: dcubed, sspitsyn, dlong

! src/hotspot/share/runtime/thread.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t002/hs202t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/sampling/SP05/sp05t003/sp05t003.cpp

Changeset: 74a5ef4c81cc
Author:    rkennke
Date:      2019-01-26 01:21 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/74a5ef4c81cc

8217016: Shenandoah: Streamline generation of CAS barriers
Reviewed-by: roland

! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetAssembler_aarch64.hpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoahBarrierSetC1_aarch64.cpp
! src/hotspot/cpu/aarch64/gc/shenandoah/shenandoah_aarch64.ad
! src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetAssembler_x86.hpp
! src/hotspot/cpu/x86/gc/shenandoah/shenandoahBarrierSetC1_x86.cpp
! src/hotspot/cpu/x86/gc/shenandoah/shenandoah_x86_64.ad
! src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp

Changeset: 5178e4b58b17
Author:    redestad
Date:      2019-01-28 09:56 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5178e4b58b17

8217841: Remove unused class TraceCPUTime
Reviewed-by: dholmes

! src/hotspot/share/runtime/timer.cpp
! src/hotspot/share/runtime/timer.hpp

Changeset: 41fa3e6f2785
Author:    chegar
Date:      2019-01-28 13:51 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/41fa3e6f2785

8217429: WebSocket over authenticating proxy fails to send Upgrade headers
Reviewed-by: dfuchs, prappo

! src/java.net.http/share/classes/jdk/internal/net/http/HttpRequestImpl.java
! src/java.net.http/share/classes/jdk/internal/net/http/common/Utils.java
! src/java.net.http/share/classes/jdk/internal/net/http/websocket/OpeningHandshake.java
! test/jdk/java/net/httpclient/ProxyServer.java
! test/jdk/java/net/httpclient/websocket/DummyWebSocketServer.java
! test/jdk/java/net/httpclient/websocket/Support.java
+ test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java
! test/jdk/java/net/httpclient/websocket/WebSocketTest.java

Changeset: 40eb23e0a8c5
Author:    dfuchs
Date:      2019-01-28 15:24 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/40eb23e0a8c5

8210130: java/net/httpclient/UnknownBodyLengthTest.java failed
Summary: The fix improves the test robustness by making it retry once in case of IO/Connect exception.
Reviewed-by: chegar

! test/jdk/java/net/httpclient/UnknownBodyLengthTest.java

Changeset: 4c5184c56dc2
Author:    lkorinth
Date:      2019-01-28 15:53 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4c5184c56dc2

8214799: Add package declaration to each JTREG test case in the gc folder
Reviewed-by: lmesnik, tschatzl

! test/hotspot/jtreg/gc/CondCardMark/Basic.java
+ test/hotspot/jtreg/gc/CriticalNative.java
! test/hotspot/jtreg/gc/CriticalNativeArgs.java
! test/hotspot/jtreg/gc/TestAgeOutput.java
! test/hotspot/jtreg/gc/TestAllocateHeapAt.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtError.java
! test/hotspot/jtreg/gc/TestAllocateHeapAtMultiple.java
! test/hotspot/jtreg/gc/TestBigObj.java
! test/hotspot/jtreg/gc/TestCardTablePageCommits.java
! test/hotspot/jtreg/gc/TestDisableExplicitGC.java
! test/hotspot/jtreg/gc/TestFullGCALot.java
! test/hotspot/jtreg/gc/TestFullGCCount.java
! test/hotspot/jtreg/gc/TestGenerationPerfCounter.java
! test/hotspot/jtreg/gc/TestHumongousReferenceObject.java
! test/hotspot/jtreg/gc/TestMemoryInitialization.java
! test/hotspot/jtreg/gc/TestMemoryInitializationWithCMS.java
! test/hotspot/jtreg/gc/TestMemoryInitializationWithSerial.java
! test/hotspot/jtreg/gc/TestMemoryMXBeansAndPoolsPresence.java
! test/hotspot/jtreg/gc/TestNUMAPageSize.java
! test/hotspot/jtreg/gc/TestNoPerfCounter.java
! test/hotspot/jtreg/gc/TestNumWorkerOutput.java
! test/hotspot/jtreg/gc/TestObjectAlignment.java
! test/hotspot/jtreg/gc/TestPolicyNamePerfCounter.java
! test/hotspot/jtreg/gc/TestSmallHeap.java
! test/hotspot/jtreg/gc/TestSoftReferencesBehaviorOnOOME.java
! test/hotspot/jtreg/gc/TestStackOverflow.java
! test/hotspot/jtreg/gc/TestSystemGC.java
! test/hotspot/jtreg/gc/TestVerifyDuringStartup.java
! test/hotspot/jtreg/gc/TestVerifySilently.java
! test/hotspot/jtreg/gc/TestVerifySubSet.java
! test/hotspot/jtreg/gc/arguments/AllocationHelper.java
! test/hotspot/jtreg/gc/arguments/FlagsValue.java
! test/hotspot/jtreg/gc/arguments/GCTypes.java
! test/hotspot/jtreg/gc/arguments/HeapRegionUsageTool.java
! test/hotspot/jtreg/gc/arguments/TestAggressiveHeap.java
! test/hotspot/jtreg/gc/arguments/TestAlignmentToUseLargePages.java
! test/hotspot/jtreg/gc/arguments/TestArrayAllocatorMallocLimit.java
! test/hotspot/jtreg/gc/arguments/TestCMSHeapSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestCompressedClassFlags.java
! test/hotspot/jtreg/gc/arguments/TestDisableDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestDynMaxHeapFreeRatio.java
! test/hotspot/jtreg/gc/arguments/TestDynMinHeapFreeRatio.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcMarkStepDurationMillis.java
! test/hotspot/jtreg/gc/arguments/TestG1ConcRefinementThreads.java
! test/hotspot/jtreg/gc/arguments/TestG1HeapRegionSize.java
! test/hotspot/jtreg/gc/arguments/TestG1HeapSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestG1PercentageOptions.java
! test/hotspot/jtreg/gc/arguments/TestHeapFreeRatio.java
! test/hotspot/jtreg/gc/arguments/TestInitialTenuringThreshold.java
! test/hotspot/jtreg/gc/arguments/TestMaxHeapSizeTools.java
! test/hotspot/jtreg/gc/arguments/TestMaxMinHeapFreeRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestMaxNewSize.java
! test/hotspot/jtreg/gc/arguments/TestMinAndInitialSurvivorRatioFlags.java
! test/hotspot/jtreg/gc/arguments/TestMinInitialErgonomics.java
! test/hotspot/jtreg/gc/arguments/TestNewRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestNewSizeThreadIncrease.java
! test/hotspot/jtreg/gc/arguments/TestObjectTenuringFlags.java
! test/hotspot/jtreg/gc/arguments/TestParallelGCThreads.java
! test/hotspot/jtreg/gc/arguments/TestParallelHeapSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestParallelRefProc.java
! test/hotspot/jtreg/gc/arguments/TestSelectDefaultGC.java
! test/hotspot/jtreg/gc/arguments/TestSerialHeapSizeFlags.java
! test/hotspot/jtreg/gc/arguments/TestShrinkHeapInSteps.java
! test/hotspot/jtreg/gc/arguments/TestSmallInitialHeapWithLargePageAndNUMA.java
! test/hotspot/jtreg/gc/arguments/TestSurvivorAlignmentInBytesOption.java
! test/hotspot/jtreg/gc/arguments/TestSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestTargetSurvivorRatioFlag.java
! test/hotspot/jtreg/gc/arguments/TestUnrecognizedVMOptionsHandling.java
! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgo.java
! test/hotspot/jtreg/gc/arguments/TestUseCompressedOopsErgoTools.java
! test/hotspot/jtreg/gc/arguments/TestUseNUMAInterleaving.java
! test/hotspot/jtreg/gc/arguments/TestVerifyBeforeAndAfterGCFlags.java
! test/hotspot/jtreg/gc/class_unloading/TestCMSClassUnloadingEnabledHWM.java
! test/hotspot/jtreg/gc/class_unloading/TestClassUnloadingDisabled.java
! test/hotspot/jtreg/gc/class_unloading/TestG1ClassUnloadingHWM.java
! test/hotspot/jtreg/gc/cms/DisableResizePLAB.java
! test/hotspot/jtreg/gc/cms/GuardShrinkWarning.java
! test/hotspot/jtreg/gc/cms/TestBubbleUpRef.java
! test/hotspot/jtreg/gc/cms/TestCMSScavengeBeforeRemark.java
! test/hotspot/jtreg/gc/cms/TestCriticalPriority.java
! test/hotspot/jtreg/gc/cms/TestMBeanCMS.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlCMS.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlG1Basics.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlParallel.java
! test/hotspot/jtreg/gc/concurrent_phase_control/TestConcurrentPhaseControlSerial.java
! test/hotspot/jtreg/gc/cslocker/TestCSLocker.java
! test/hotspot/jtreg/gc/cslocker/libTestCSLocker.c
! test/hotspot/jtreg/gc/epsilon/TestAlignment.java
! test/hotspot/jtreg/gc/epsilon/TestAlwaysPretouch.java
! test/hotspot/jtreg/gc/epsilon/TestArraycopyCheckcast.java
! test/hotspot/jtreg/gc/epsilon/TestByteArrays.java
! test/hotspot/jtreg/gc/epsilon/TestClasses.java
! test/hotspot/jtreg/gc/epsilon/TestDieDefault.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithHeapDump.java
! test/hotspot/jtreg/gc/epsilon/TestDieWithOnError.java
! test/hotspot/jtreg/gc/epsilon/TestElasticTLAB.java
! test/hotspot/jtreg/gc/epsilon/TestElasticTLABDecay.java
! test/hotspot/jtreg/gc/epsilon/TestEpsilonEnabled.java
! test/hotspot/jtreg/gc/epsilon/TestHelloWorld.java
! test/hotspot/jtreg/gc/epsilon/TestLogTrace.java
! test/hotspot/jtreg/gc/epsilon/TestManyThreads.java
! test/hotspot/jtreg/gc/epsilon/TestMaxTLAB.java
! test/hotspot/jtreg/gc/epsilon/TestMemoryMXBeans.java
! test/hotspot/jtreg/gc/epsilon/TestMemoryPools.java
! test/hotspot/jtreg/gc/epsilon/TestObjects.java
! test/hotspot/jtreg/gc/epsilon/TestPrintHeapSteps.java
! test/hotspot/jtreg/gc/epsilon/TestRefArrays.java
! test/hotspot/jtreg/gc/epsilon/TestUpdateCountersSteps.java
! test/hotspot/jtreg/gc/ergonomics/TestDynamicNumberOfGCThreads.java
! test/hotspot/jtreg/gc/ergonomics/TestInitialGCThreadLogging.java
! test/hotspot/jtreg/gc/g1/Test2GbHeap.java
! test/hotspot/jtreg/gc/g1/TestConcurrentSystemGC.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegions.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsClearMarkBits.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsLog.java
! test/hotspot/jtreg/gc/g1/TestEagerReclaimHumongousRegionsWithRefs.java
! test/hotspot/jtreg/gc/g1/TestEdenSurvivorLessThanMax.java
! test/hotspot/jtreg/gc/g1/TestFromCardCacheIndex.java
! test/hotspot/jtreg/gc/g1/TestG1TraceEagerReclaimHumongousObjects.java
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
! test/hotspot/jtreg/gc/g1/TestGreyReclaimedHumongousObjects.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocInitialMark.java
! test/hotspot/jtreg/gc/g1/TestHumongousAllocNearlyFullRegion.java
! test/hotspot/jtreg/gc/g1/TestHumongousCodeCacheRoots.java
! test/hotspot/jtreg/gc/g1/TestHumongousRemsetsMatch.java
! test/hotspot/jtreg/gc/g1/TestHumongousShrinkHeap.java
! test/hotspot/jtreg/gc/g1/TestInvalidateArrayCopy.java
! test/hotspot/jtreg/gc/g1/TestJNIWeakG1/TestJNIWeakG1.java
! test/hotspot/jtreg/gc/g1/TestJNIWeakG1/libTestJNIWeakG1.c
! test/hotspot/jtreg/gc/g1/TestLargePageUseForAuxMemory.java
! test/hotspot/jtreg/gc/g1/TestNoEagerReclaimOfHumongousRegions.java
! test/hotspot/jtreg/gc/g1/TestPLABOutput.java
! test/hotspot/jtreg/gc/g1/TestPLABSizeBounds.java
! test/hotspot/jtreg/gc/g1/TestParallelAlwaysPreTouch.java
! test/hotspot/jtreg/gc/g1/TestPeriodicCollection.java
! test/hotspot/jtreg/gc/g1/TestPeriodicLogMessages.java
! test/hotspot/jtreg/gc/g1/TestPrintRegionRememberedSetInfo.java
! test/hotspot/jtreg/gc/g1/TestRegionAlignment.java
! test/hotspot/jtreg/gc/g1/TestRegionLivenessPrint.java
! test/hotspot/jtreg/gc/g1/TestRemsetLogging.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingPerRegion.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingThreads.java
! test/hotspot/jtreg/gc/g1/TestRemsetLoggingTools.java
! test/hotspot/jtreg/gc/g1/TestSharedArchiveWithPreTouch.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData00.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData05.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData10.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData15.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData20.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData25.java
! test/hotspot/jtreg/gc/g1/TestShrinkAuxiliaryData30.java
! test/hotspot/jtreg/gc/g1/TestShrinkDefragmentedHeap.java
! test/hotspot/jtreg/gc/g1/TestShrinkToOneRegion.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationAgeThreshold.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationFullGC.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationInterned.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationPrintOptions.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationTableRehash.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationTableResize.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationTools.java
! test/hotspot/jtreg/gc/g1/TestStringDeduplicationYoungGC.java
! test/hotspot/jtreg/gc/g1/TestStringTableStats.java
! test/hotspot/jtreg/gc/g1/TestVerifyGCType.java
! test/hotspot/jtreg/gc/g1/mixedgc/TestOldGenCollectionUsage.java
! test/hotspot/jtreg/gc/libCriticalNative.c
! test/hotspot/jtreg/gc/logging/TestDeprecatedPrintFlags.java
! test/hotspot/jtreg/gc/logging/TestGCId.java
! test/hotspot/jtreg/gc/logging/TestMetaSpaceLog.java
! test/hotspot/jtreg/gc/logging/TestPrintReferences.java
! test/hotspot/jtreg/gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java
! test/hotspot/jtreg/gc/metaspace/G1AddMetaspaceDependency.java
! test/hotspot/jtreg/gc/metaspace/InputArguments.java
! test/hotspot/jtreg/gc/metaspace/TestCapacityUntilGCWrapAround.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceCMSCancel.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceInitialization.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceMemoryPool.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspacePerfCounters.java
! test/hotspot/jtreg/gc/metaspace/TestMetaspaceSizeFlags.java
! test/hotspot/jtreg/gc/metaspace/TestPerfCountersAndMemoryPools.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAt.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtMultiple.java
! test/hotspot/jtreg/gc/nvdimm/TestHumongousObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestOldObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestYoungObjectsOnDram.java
! test/hotspot/jtreg/gc/parallel/AdaptiveGCBoundary.java
! test/hotspot/jtreg/gc/parallel/TestDynShrinkHeap.java
! test/hotspot/jtreg/gc/parallel/TestPrintGCDetailsVerbose.java
! test/hotspot/jtreg/gc/serial/HeapChangeLogging.java
! test/hotspot/jtreg/gc/startup_warnings/TestCMS.java
! test/hotspot/jtreg/gc/startup_warnings/TestG1.java
! test/hotspot/jtreg/gc/startup_warnings/TestParallelGC.java
! test/hotspot/jtreg/gc/startup_warnings/TestParallelScavengeSerialOld.java
! test/hotspot/jtreg/gc/startup_warnings/TestSerialGC.java
! test/hotspot/jtreg/gc/startup_warnings/TestShenandoah.java
! test/hotspot/jtreg/gc/stress/CriticalNativeStress.java
! test/hotspot/jtreg/gc/stress/TestJNIBlockFullGC/TestJNIBlockFullGC.java
! test/hotspot/jtreg/gc/stress/TestMultiThreadStressRSet.java
! test/hotspot/jtreg/gc/stress/TestReclaimStringsLeaksMemory.java
! test/hotspot/jtreg/gc/stress/TestStressG1Humongous.java
! test/hotspot/jtreg/gc/stress/TestStressIHOPMultiThread.java
! test/hotspot/jtreg/gc/stress/TestStressRSetCoarsening.java
! test/hotspot/jtreg/gc/stress/gcbasher/ByteCursor.java
! test/hotspot/jtreg/gc/stress/gcbasher/Bytecode.java
! test/hotspot/jtreg/gc/stress/gcbasher/ClassInfo.java
! test/hotspot/jtreg/gc/stress/gcbasher/ConstantPoolEntry.java
! test/hotspot/jtreg/gc/stress/gcbasher/Decompiler.java
! test/hotspot/jtreg/gc/stress/gcbasher/Dependency.java
! test/hotspot/jtreg/gc/stress/gcbasher/MethodInfo.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasher.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithAllocateHeapAt.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithCMS.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithG1.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithParallel.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithSerial.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithShenandoah.java
! test/hotspot/jtreg/gc/stress/gcbasher/TestGCBasherWithZ.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLocker.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithCMS.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithG1.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithParallel.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithSerial.java
! test/hotspot/jtreg/gc/stress/gclocker/TestGCLockerWithShenandoah.java
! test/hotspot/jtreg/gc/stress/gclocker/libTestGCLocker.c
! test/hotspot/jtreg/gc/stress/gcold/TestGCOld.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithCMS.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithG1.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithParallel.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithSerial.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithShenandoah.java
! test/hotspot/jtreg/gc/stress/gcold/TestGCOldWithZ.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGC.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithCMS.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithG1.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithParallel.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithSerial.java
! test/hotspot/jtreg/gc/stress/systemgc/TestSystemGCWithShenandoah.java
! test/hotspot/jtreg/gc/survivorAlignment/AlignmentHelper.java
! test/hotspot/jtreg/gc/survivorAlignment/SurvivorAlignmentTestMain.java
! test/hotspot/jtreg/gc/survivorAlignment/TestAllocationInEden.java
! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromEdenToTenured.java
! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterFullGC.java
! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionLABLargeSurvivorAlignment.java
! test/hotspot/jtreg/gc/survivorAlignment/TestPromotionToSurvivor.java
! test/hotspot/jtreg/gc/whitebox/TestConcMarkCycleWB.java
! test/hotspot/jtreg/gc/whitebox/TestWBGC.java

Changeset: 90865744493d
Author:    dfuchs
Date:      2019-01-28 18:45 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/90865744493d

8217903: java/net/httpclient/Response204.java fails with 404
Summary: Fixed test to use loopback address - this looks like a port reuse issue.
Reviewed-by: chegar

! test/jdk/java/net/httpclient/Response204.java

Changeset: c55508666f24
Author:    dfuchs
Date:      2019-01-28 18:49 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c55508666f24

8217882: java/net/httpclient/MaxStreams.java failed once
Summary: added some more traces to help diagnosis
Reviewed-by: bpb

! test/jdk/java/net/httpclient/MaxStreams.java

Changeset: 688ce88f89cd
Author:    shurailine
Date:      2019-01-28 03:51 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/688ce88f89cd

8217761: Enhance run-test-prebuilt jib profile to support running tests with JCov
Reviewed-by: erikj

! make/RunTests.gmk
! make/RunTestsPrebuilt.gmk
! make/conf/jib-profiles.js

Changeset: f94819d1c7a0
Author:    iveresov
Date:      2019-01-25 14:50 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f94819d1c7a0

8217828: Un-ProblemList LongMulOverflowTest.java
Reviewed-by: iignatyev

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

Changeset: 21bcd9cdffb3
Author:    iignatyev
Date:      2019-01-26 12:51 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/21bcd9cdffb3

8217852: problem-list ctw of jdk.jconsole and java.desktop on windows
Reviewed-by: kvn

! test/hotspot/jtreg/ProblemList.txt

Changeset: 37c8fcc76699
Author:    pliden
Date:      2019-01-28 08:58 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/37c8fcc76699

8217717: ZGC: Broken oop map in C1 load barrier stub
Reviewed-by: eosterlund, neliasso
Contributed-by: erik.osterlund at oracle.com, per.liden at oracle.com

! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/share/c1/c1_LIRAssembler.hpp
! src/hotspot/share/gc/shared/c1/barrierSetC1.cpp
! src/hotspot/share/gc/shared/c1/barrierSetC1.hpp
! src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp
! src/hotspot/share/gc/z/c1/zBarrierSetC1.hpp

Changeset: f5671b2e74df
Author:    shade
Date:      2019-01-28 10:24 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f5671b2e74df

8217854: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java fails with Shenandoah
Reviewed-by: dcubed, zgu

! test/hotspot/jtreg/runtime/CompressedOops/UseCompressedOops.java

Changeset: fcfeed9fef45
Author:    jwilhelm
Date:      2019-01-28 21:44 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fcfeed9fef45

Merge

! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/share/c1/c1_LIRAssembler.hpp
! test/hotspot/jtreg/ProblemList-graal.txt
! test/hotspot/jtreg/ProblemList.txt

Changeset: bc20d0376402
Author:    redestad
Date:      2019-01-28 23:00 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bc20d0376402

8217869: Add count_leading_zeros utility
Reviewed-by: neliasso, thartmann

! src/hotspot/share/opto/regmask.cpp
! src/hotspot/share/opto/regmask.hpp
+ src/hotspot/share/utilities/count_leading_zeros.hpp
+ test/hotspot/gtest/utilities/test_count_leading_zeros.cpp
! test/hotspot/gtest/utilities/test_count_trailing_zeros.cpp

Changeset: bce458ffed11
Author:    goetz
Date:      2019-01-29 08:43 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/bce458ffed11

8217628: Verbose ArrayIndexOutOfBoundsException message also in JNI calls.
Reviewed-by: mdoerr, dholmes, lfoltan

! src/hotspot/share/prims/jni.cpp
! test/hotspot/jtreg/runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java
+ test/hotspot/jtreg/runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/libArrayIndexOutOfBoundsExceptionTest.c

Changeset: 4cfa5f51eafa
Author:    sgroeger
Date:      2019-01-29 09:10 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4cfa5f51eafa

8217777: TEST_BUG: jdk/java/util/prefs/ExportSubtree.java passes even when test should fail
Reviewed-by: clanger, rriggs

! test/jdk/java/util/prefs/ExportSubtree.java

Changeset: ce77e4d928f3
Author:    eosterlund
Date:      2019-01-29 10:13 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ce77e4d928f3

8216987: ciMethodData::load_data() unpacks MDOs with non-atomic copy
Reviewed-by: kvn, mdoerr, thartmann

! src/hotspot/share/ci/ciMethodData.cpp

Changeset: 482109fae02b
Author:    tschatzl
Date:      2019-01-29 11:30 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/482109fae02b

8213229: Investigate treating StringTable as weak in young collections
Reviewed-by: zgu, kbarrett

! src/hotspot/share/classfile/stringTable.cpp
! src/hotspot/share/classfile/stringTable.hpp
! src/hotspot/share/gc/cms/cmsHeap.cpp
! src/hotspot/share/gc/cms/cmsHeap.hpp
! src/hotspot/share/gc/cms/concurrentMarkSweepGeneration.cpp
! src/hotspot/share/gc/cms/parNewGeneration.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.cpp
! src/hotspot/share/gc/g1/g1CollectedHeap.hpp
! src/hotspot/share/gc/g1/g1ConcurrentMark.cpp
! src/hotspot/share/gc/g1/g1FullCollector.cpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.cpp
! src/hotspot/share/gc/g1/g1FullGCAdjustTask.hpp
! src/hotspot/share/gc/g1/g1FullGCMarkTask.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.cpp
! src/hotspot/share/gc/g1/g1GCPhaseTimes.hpp
! src/hotspot/share/gc/g1/g1HeapVerifier.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.cpp
! src/hotspot/share/gc/g1/g1RootProcessor.hpp
! src/hotspot/share/gc/g1/g1StringDedup.cpp
! src/hotspot/share/gc/g1/g1StringDedup.hpp
! src/hotspot/share/gc/parallel/psMarkSweep.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/parallel/psScavenge.cpp
! src/hotspot/share/gc/serial/genMarkSweep.cpp
! src/hotspot/share/gc/shared/genCollectedHeap.cpp
! src/hotspot/share/gc/shared/genCollectedHeap.hpp
! src/hotspot/share/gc/shared/parallelCleaning.cpp
! src/hotspot/share/gc/shared/parallelCleaning.hpp
! src/hotspot/share/gc/shared/stringdedup/stringDedup.cpp
! src/hotspot/share/gc/shared/stringdedup/stringDedup.hpp
! src/hotspot/share/gc/shared/weakProcessor.cpp
! src/hotspot/share/gc/shared/weakProcessor.inline.hpp
! src/hotspot/share/gc/shared/weakProcessorPhaseTimes.cpp
! src/hotspot/share/gc/shared/weakProcessorPhaseTimes.hpp
! src/hotspot/share/gc/shared/weakProcessorPhases.cpp
! src/hotspot/share/gc/shared/weakProcessorPhases.hpp
! src/hotspot/share/gc/shenandoah/shenandoahHeap.cpp
! src/hotspot/share/gc/shenandoah/shenandoahRootProcessor.cpp
! src/hotspot/share/logging/logPrefix.hpp
! test/hotspot/jtreg/gc/g1/TestGCLogMessages.java
- test/hotspot/jtreg/gc/g1/TestStringTableStats.java
! test/jdk/jdk/jfr/event/gc/collection/TestG1ParallelPhases.java

Changeset: b5c92b95fe45
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b5c92b95fe45

8217745: ZGC: Simplify ZLoadBarrierStubC1
Reviewed-by: neliasso, eosterlund

! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/share/gc/z/c1/zBarrierSetC1.cpp

Changeset: cbefe308b543
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cbefe308b543

8217747: ZGC: Minor optimization of ZLoadBarrierStubC1
Reviewed-by: neliasso, eosterlund

! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp

Changeset: 4ffdb0093c89
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4ffdb0093c89

8217855: ZGC: Clean up ZReferenceProcessor
Reviewed-by: stefank, kbarrett

! src/hotspot/share/gc/z/zReferenceProcessor.cpp
! src/hotspot/share/gc/z/zReferenceProcessor.hpp

Changeset: 9f75dc382445
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9f75dc382445

8217857: ZGC: Move SvcGCMarker to ZServiceabilityTracer
Reviewed-by: stefank, eosterlund

! src/hotspot/share/gc/z/zDriver.cpp
! src/hotspot/share/gc/z/zServiceability.hpp

Changeset: 4e325f8b50ce
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4e325f8b50ce

8217858: ZGC: Clean up ZDriver
Reviewed-by: stefank, eosterlund

! src/hotspot/share/gc/z/zDriver.cpp
! src/hotspot/share/gc/z/zDriver.hpp
! src/hotspot/share/runtime/vmOperations.hpp

Changeset: 5c80e6994d8a
Author:    pliden
Date:      2019-01-29 10:23 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/5c80e6994d8a

8217856: ZGC: Break out C2 matching rules into separate AD file
Reviewed-by: neliasso, kvn

! make/hotspot/gensrc/GensrcAdlc.gmk
+ src/hotspot/cpu/x86/gc/z/z_x86_64.ad
! src/hotspot/cpu/x86/x86_64.ad

Changeset: cd21b52e4055
Author:    itakiguchi
Date:      2019-01-29 12:16 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/cd21b52e4055

8217880: AIX build issue after JDK-8214533
Reviewed-by: goetz, ihse, mbaesken

! make/data/charsetmapping/stdcs-aix

Changeset: aed190ed8549
Author:    zgu
Date:      2019-01-29 08:28 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/aed190ed8549

8217785: Padding ParallelTaskTerminator::_offered_termination variable
Reviewed-by: shade, tschatzl

! src/hotspot/share/gc/shared/taskqueue.hpp

Changeset: 2c38991dd9b0
Author:    zgu
Date:      2019-01-29 08:39 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/2c38991dd9b0

8215047: Task terminators do not complete termination in consistent state
Reviewed-by: tschatzl, minqi

! src/hotspot/share/gc/shared/owstTaskTerminator.cpp
! src/hotspot/share/gc/shared/owstTaskTerminator.hpp
! src/hotspot/share/gc/shared/taskqueue.cpp
! src/hotspot/share/gc/shared/taskqueue.hpp

Changeset: 63eb7e38ce84
Author:    redestad
Date:      2019-01-29 14:34 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/63eb7e38ce84

8217922: Compiler dead code removal
Reviewed-by: thartmann, neliasso

! src/hotspot/cpu/x86/stubGenerator_x86_32.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/share/ci/ciArray.hpp
! src/hotspot/share/ci/ciCallProfile.hpp
! src/hotspot/share/ci/ciCallSite.cpp
! src/hotspot/share/ci/ciCallSite.hpp
! src/hotspot/share/ci/ciMethodData.cpp
! src/hotspot/share/ci/ciMethodData.hpp
! src/hotspot/share/ci/ciNullObject.hpp
! src/hotspot/share/ci/ciObject.hpp
! src/hotspot/share/ci/ciStreams.cpp
! src/hotspot/share/ci/ciStreams.hpp
! src/hotspot/share/ci/ciTypeFlow.cpp
! src/hotspot/share/ci/ciTypeFlow.hpp
! src/hotspot/share/ci/ciUtilities.cpp
! src/hotspot/share/ci/ciUtilities.hpp
! src/hotspot/share/interpreter/invocationCounter.cpp
! src/hotspot/share/interpreter/invocationCounter.hpp
! src/hotspot/share/libadt/set.cpp
! src/hotspot/share/libadt/set.hpp
! src/hotspot/share/libadt/vectset.cpp
! src/hotspot/share/libadt/vectset.hpp
! src/hotspot/share/oops/compiledICHolder.hpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/deoptimization.hpp
! src/hotspot/share/runtime/stubRoutines.cpp
! src/hotspot/share/runtime/stubRoutines.hpp
! src/hotspot/share/utilities/bitMap.hpp

Changeset: 9d1a788dea3d
Author:    redestad
Date:      2019-01-29 14:43 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/9d1a788dea3d

8217921: Runtime dead code removal
Reviewed-by: coleenp, sgehwolf, dholmes

! src/hotspot/cpu/aarch64/frame_aarch64.inline.hpp
! src/hotspot/cpu/arm/frame_arm.inline.hpp
! src/hotspot/cpu/s390/frame_s390.inline.hpp
! src/hotspot/cpu/sparc/frame_sparc.inline.hpp
! src/hotspot/cpu/x86/frame_x86.inline.hpp
! src/hotspot/share/interpreter/bytecodeStream.hpp
! src/hotspot/share/interpreter/bytecodeTracer.cpp
! src/hotspot/share/interpreter/bytecodes.hpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/interpreterRuntime.hpp
! src/hotspot/share/memory/binaryTreeDictionary.hpp
! src/hotspot/share/memory/binaryTreeDictionary.inline.hpp
! src/hotspot/share/memory/heapShared.hpp
! src/hotspot/share/memory/metaspace.cpp
! src/hotspot/share/memory/metaspace.hpp
! src/hotspot/share/memory/metaspaceShared.cpp
! src/hotspot/share/memory/metaspaceShared.hpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
! src/hotspot/share/memory/virtualspace.cpp
! src/hotspot/share/memory/virtualspace.hpp
! src/hotspot/share/prims/jvmtiImpl.hpp
! src/hotspot/share/prims/methodHandles.cpp
! src/hotspot/share/prims/methodHandles.hpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/arguments.hpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/frame.hpp
! src/hotspot/share/runtime/statSampler.cpp
! src/hotspot/share/runtime/statSampler.hpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/hotspot/share/utilities/resourceHash.hpp

Changeset: 0a35de73f7a8
Author:    sgehwolf
Date:      2019-01-28 14:07 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0a35de73f7a8

8217877: Dead code in jdk.jlink's TaskHelper
Reviewed-by: alanb, mchung

! src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java

Changeset: ad3438957ff5
Author:    mullan
Date:      2019-01-29 10:24 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ad3438957ff5

8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883
Reviewed-by: jnimeh, clanger

! src/java.base/share/classes/sun/security/ssl/SSLAlgorithmDecomposer.java
! test/jdk/javax/net/ssl/sanity/ciphersuites/CheckCipherSuites.java

Changeset: 8ea340a71f17
Author:    naoto
Date:      2019-01-29 07:46 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8ea340a71f17

8217609: New era placeholder not recognized by java.text.SimpleDateFormat
Reviewed-by: nishjain, rriggs

! make/jdk/src/classes/build/tools/cldrconverter/CalendarType.java
! src/jdk.localedata/share/classes/sun/util/cldr/resources/common/main/ja.xml
! src/jdk.localedata/share/classes/sun/util/cldr/resources/common/main/root.xml
! test/jdk/java/util/Calendar/JapaneseEraNameTest.java

Changeset: ab949b3e39bc
Author:    chegar
Date:      2019-01-29 16:12 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ab949b3e39bc

8217976: test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java fails intermittently
Reviewed-by: dfuchs

! test/jdk/java/net/httpclient/ProxyServer.java
! test/jdk/java/net/httpclient/websocket/WebSocketProxyTest.java

Changeset: 0f5fd67d0886
Author:    lfoltan
Date:      2019-01-29 11:56 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0f5fd67d0886

8216970: condy causes JVM crash
Summary: Fix issue with ConstantPool::constant_tag_at to correctly handle a condy whose return type is an array.
Reviewed-by: acorn, hseigel, jrose

! src/hotspot/share/oops/constantPool.cpp
+ test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeCondy.java
+ test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeThroughInvokeWithCondy$A.jasm
+ test/hotspot/jtreg/runtime/condy/escapeAnalysis/TestEscapeThroughInvokeWithCondy.jasm

Changeset: d68e38b01cf0
Author:    zgu
Date:      2019-01-29 12:12 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/d68e38b01cf0

8217794: Missing termination check results violation of termination invariant
Reviewed-by: tschatzl, shade

! src/hotspot/share/gc/shared/owstTaskTerminator.cpp

Changeset: 005bcf879e09
Author:    jcbeyler
Date:      2019-01-14 15:40 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/005bcf879e09

8212824: Remove unnecessary spaces before/after comparison in vmTestbase
Summary: Remove extra spaces around comparisons
Reviewed-by: phh, amenkov

! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t001/bi02t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI02/bi02t002/bi02t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t001/bi03t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/bcinstr/BI03/bi03t002/bi03t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t001/hs201t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS201/hs201t002/hs201t002.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS202/hs202t001/hs202t001.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/scenarios/hotswap/HS203/hs203t003/hs203t003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/jvmti/unit/FollowReferences/followref003/followref003.cpp
! test/hotspot/jtreg/vmTestbase/nsk/monitoring/share/ThreadController.cpp
! test/hotspot/jtreg/vmTestbase/nsk/share/jvmti/aod/jvmti_aod.cpp

Changeset: 606b80182f64
Author:    gziemski
Date:      2019-01-29 11:44 -0600
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/606b80182f64

8214821: Remove ConcurrentHashTable::get_copy
Summary: Remobed get_copy API, replaced gtest usage with get API
Reviewed-by: coleenp, rehn, kbarrett

! src/hotspot/share/utilities/concurrentHashTable.hpp
! src/hotspot/share/utilities/concurrentHashTable.inline.hpp
! test/hotspot/gtest/utilities/test_concurrentHashtable.cpp

Changeset: f3546d51ce9c
Author:    erikj
Date:      2019-01-29 10:09 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f3546d51ce9c

8217910: Slow linking with devkit on Linux
Reviewed-by: redestad, ehelin, ihse

! make/conf/jib-profiles.js
! make/devkit/Tools.gmk

Changeset: 4cfe0e5a3b79
Author:    dcubed
Date:      2019-01-29 14:09 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/4cfe0e5a3b79

8217658: baseline_cleanups from Async Monitor Deflation project
Summary: baseline_cleanups from Async Monitor Deflation project plus a couple of misc others.
Reviewed-by: dholmes, rehn

! src/hotspot/share/prims/jvmtiExport.cpp
! src/hotspot/share/runtime/basicLock.cpp
! src/hotspot/share/runtime/objectMonitor.cpp
! src/hotspot/share/runtime/objectMonitor.hpp
! src/hotspot/share/runtime/objectMonitor.inline.hpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/synchronizer.hpp
! src/hotspot/share/runtime/thread.hpp
! test/hotspot/jtreg/runtime/logging/MonitorInflationTest.java

Changeset: fc5a68ff2c0b
Author:    jjg
Date:      2019-01-29 13:39 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/fc5a68ff2c0b

8217773: Test langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java fails after JDK-8217034
Reviewed-by: clanger, hannesw

! test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/pkg/B.java

Changeset: 1ae0b76bb5df
Author:    mseledtsov
Date:      2019-01-29 15:13 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/1ae0b76bb5df

8217744: [TESTBUG] JFR TestShutdownEvent fails on some systems due to process surviving SIGINT
Summary: changed handling of cases when child process suvives the signal
Reviewed-by: egahlin

! test/jdk/jdk/jfr/event/runtime/TestShutdownEvent.java

Changeset: b92b0baa7afd
Author:    dtitov
Date:      2019-01-29 16:48 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b92b0baa7afd

8163127: Debugger classExclusionFilter does not work correctly with method references
Reviewed-by: cjplummer, jcbeyler

! src/hotspot/share/oops/constantPool.cpp
+ test/jdk/com/sun/jdi/JdbStepTest.java

Changeset: 3f4b89a17892
Author:    mbaesken
Date:      2019-01-29 15:19 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3f4b89a17892

8217979: lib-freetype related configure messages contain wrong configure flag names
Reviewed-by: erikj, prr

! make/autoconf/lib-freetype.m4

Changeset: 0d9dee001667
Author:    pmuthuswamy
Date:      2019-01-30 16:39 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/0d9dee001667

8215577: Remove javadoc support for HTML 4
Reviewed-by: jjg, hannesw

! src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractMemberWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractModuleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractPackageIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AbstractTreeWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllClassesIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AllPackagesIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeFieldWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeOptionalMemberWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeRequiredMemberWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/AnnotationTypeWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassUseWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ClassWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ConstantsSummaryWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ConstructorWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DeprecatedListWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/DocFilesHandlerImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/EnumConstantWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/FieldWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/FrameOutputWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HelpWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlConfiguration.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/HtmlDocletWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/IndexRedirectWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/MethodWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModulePackageIndexFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/ModuleWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/NestedClassWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageFrameWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageTreeWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageUseWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PackageWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/PropertyWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SerializedFormWriterImpl.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SingleIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SourceToHTMLConverter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SplitIndexWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/SubWriterHolderWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/TreeWriter.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/DocType.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Head.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlDocument.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/HtmlTree.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Links.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Navigation.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/markup/Table.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/formats/html/resources/standard.properties
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/Resources.java
! src/jdk.javadoc/share/classes/jdk/javadoc/internal/doclets/toolkit/resources/doclets.properties
! test/langtools/jdk/javadoc/doclet/AccessSkipNav/AccessSkipNav.java
! test/langtools/jdk/javadoc/doclet/AccessSummary/AccessSummary.java
! test/langtools/jdk/javadoc/doclet/MetaTag/MetaTag.java
! test/langtools/jdk/javadoc/doclet/ValidHtml/ValidHtml.java
! test/langtools/jdk/javadoc/doclet/testAnchorNames/TestAnchorNames.java
! test/langtools/jdk/javadoc/doclet/testAnnotationOptional/TestAnnotationOptional.java
! test/langtools/jdk/javadoc/doclet/testAnnotationTypes/TestAnnotationTypes.java
! test/langtools/jdk/javadoc/doclet/testClassCrossReferences/TestClassCrossReferences.java
! test/langtools/jdk/javadoc/doclet/testClassLinks/TestClassLinks.java
! test/langtools/jdk/javadoc/doclet/testConstructors/TestConstructors.java
! test/langtools/jdk/javadoc/doclet/testDeprecatedDocs/TestDeprecatedDocs.java
! test/langtools/jdk/javadoc/doclet/testExternalOverridenMethod/TestExternalOverridenMethod.java
! test/langtools/jdk/javadoc/doclet/testFramesNoFrames/TestFramesNoFrames.java
! test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java
! test/langtools/jdk/javadoc/doclet/testHiddenTag/TestHiddenTag.java
! test/langtools/jdk/javadoc/doclet/testHref/TestHref.java
+ test/langtools/jdk/javadoc/doclet/testHtml4Removal/TestHtml4Removal.java
! test/langtools/jdk/javadoc/doclet/testHtmlDefinitionListTag/TestHtmlDefinitionListTag.java
! test/langtools/jdk/javadoc/doclet/testHtmlDocument/TestHtmlDocument.java
! test/langtools/jdk/javadoc/doclet/testHtmlDocument/testLink.html
! test/langtools/jdk/javadoc/doclet/testHtmlDocument/testMarkup.html
! test/langtools/jdk/javadoc/doclet/testHtmlLandmarkRegions/TestHtmlLandmarkRegions.java
! test/langtools/jdk/javadoc/doclet/testHtmlTableStyles/TestHtmlTableStyles.java
! test/langtools/jdk/javadoc/doclet/testHtmlTableTags/TestHtmlTableTags.java
! test/langtools/jdk/javadoc/doclet/testHtmlTag/TestHtmlTag.java
! test/langtools/jdk/javadoc/doclet/testHtmlVersion/TestHtmlVersion.java
- test/langtools/jdk/javadoc/doclet/testHtmlWarning/TestHtmlWarning.java
! test/langtools/jdk/javadoc/doclet/testInterface/TestInterface.java
! test/langtools/jdk/javadoc/doclet/testJavaFX/TestJavaFX.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestLinkOption.java
! test/langtools/jdk/javadoc/doclet/testLinkOption/TestRedirectLinks.java
! test/langtools/jdk/javadoc/doclet/testLinkTaglet/TestLinkTaglet.java
! test/langtools/jdk/javadoc/doclet/testLinkToSerialForm/TestLinkToSerialForm.java
! test/langtools/jdk/javadoc/doclet/testMemberInheritance/TestMemberInheritance.java
! test/langtools/jdk/javadoc/doclet/testMemberSummary/TestMemberSummary.java
! test/langtools/jdk/javadoc/doclet/testModules/TestIndirectExportsOpens.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModuleServices.java
! test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
! test/langtools/jdk/javadoc/doclet/testNavigation/TestNavigation.java
! test/langtools/jdk/javadoc/doclet/testNestedGenerics/TestNestedGenerics.java
! test/langtools/jdk/javadoc/doclet/testNewLanguageFeatures/TestNewLanguageFeatures.java
! test/langtools/jdk/javadoc/doclet/testNonInlineHtmlTagRemoval/TestNonInlineHtmlTagRemoval.java
! test/langtools/jdk/javadoc/doclet/testOptions/TestOptions.java
! test/langtools/jdk/javadoc/doclet/testOrdering/TestOrdering.java
! test/langtools/jdk/javadoc/doclet/testOverriddenMethods/TestOverriddenMethodDocCopy.java
! test/langtools/jdk/javadoc/doclet/testOverriddenMethods/TestOverriddenPrivateMethodsWithPackageFlag.java
! test/langtools/jdk/javadoc/doclet/testOverriddenMethods/TestOverrideMethods.java
! test/langtools/jdk/javadoc/doclet/testOverview/TestOverview.java
! test/langtools/jdk/javadoc/doclet/testPackageDescription/TestPackageDescription.java
! test/langtools/jdk/javadoc/doclet/testPrivateClasses/TestPrivateClasses.java
! test/langtools/jdk/javadoc/doclet/testProperty/TestProperty.java
! test/langtools/jdk/javadoc/doclet/testRelativeLinks/TestRelativeLinks.java
! test/langtools/jdk/javadoc/doclet/testRepeatedAnnotations/TestRepeatedAnnotations.java
! test/langtools/jdk/javadoc/doclet/testSearch/TestSearch.java
! test/langtools/jdk/javadoc/doclet/testSeeTag/TestSeeTag.java
! test/langtools/jdk/javadoc/doclet/testStylesheet/TestStylesheet.java
! test/langtools/jdk/javadoc/doclet/testSummaryTag/TestSummaryTag.java
! test/langtools/jdk/javadoc/doclet/testTypeAnnotations/TestTypeAnnotations.java
! test/langtools/jdk/javadoc/doclet/testTypeParams/TestTypeParameters.java
! test/langtools/jdk/javadoc/doclet/testTypeVariableLinks/TestTypeVariableLinks.java
! test/langtools/jdk/javadoc/doclet/testUseOption/TestUseOption.java
! test/langtools/jdk/javadoc/doclet/testWarnings/TestWarnings.java
! test/langtools/jdk/javadoc/tool/sampleapi/SampleApiTest.java

Changeset: a4b7ea85d668
Author:    prappo
Date:      2019-01-30 00:24 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/a4b7ea85d668

8218022: Repeated words typos in java.base
Reviewed-by: alanb, lancea, mchung
Contributed-by: Andrey Turbanov <turbanoff at gmail.com>

! src/java.base/share/classes/java/lang/LiveStackFrame.java
! src/java.base/share/classes/java/lang/Object.java
! src/java.base/share/classes/java/lang/String.java
! src/java.base/share/classes/java/lang/invoke/MethodHandle.java
! src/java.base/share/classes/java/lang/invoke/MethodHandleNatives.java
! src/java.base/share/classes/java/lang/invoke/VarHandle.java
! src/java.base/share/classes/java/lang/module/Resolver.java
! src/java.base/share/classes/java/security/cert/Extension.java
! src/java.base/share/classes/java/util/SimpleTimeZone.java
! src/java.base/share/classes/java/util/stream/WhileOps.java
! src/java.base/share/classes/javax/security/auth/SubjectDomainCombiner.java
! src/java.base/share/classes/javax/security/auth/callback/ConfirmationCallback.java
! src/java.base/share/classes/jdk/internal/access/SharedSecrets.java
! src/java.base/share/classes/jdk/internal/module/ServicesCatalog.java
! src/java.base/share/classes/jdk/internal/platform/Metrics.java
! src/java.base/share/classes/sun/net/www/http/HttpClient.java
! src/java.base/share/classes/sun/security/ssl/HandshakeHash.java
! src/java.base/share/classes/sun/security/ssl/RenegoInfoExtension.java
! src/java.base/share/classes/sun/security/ssl/SSLTransport.java
! src/java.base/share/classes/sun/security/ssl/TrustStoreManager.java
! src/java.base/share/classes/sun/security/util/ConstraintsParameters.java
! src/java.base/share/classes/sun/security/util/math/SmallValue.java

Changeset: 754bcf6ca637
Author:    prappo
Date:      2019-01-30 12:04 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/754bcf6ca637

Merge

- test/langtools/jdk/javadoc/doclet/testHtmlWarning/TestHtmlWarning.java

Changeset: 55ba2125ba24
Author:    mbaesken
Date:      2019-01-30 09:57 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/55ba2125ba24

8217786: Provide virtualization related info in the hs_error file on linux s390x
Reviewed-by: dholmes, stuefe

! src/hotspot/os/linux/os_linux.cpp
! src/hotspot/os/linux/os_linux.hpp

Changeset: acb1571b1df8
Author:    lucy
Date:      2019-01-30 14:24 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/acb1571b1df8

8217465: [REDO] - Optimize CodeHeap Analytics
Reviewed-by: kvn, thartmann

! src/hotspot/share/code/codeHeapState.cpp

Changeset: c88533ce800a
Author:    tschatzl
Date:      2019-01-30 16:19 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/c88533ce800a

8218060: JDK-8217786 breaks build due to remaining unused function
Summary: Remove unused function.
Reviewed-by: eosterlund

! src/hotspot/os/linux/os_linux.cpp

Changeset: 230b84fa7e53
Author:    tschatzl
Date:      2019-01-30 17:02 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/230b84fa7e53

8218063: JDK-8218060 breaks build for S390
Summary: Reinstated function removed by JDK-8218060 and properly ifdef'ed it.
Reviewed-by: shade, eosterlund

! src/hotspot/os/linux/os_linux.cpp

Changeset: 8830bb9587c2
Author:    ihse
Date:      2019-01-30 18:26 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/8830bb9587c2

8218057: Add ppc64le and s390x profiles to jib-profiles.js
Reviewed-by: erikj

! make/conf/jib-profiles.js

Changeset: ab7fcc43dab4
Author:    erikj
Date:      2019-01-30 18:27 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ab7fcc43dab4

8217916: Build compare script is not comparing jmods
Reviewed-by: ihse

! make/autoconf/compare.sh.in
! make/scripts/compare.sh

Changeset: 3997614d4834
Author:    shade
Date:      2019-01-30 18:34 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/3997614d4834

8218031: Zero broken after JDK-8217922 (Compiler dead code removal)
Reviewed-by: thartmann, sgehwolf, shade
Contributed-by: Ao Qi <aoqi at loongson.cn>

! src/hotspot/share/interpreter/invocationCounter.cpp
! src/hotspot/share/interpreter/invocationCounter.hpp

Changeset: f5480f924571
Author:    dfuchs
Date:      2019-01-30 18:21 +0000
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f5480f924571

8216562: UnknownBodyLength sometimes fails due to "Connection reset by peer"
Summary: uses a longer linger time and avoids closing socket too early.
Reviewed-by: chegar

! test/jdk/java/net/httpclient/UnknownBodyLengthTest.java

Changeset: 556122252316
Author:    shade
Date:      2019-01-30 19:45 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/556122252316

8217994: os::print_hex_dump should be more resilient against unreadable memory
Reviewed-by: zgu, stuefe, lucy

! src/hotspot/share/runtime/os.cpp
! test/hotspot/gtest/runtime/test_os.cpp

Changeset: f38270ce02cc
Author:    zgu
Date:      2019-01-30 14:19 -0500
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/f38270ce02cc

8217578: Shenandoah cleanup unused timings after concurrent string table change
Reviewed-by: shade

! src/hotspot/share/gc/shenandoah/shenandoahPhaseTimings.hpp

Changeset: 297183cee278
Author:    sangheki
Date:      2019-01-29 11:21 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/297183cee278

8217666: gc/nvdimm/* should not be included any tiers
Reviewed-by: iignatyev, lkorinth

! test/hotspot/jtreg/TEST.ROOT
! test/hotspot/jtreg/TEST.groups
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAt.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtMultiple.java
! test/hotspot/jtreg/gc/nvdimm/TestHumongousObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestOldObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestYoungObjectsOnDram.java
! test/jtreg-ext/requires/VMProps.java

Changeset: 6a30416606ed
Author:    kaddepalli
Date:      2019-01-30 15:02 +0530
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6a30416606ed

8215921: There is no change when select different Foreground and Background by mouse.
Reviewed-by: serb, psadhukhan

! src/java.desktop/unix/classes/sun/awt/X11/XChoicePeer.java
! test/jdk/ProblemList.txt
+ test/jdk/java/awt/Choice/SelectNewItemTest/SelectNewItemTest.java

Changeset: 7d19ac37d7d1
Author:    iignatyev
Date:      2019-01-30 09:30 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/7d19ac37d7d1

8207922: ctw of jdk.security.auth failed with "Unexpected zero exit codebefore finishing all compilations"
Reviewed-by: roland, thartmann

! test/hotspot/jtreg/testlibrary/ctw/src/sun/hotspot/tools/ctw/CtwRunner.java

Changeset: ad3bb34fe399
Author:    jwilhelm
Date:      2019-01-30 21:12 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/ad3bb34fe399

Merge

! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAt.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtError.java
! test/hotspot/jtreg/gc/nvdimm/TestAllocateOldGenAtMultiple.java
! test/hotspot/jtreg/gc/nvdimm/TestHumongousObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestOldObjectsOnNvdimm.java
! test/hotspot/jtreg/gc/nvdimm/TestYoungObjectsOnDram.java
! test/jdk/ProblemList.txt

Changeset: b5f05fe4a6f8
Author:    erikj
Date:      2019-01-30 12:54 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/b5f05fe4a6f8

8218084: Revert JDK-8218057
Reviewed-by: darcy, ctornqvi

! make/conf/jib-profiles.js

Changeset: 6121eee15c23
Author:    sviswanathan
Date:      2019-01-30 13:47 -0800
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/6121eee15c23

8217371: Incorrect LP64 guard in x86.ad after JDK-8210764 (Update avx512 implementation)
Reviewed-by: kvn, neliasso, thartmann

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

Changeset: dfacdb971494
Author:    jwilhelm
Date:      2019-01-31 01:17 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/dfacdb971494

Added tag jdk-13+6 for changeset b5f05fe4a6f8

! .hgtags

Changeset: 991ba5f6900b
Author:    dsimms
Date:      2019-01-31 13:43 +0100
URL:       http://hg.openjdk.java.net/valhalla/valhalla/rev/991ba5f6900b

Merge

! .hgtags
! make/conf/jib-profiles.js
! src/hotspot/cpu/x86/frame_x86.inline.hpp
! src/hotspot/cpu/x86/gc/z/zBarrierSetAssembler_x86.cpp
! src/hotspot/cpu/x86/stubGenerator_x86_64.cpp
! src/hotspot/cpu/x86/x86_64.ad
! src/hotspot/share/ci/ciArray.hpp
! src/hotspot/share/ci/ciEnv.cpp
! src/hotspot/share/ci/ciEnv.hpp
! src/hotspot/share/ci/ciObject.hpp
! src/hotspot/share/ci/ciStreams.cpp
! src/hotspot/share/ci/ciStreams.hpp
! src/hotspot/share/ci/ciTypeFlow.cpp
! src/hotspot/share/ci/ciTypeFlow.hpp
! src/hotspot/share/classfile/classLoader.cpp
! src/hotspot/share/code/nmethod.cpp
! src/hotspot/share/gc/parallel/psParallelCompact.cpp
! src/hotspot/share/gc/shared/c1/barrierSetC1.hpp
! src/hotspot/share/gc/shenandoah/c2/shenandoahBarrierSetC2.cpp
! src/hotspot/share/interpreter/bytecodeTracer.cpp
! src/hotspot/share/interpreter/bytecodes.hpp
! src/hotspot/share/interpreter/interpreterRuntime.cpp
! src/hotspot/share/interpreter/interpreterRuntime.hpp
! src/hotspot/share/memory/universe.cpp
! src/hotspot/share/memory/universe.hpp
! src/hotspot/share/oops/constantPool.cpp
! src/hotspot/share/opto/callGenerator.cpp
! src/hotspot/share/opto/callGenerator.hpp
! src/hotspot/share/opto/callnode.cpp
! src/hotspot/share/opto/callnode.hpp
! src/hotspot/share/opto/chaitin.cpp
! src/hotspot/share/opto/doCall.cpp
! src/hotspot/share/opto/library_call.cpp
! src/hotspot/share/opto/matcher.cpp
! src/hotspot/share/opto/memnode.cpp
! src/hotspot/share/opto/parse1.cpp
! src/hotspot/share/prims/jni.cpp
! src/hotspot/share/prims/jvmtiExport.cpp
! src/hotspot/share/prims/methodHandles.cpp
! src/hotspot/share/prims/whitebox.cpp
! src/hotspot/share/runtime/arguments.cpp
! src/hotspot/share/runtime/deoptimization.cpp
! src/hotspot/share/runtime/deoptimization.hpp
! src/hotspot/share/runtime/frame.cpp
! src/hotspot/share/runtime/frame.hpp
! src/hotspot/share/runtime/globals.hpp
! src/hotspot/share/runtime/mutexLocker.cpp
! src/hotspot/share/runtime/stubRoutines.cpp
! src/hotspot/share/runtime/stubRoutines.hpp
! src/hotspot/share/runtime/synchronizer.cpp
! src/hotspot/share/runtime/synchronizer.hpp
! src/hotspot/share/runtime/thread.cpp
! src/hotspot/share/runtime/thread.hpp
! src/hotspot/share/runtime/vmOperations.cpp
! src/hotspot/share/runtime/vmOperations.hpp
! src/java.base/share/classes/java/lang/invoke/MethodHandleNatives.java
! src/java.base/share/classes/java/lang/invoke/VarHandle.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Type.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/code/Types.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Attr.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Check.java
! src/jdk.compiler/share/classes/com/sun/tools/javac/comp/LambdaToMethod.java
- test/Makefile
- test/TestCommon.gmk
- test/hotspot/jtreg/Makefile
! test/hotspot/jtreg/ProblemList.txt
! test/hotspot/jtreg/TEST.groups
- test/hotspot/jtreg/gc/g1/TestStringTableStats.java
- test/jaxp/Makefile
- test/jdk/Makefile
! test/jdk/ProblemList.txt
! test/jtreg-ext/requires/VMProps.java
- test/langtools/Makefile
- test/langtools/jdk/javadoc/doclet/testHtmlWarning/TestHtmlWarning.java
! test/lib/sun/hotspot/WhiteBox.java
- test/nashorn/Makefile



More information about the valhalla-dev mailing list