Fri, 20 Apr 2018 09:44:24 +0200 8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly.
stuefe [Fri, 20 Apr 2018 09:44:24 +0200] rev 49869
8202074: Metaspace: If humongous chunk is added to SpaceManager, previous current chunk may not get retired correctly. Reviewed-by: coleenp, asiebenborn, goetz
Mon, 23 Apr 2018 18:04:17 -0700 8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList
mikael [Mon, 23 Apr 2018 18:04:17 -0700] rev 49868
8202060: Add javax/net/ssl/DTLS/CipherSuite.java to ProblemList Reviewed-by: xuelei
Mon, 23 Apr 2018 16:10:32 -0700 8202070: Cleanup code after JDK-8200450, JDK-8200366
lucy [Mon, 23 Apr 2018 16:10:32 -0700] rev 49867
8202070: Cleanup code after JDK-8200450, JDK-8200366 Reviewed-by: kvn
Mon, 23 Apr 2018 15:19:46 -0700 8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms
cjplummer [Mon, 23 Apr 2018 15:19:46 -0700] rev 49866
8202155: quarantine test com/sun/jdi/JdbExprTest.sh on all platforms Summary: quarantined test Reviewed-by: dholmes
Mon, 23 Apr 2018 14:23:18 -0700 Merge
henryjen [Mon, 23 Apr 2018 14:23:18 -0700] rev 49865
Merge
Thu, 07 Dec 2017 12:25:09 -0800 8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile
igerasim [Thu, 07 Dec 2017 12:25:09 -0800] rev 49864
8192789: Avoid using AtomicReference in sun.security.provider.PolicyFile Reviewed-by: mullan, ahgross
Thu, 07 Dec 2017 11:21:47 -0800 8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain
igerasim [Thu, 07 Dec 2017 11:21:47 -0800] rev 49863
8187496: Possible memory leak in java.apple.security.KeychainStore.addItemToKeychain Reviewed-by: weijun, mullan, ahgross
Tue, 31 Oct 2017 11:35:15 -0700 8190227: Forward port 8188880 to JDK10CPU
joehw [Tue, 31 Oct 2017 11:35:15 -0700] rev 49862
8190227: Forward port 8188880 to JDK10CPU Reviewed-by: dfuchs, lancea, rriggs
Mon, 23 Apr 2018 16:00:56 -0400 8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed
kbarrett [Mon, 23 Apr 2018 16:00:56 -0400] rev 49861
8201826: G1: Don't invoke WeakProcessor if mark stack has overflowed Summary: Move WeakProcessor invocation after overflow check Reviewed-by: stefank, tschatzl
Mon, 23 Apr 2018 14:51:16 -0500 8202151: [BACKOUT] Split globals.hpp to factor out the Flag class
gziemski [Mon, 23 Apr 2018 14:51:16 -0500] rev 49860
8202151: [BACKOUT] Split globals.hpp to factor out the Flag class Summary: Backed out JDK-8081519 Reviewed-by: kvn
Mon, 23 Apr 2018 11:37:46 -0700 8201259: Fix warning with VS2017 in jdk.pack
ksrini [Mon, 23 Apr 2018 11:37:46 -0700] rev 49859
8201259: Fix warning with VS2017 in jdk.pack Reviewed-by: erikj
Mon, 23 Apr 2018 18:14:35 +0200 8198816: AbstractScriptEngine.getScriptContext creation of SimpleScriptContext is inefficient
hannesw [Mon, 23 Apr 2018 18:14:35 +0200] rev 49858
8198816: AbstractScriptEngine.getScriptContext creation of SimpleScriptContext is inefficient Reviewed-by: sundar, jlaskey
Mon, 23 Apr 2018 10:59:39 -0500 8081519: Split globals.hpp to factor out the Flag class
gziemski [Mon, 23 Apr 2018 10:59:39 -0500] rev 49857
8081519: Split globals.hpp to factor out the Flag class Summary: Factored out Flag out go globals, renamed to JVMFlag Reviewed-by: coleenp, dholmes, kvn
Mon, 23 Apr 2018 09:01:03 -0700 8199193: jshell tool: Add support for preview features
rfield [Mon, 23 Apr 2018 09:01:03 -0700] rev 49856
8199193: jshell tool: Add support for preview features Reviewed-by: sundar
Mon, 23 Apr 2018 17:45:05 +0200 8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names
hannesw [Mon, 23 Apr 2018 17:45:05 +0200] rev 49855
8201466: Nashorn: defineProperty setters/getters on prototype object ignored with numeric property names Reviewed-by: sundar, jlaskey
Mon, 23 Apr 2018 08:36:41 -0700 8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win]
igerasim [Mon, 23 Apr 2018 08:36:41 -0700] rev 49854
8202091: Rename DualStackPlainSocketImpl to PlainSocketImpl [win] Reviewed-by: clanger, chegar
Mon, 23 Apr 2018 07:51:46 -0700 8188105: Make -Xshare:auto the default for server VM
iklam [Mon, 23 Apr 2018 07:51:46 -0700] rev 49853
8188105: Make -Xshare:auto the default for server VM Reviewed-by: dholmes, lfoltan, acorn, mseledtsov, jiangli
Mon, 23 Apr 2018 16:25:16 +0200 8202073: MetaspaceAllocationTest gtest shall lock during space creation
stuefe [Mon, 23 Apr 2018 16:25:16 +0200] rev 49852
8202073: MetaspaceAllocationTest gtest shall lock during space creation Reviewed-by: coleenp
Mon, 23 Apr 2018 11:25:53 +0200 8202081: Introduce CollectedHeap::is_oop()
stefank [Mon, 23 Apr 2018 11:25:53 +0200] rev 49851
8202081: Introduce CollectedHeap::is_oop() Reviewed-by: eosterlund, rkennke
Mon, 23 Apr 2018 13:32:00 +0200 6805750: Improve handling of Attributes.Name
redestad [Mon, 23 Apr 2018 13:32:00 +0200] rev 49850
6805750: Improve handling of Attributes.Name Reviewed-by: sherman
Mon, 23 Apr 2018 12:16:09 +0200 8202134: Non-PCH build for arm32 fails
shade [Mon, 23 Apr 2018 12:16:09 +0200] rev 49849
8202134: Non-PCH build for arm32 fails Reviewed-by: stefank
Wed, 18 Apr 2018 11:19:32 +0200 8198756: Lazy allocation of compiler threads
mdoerr [Wed, 18 Apr 2018 11:19:32 +0200] rev 49848
8198756: Lazy allocation of compiler threads Reviewed-by: kvn
Fri, 20 Apr 2018 14:30:57 -0700 8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java
kvn [Fri, 20 Apr 2018 14:30:57 -0700] rev 49847
8201850: [AOT] vm crash when run test compiler/aot/fingerprint/SelfChangedCDS.java Summary: set AOT specific compressed oop shift value before CDS archive load Reviewed-by: iklam, jiangli
Fri, 20 Apr 2018 21:54:36 +0200 8201536: configure fails compiler check due to bad -m32 flag
ihse [Fri, 20 Apr 2018 21:54:36 +0200] rev 49846
8201536: configure fails compiler check due to bad -m32 flag Reviewed-by: erikj
Mon, 16 Apr 2018 16:21:58 +0100 8201597: AArch64: Update relocs for CompiledDirectStaticCall
aph [Mon, 16 Apr 2018 16:21:58 +0100] rev 49845
8201597: AArch64: Update relocs for CompiledDirectStaticCall Reviewed-by: adinn
Fri, 20 Apr 2018 14:25:51 +0200 8202079: [s390]: Build failure w/o precompiled headers
lucy [Fri, 20 Apr 2018 14:25:51 +0200] rev 49844
8202079: [s390]: Build failure w/o precompiled headers Reviewed-by: stuefe, shade
Tue, 10 Apr 2018 08:38:56 +0200 8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations
mbaesken [Tue, 10 Apr 2018 08:38:56 +0200] rev 49843
8201226: missing JNIEXPORT / JNICALL at some places in function declarations/implementations Reviewed-by: ihse, mdoerr Contributed-by: matthias.baesken@sap.com, alexey.ivanov@oracle.com
Tue, 17 Apr 2018 15:54:14 +0200 8201649: Remove dubious call_jio_print in ostream.cpp
clanger [Tue, 17 Apr 2018 15:54:14 +0200] rev 49842
8201649: Remove dubious call_jio_print in ostream.cpp Reviewed-by: stuefe, dholmes
Thu, 19 Apr 2018 17:43:26 +0200 8201788: Number of make jobs wrong for bootcycle-images target
sgehwolf [Thu, 19 Apr 2018 17:43:26 +0200] rev 49841
8201788: Number of make jobs wrong for bootcycle-images target Reviewed-by: erikj, ihse
Fri, 20 Apr 2018 15:16:36 +0800 8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected
mli [Fri, 20 Apr 2018 15:16:36 +0800] rev 49840
8161991: java/nio/channels/AsynchronousSocketChannel/Basic.java failed due to RuntimeException: WritePendingException expected 8171404: java/nio/channels/AsynchronousSocketChannel/Basic.java failed with "AsynchronousCloseException expected" 8201520: AsynchronousSocketChannel/Basic.java timeout intermitently Reviewed-by: alanb
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip