Thu, 22 Aug 2019 18:54:56 +0100 8078219: Verify lack of @test tag in files in java/net test directory
aefimov [Thu, 22 Aug 2019 18:54:56 +0100] rev 57846
8078219: Verify lack of @test tag in files in java/net test directory Reviewed-by: alanb Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Thu, 22 Aug 2019 10:41:07 -0700 Merge
lmesnik [Thu, 22 Aug 2019 10:41:07 -0700] rev 57845
Merge
Thu, 22 Aug 2019 10:40:34 -0700 8229957: Harden pid verification in attach mechanism
lmesnik [Thu, 22 Aug 2019 10:40:34 -0700] rev 57844
8229957: Harden pid verification in attach mechanism Reviewed-by: sspitsyn, ysuenaga, sgehwolf
Thu, 22 Aug 2019 10:35:31 -0700 8226779: [TESTBUG] Test JFR API from Java agent
mseledtsov [Thu, 22 Aug 2019 10:35:31 -0700] rev 57843
8226779: [TESTBUG] Test JFR API from Java agent Summary: Created new tests for JFR plus Java Agent Reviewed-by: egahlin
Thu, 22 Aug 2019 10:43:25 -0400 8229887: (zipfs) zip file corruption when replacing an existing STORED entry
lancea [Thu, 22 Aug 2019 10:43:25 -0400] rev 57842
8229887: (zipfs) zip file corruption when replacing an existing STORED entry Reviewed-by: alanb, redestad, dfuchs
Thu, 22 Aug 2019 09:53:19 -0400 Merge
coleenp [Thu, 22 Aug 2019 09:53:19 -0400] rev 57841
Merge
Thu, 22 Aug 2019 09:51:36 -0400 8230003: Make Monitor inherit from Mutex
coleenp [Thu, 22 Aug 2019 09:51:36 -0400] rev 57840
8230003: Make Monitor inherit from Mutex Summary: Reverse inheritance that makes more sense. Reviewed-by: dholmes, rehn, pchilanomate
Thu, 22 Aug 2019 15:52:03 +0200 8229925: [s390, PPC64] Exception check missing in interpreter
mdoerr [Thu, 22 Aug 2019 15:52:03 +0200] rev 57839
8229925: [s390, PPC64] Exception check missing in interpreter Reviewed-by: dholmes, rrich
Thu, 22 Aug 2019 14:36:10 +0100 8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication
michaelm [Thu, 22 Aug 2019 14:36:10 +0100] rev 57838
8199849: Add support for UTF-8 encoded credentials in HTTP Basic Authentication Reviewed-by: chegar, dfuchs
Thu, 22 Aug 2019 13:47:14 +0200 8229998: Build failure after JDK-8227054
shade [Thu, 22 Aug 2019 13:47:14 +0200] rev 57837
8229998: Build failure after JDK-8227054 Reviewed-by: rkennke, zgu
Thu, 22 Aug 2019 13:47:13 +0200 8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter
shade [Thu, 22 Aug 2019 13:47:13 +0200] rev 57836
8230024: Shenandoah: remove unnecessary ShenandoahTimingConverter Reviewed-by: rkennke, zgu
Thu, 22 Aug 2019 12:46:20 +0200 8229967: Enable thread local handshakes on zero
rehn [Thu, 22 Aug 2019 12:46:20 +0200] rev 57835
8229967: Enable thread local handshakes on zero Reviewed-by: sgehwolf, shade
Thu, 22 Aug 2019 12:24:02 +0200 8224624: Inefficiencies in CodeStrings::add_comment cause timeouts
thartmann [Thu, 22 Aug 2019 12:24:02 +0200] rev 57834
8224624: Inefficiencies in CodeStrings::add_comment cause timeouts Summary: Changing CodeStrings to a doubly-linked-list and searching for the comment with the right offset in reverse. Reviewed-by: kvn
Thu, 22 Aug 2019 12:22:02 +0200 8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type"
thartmann [Thu, 22 Aug 2019 12:22:02 +0200] rev 57833
8230020: [BACKOUT] compiler/types/correctness/* tests fail with "assert(recv == __null || recv->is_klass()) failed: wrong type" Summary: Back out JDK-8225670 due to performance regressions. Reviewed-by: roland
Thu, 22 Aug 2019 10:53:48 +0800 8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6
ngasson [Thu, 22 Aug 2019 10:53:48 +0800] rev 57832
8229912: [TESTBUG] java/net/Socks/SocksIPv6Test fails without IPv6 Reviewed-by: alanb, dfuchs
Wed, 21 Aug 2019 18:03:50 -0700 8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption
kvn [Wed, 21 Aug 2019 18:03:50 -0700] rev 57831
8229848: [Graal] missing Graal intrinsics for Electronic Code Book (ECB) encryption Summary: new intrinsics were added to Graal test Reviewed-by: dlong
Thu, 22 Aug 2019 02:05:06 +0200 Added tag jdk-14+11 for changeset bf4c808a4488
jwilhelm [Thu, 22 Aug 2019 02:05:06 +0200] rev 57830
Added tag jdk-14+11 for changeset bf4c808a4488
Wed, 21 Aug 2019 19:21:57 -0400 8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef
kbarrett [Wed, 21 Aug 2019 19:21:57 -0400] rev 57829
8189633: Missing -Xcheck:jni checking for DeleteWeakGlobalRef Summary: Added validity check on the handle before deleting it. Reviewed-by: dholmes, dcubed
Wed, 21 Aug 2019 18:42:30 -0400 8227054: ServiceThread needs to know about all OopStorage objects
kbarrett [Wed, 21 Aug 2019 18:42:30 -0400] rev 57828
8227054: ServiceThread needs to know about all OopStorage objects 8227053: ServiceThread cleanup of OopStorage is missing some Summary: OopStorages provides named access and iteration. Reviewed-by: eosterlund, pliden, coleenp
Wed, 21 Aug 2019 16:19:17 -0400 8207814: (proxy) upgrade the proxy class generator
rriggs [Wed, 21 Aug 2019 16:19:17 -0400] rev 57827
8207814: (proxy) upgrade the proxy class generator Reviewed-by: mchung
Wed, 21 Aug 2019 13:49:16 -0700 8211360: Change #if DEF to #if defined(DEF) jdk-14+11
igerasim [Wed, 21 Aug 2019 13:49:16 -0700] rev 57826
8211360: Change #if DEF to #if defined(DEF) Reviewed-by: bpb, vtewari
Wed, 21 Aug 2019 12:34:37 -0700 8228547: accessibility errors in jvmti.html
amenkov [Wed, 21 Aug 2019 12:34:37 -0700] rev 57825
8228547: accessibility errors in jvmti.html Reviewed-by: jcbeyler, sspitsyn, dholmes
Wed, 21 Aug 2019 18:05:31 +0200 8229977: Shenandoah: save/restore FPU state aroud LRB runtime call
rkennke [Wed, 21 Aug 2019 18:05:31 +0200] rev 57824
8229977: Shenandoah: save/restore FPU state aroud LRB runtime call Reviewed-by: shade
Wed, 21 Aug 2019 11:29:40 -0400 8229930: internal_name() in annotations.hpp returns "{constant pool}"
hseigel [Wed, 21 Aug 2019 11:29:40 -0400] rev 57823
8229930: internal_name() in annotations.hpp returns "{constant pool}" Summary: Fix typo and change text to "{annotations}" Reviewed-by: mdoerr, dcubed
Wed, 21 Aug 2019 17:09:05 +0300 8229254: solaris_x64 build fails after JDK-8191278
bulasevich [Wed, 21 Aug 2019 17:09:05 +0300] rev 57822
8229254: solaris_x64 build fails after JDK-8191278 Reviewed-by: kbarrett, dholmes
Wed, 21 Aug 2019 17:38:19 +0530 8220700: jlink generated launcher script needs quoting to avoid parameter expansion
sundar [Wed, 21 Aug 2019 17:38:19 +0530] rev 57821
8220700: jlink generated launcher script needs quoting to avoid parameter expansion Reviewed-by: mchung, alanb, sgehwolf
Wed, 21 Aug 2019 09:57:19 +0530 Merge metal-prototype-branch
jdv [Wed, 21 Aug 2019 09:57:19 +0530] rev 57820
Merge
Wed, 21 Aug 2019 00:08:35 +0200 8139820: URLClassPath.FileLoader constructor redundantly checks protocol
godin [Wed, 21 Aug 2019 00:08:35 +0200] rev 57819
8139820: URLClassPath.FileLoader constructor redundantly checks protocol Reviewed-by: chegar, redestad
Tue, 20 Aug 2019 11:36:47 -0700 8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime
lmesnik [Tue, 20 Aug 2019 11:36:47 -0700] rev 57818
8229854: Move runtime/ErrorHandling/TestHeapDumpOnOutOfMemoryErrorInMetaspace.java out of tier1_runtime Reviewed-by: dholmes
Tue, 20 Aug 2019 18:39:09 +0200 8229921: Shenandoah: Make Traversal mode non-experimental
rkennke [Tue, 20 Aug 2019 18:39:09 +0200] rev 57817
8229921: Shenandoah: Make Traversal mode non-experimental Reviewed-by: shade
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip