Mon, 26 Aug 2019 18:10:34 +0200 Add parser support for checkpoint cetagorization bits JEP-349-branch
egahlin [Mon, 26 Aug 2019 18:10:34 +0200] rev 57883
Add parser support for checkpoint cetagorization bits
Mon, 26 Aug 2019 17:59:32 +0200 checkpoint bit pattern JEP-349-branch
mgronlun [Mon, 26 Aug 2019 17:59:32 +0200] rev 57882
checkpoint bit pattern
Mon, 26 Aug 2019 07:14:15 -0700 8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR"
erikj [Mon, 26 Aug 2019 07:14:15 -0700] rev 57881
8230079: Update test document by changing "TIMEOUT" to "TIMEOUT_FACTOR" Reviewed-by: erikj Contributed-by: Wang Xue <wangxue@loongson.cn>
Mon, 26 Aug 2019 14:48:12 +0100 8230000: some httpclients testng tests run zero test
dfuchs [Mon, 26 Aug 2019 14:48:12 +0100] rev 57880
8230000: some httpclients testng tests run zero test Summary: two tests needed to declared their test methods public, the last one was a simple abstract framework for subclasses and needed its @test keyword removed. Reviewed-by: chegar, aefimov, dfuchs Contributed-by: Julia Boes <julia.boes@oracle.com>
Mon, 26 Aug 2019 12:25:49 +0100 8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect
michaelm [Mon, 26 Aug 2019 12:25:49 +0100] rev 57879
8177648: getResponseCode() throws IllegalArgumentException caused by protocol error while following redirect Reviewed-by: michaelm, chegar, dfuchs Contributed-by: jai.forums2013@gmail.com
Mon, 26 Aug 2019 13:09:14 +0200 Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend JEP-349-branch
mgronlun [Mon, 26 Aug 2019 13:09:14 +0200] rev 57878
Thread metadata to include excluded threads, thread sampler to exclude excluded threads, thread name friend
Mon, 26 Aug 2019 11:46:54 +0100 8222363: Update ServerSocket.isBound spec to reflect implementation after close
michaelm [Mon, 26 Aug 2019 11:46:54 +0100] rev 57877
8222363: Update ServerSocket.isBound spec to reflect implementation after close Reviewed-by: dfuchs
Mon, 26 Aug 2019 09:15:43 +0200 8224878: Use JVMFlag parameters instead of name strings
stefank [Mon, 26 Aug 2019 09:15:43 +0200] rev 57876
8224878: Use JVMFlag parameters instead of name strings Reviewed-by: gziemski, dholmes, jrose
Mon, 26 Aug 2019 09:13:38 +0200 8229836: Remove include of globals.hpp from allocation.hpp
stefank [Mon, 26 Aug 2019 09:13:38 +0200] rev 57875
8229836: Remove include of globals.hpp from allocation.hpp Reviewed-by: coleenp, kbarrett
Sun, 25 Aug 2019 19:09:22 +0200 epoch aware serialization tagging JEP-349-branch
mgronlun [Sun, 25 Aug 2019 19:09:22 +0200] rev 57874
epoch aware serialization tagging
Sun, 25 Aug 2019 15:13:16 +0200 typeset serialization cache JEP-349-branch
mgronlun [Sun, 25 Aug 2019 15:13:16 +0200] rev 57873
typeset serialization cache
Sun, 25 Aug 2019 13:27:54 +0200 stacktrace serialization cache JEP-349-branch
mgronlun [Sun, 25 Aug 2019 13:27:54 +0200] rev 57872
stacktrace serialization cache
Sun, 25 Aug 2019 10:12:57 +0200 fix merge error JEP-349-branch
mgronlun [Sun, 25 Aug 2019 10:12:57 +0200] rev 57871
fix merge error
Sat, 24 Aug 2019 14:30:27 +0200 New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents. JEP-349-branch
mgronlun [Sat, 24 Aug 2019 14:30:27 +0200] rev 57870
New metadata system for oldobjects built on top of simplified tagging model. Caching and serialization improvements. Flushpoint checkpoint with chunkheader contents.
Fri, 23 Aug 2019 23:27:19 +0000 8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem
coleenp [Fri, 23 Aug 2019 23:27:19 +0000] rev 57869
8230116: Test workaround to Klass::_class_loader_data sometimes NULL problem Summary: This is a low frequency problem that we are seeing internally, this patch is mostly to rule out one theory. Reviewed-by: dcubed
Fri, 23 Aug 2019 15:24:26 -0400 8230104: JNU_IsInstanceOfByName needs const parameter
rriggs [Fri, 23 Aug 2019 15:24:26 -0400] rev 57868
8230104: JNU_IsInstanceOfByName needs const parameter Reviewed-by: alanb, rriggs Contributed-by: andrewluotechnologies@outlook.com
Fri, 23 Aug 2019 19:55:08 +0100 8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath
dfuchs [Fri, 23 Aug 2019 19:55:08 +0100] rev 57867
8229485: Add decrementExact(), incrementExact(), and negateExact() to java.lang.StrictMath Summary: three methods are added to StrictMath for consistency with Math. Tests are updated accordingly. Reviewed-by: bpb, lancea, igerasim, dfuchs, joehw, rriggs Contributed-by: Julia Boes <julia.boes@oracle.com>
Fri, 23 Aug 2019 14:04:38 -0400 8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker
rriggs [Fri, 23 Aug 2019 14:04:38 -0400] rev 57866
8230058: Replace exception from sun.rmi.runtime.Log#getSource() with StackWalker Reviewed-by: mchung, rriggs Contributed-by: kustos@gmx.net
Fri, 23 Aug 2019 10:39:34 -0700 8230011: Consolidate duplicated classpath parsing code in classLoader.cpp
iklam [Fri, 23 Aug 2019 10:39:34 -0700] rev 57865
8230011: Consolidate duplicated classpath parsing code in classLoader.cpp Reviewed-by: ccheung, fparain
Fri, 23 Aug 2019 17:57:18 +0000 8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification
joehw [Fri, 23 Aug 2019 17:57:18 +0000] rev 57864
8229388: ErrorHandler and ContentHandler contain ambiguous/unfinished specification Reviewed-by: lancea
Fri, 23 Aug 2019 18:40:59 +0100 8229337: java.lang.Math class doc should be adjusted regarding -Exact methods
dfuchs [Fri, 23 Aug 2019 18:40:59 +0100] rev 57863
8229337: java.lang.Math class doc should be adjusted regarding -Exact methods Reviewed-by: rriggs, bpb Contributed-by: Julia Boes <julia.boes@oracle.com>
Fri, 23 Aug 2019 18:47:55 +0200 Add test for Recording::setFlushInterval JEP-349-branch
egahlin [Fri, 23 Aug 2019 18:47:55 +0200] rev 57862
Add test for Recording::setFlushInterval
Fri, 23 Aug 2019 18:45:47 +0200 Add support for checkpoint aware flushing JEP-349-branch
egahlin [Fri, 23 Aug 2019 18:45:47 +0200] rev 57861
Add support for checkpoint aware flushing
Fri, 23 Aug 2019 15:34:18 +0200 Rename flush to flush-interval and add test for jcmd and -XX:StartFlightRecording JEP-349-branch
egahlin [Fri, 23 Aug 2019 15:34:18 +0200] rev 57860
Rename flush to flush-interval and add test for jcmd and -XX:StartFlightRecording
Fri, 23 Aug 2019 14:00:10 +0200 Add example apps JEP-349-branch
egahlin [Fri, 23 Aug 2019 14:00:10 +0200] rev 57859
Add example apps
Fri, 23 Aug 2019 13:57:08 +0200 Fix warning JEP-349-branch
egahlin [Fri, 23 Aug 2019 13:57:08 +0200] rev 57858
Fix warning
Fri, 23 Aug 2019 13:30:12 +0200 Remove race condition in TestStart JEP-349-branch
egahlin [Fri, 23 Aug 2019 13:30:12 +0200] rev 57857
Remove race condition in TestStart
Fri, 23 Aug 2019 15:49:50 +0530 Close metal-prototype-branch metal-prototype-branch
jdv [Fri, 23 Aug 2019 15:49:50 +0530] rev 57856
Close metal-prototype-branch
Fri, 23 Aug 2019 03:06:24 -0700 8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN
afarley [Fri, 23 Aug 2019 03:06:24 -0700] rev 57855
8227021: VM fails if any sun.boot.library.path paths are longer than JVM_MAXPATHLEN Summary: The size of each path in sun.boot.library.path property should not exceed JVM_MAXPATHLEN Reviewed-by: dholmes, coleenp, sspitsyn
Fri, 23 Aug 2019 10:11:18 +0200 8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses
neliasso [Fri, 23 Aug 2019 10:11:18 +0200] rev 57854
8229970: ZGC: C2: fixup_uses_in_catch may fail when expanding many uses Reviewed-by: kvn, thartmann
Fri, 23 Aug 2019 10:11:00 +0200 8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection
neliasso [Fri, 23 Aug 2019 10:11:00 +0200] rev 57853
8228839: Non-CFG nodes have control edges to calls, instead of the call's control projection Reviewed-by: kvn, thartmann
Fri, 23 Aug 2019 08:48:27 +0200 8229127: Make some methods in the allocation path non-virtual
pliden [Fri, 23 Aug 2019 08:48:27 +0200] rev 57852
8229127: Make some methods in the allocation path non-virtual Reviewed-by: eosterlund
Fri, 23 Aug 2019 08:48:23 +0200 8229451: ZGC: Make some roots invisible to the heap iterator
pliden [Fri, 23 Aug 2019 08:48:23 +0200] rev 57851
8229451: ZGC: Make some roots invisible to the heap iterator Reviewed-by: eosterlund
Fri, 23 Aug 2019 08:48:18 +0200 8227226: ZGC: Segmented array clearing
pliden [Fri, 23 Aug 2019 08:48:18 +0200] rev 57850
8227226: ZGC: Segmented array clearing Reviewed-by: eosterlund Contributed-by: stefan.karlsson@oracle.com, erik.osterlund@oracle.com, per.liden@oracle.com, sci@amazon.com
Thu, 22 Aug 2019 14:09:36 -0700 8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag
jnimeh [Thu, 22 Aug 2019 14:09:36 -0700] rev 57849
8225436: Stapled OCSPResponses should be added to PKIXRevocationChecker irrespective of revocationEnabled flag Reviewed-by: mullan
Thu, 22 Aug 2019 20:36:52 +0200 Take timestamp on commit JEP-349-branch
egahlin [Thu, 22 Aug 2019 20:36:52 +0200] rev 57848
Take timestamp on commit
Thu, 22 Aug 2019 20:22:29 +0200 8230046: Build failure after JDK-8230003
shade [Thu, 22 Aug 2019 20:22:29 +0200] rev 57847
8230046: Build failure after JDK-8230003 Reviewed-by: zgu, coleenp
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
Mon, 19 Aug 2019 16:08:28 -0700 8229899: Make java.io.File.isInvalid() less racy
aeubanks [Mon, 19 Aug 2019 16:08:28 -0700] rev 57816
8229899: Make java.io.File.isInvalid() less racy Reviewed-by: alanb, martin, shade
Tue, 20 Aug 2019 15:40:49 +0100 8229916: Delete redundant test java/net/Socket/reset/Test.java
dfuchs [Tue, 20 Aug 2019 15:40:49 +0100] rev 57815
8229916: Delete redundant test java/net/Socket/reset/Test.java Summary: remove java/net/Socket/reset/Test.java which misses an @test tag and is obsoleted by java/net/Socket/ConnectionReset.java Reviewed-by: alanb Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Tue, 20 Aug 2019 15:54:46 +0200 8152467: remove uses of anachronistic array declarations for method return type
godin [Tue, 20 Aug 2019 15:54:46 +0200] rev 57814
8152467: remove uses of anachronistic array declarations for method return type Reviewed-by: shade, alanb Contributed-by: Evgeny Mandrikov <mandrikov@gmail.com>
Tue, 02 Jul 2019 12:28:41 +0200 8227086: Use AS_NO_KEEPALIVE loads in HeapDumper
stefank [Tue, 02 Jul 2019 12:28:41 +0200] rev 57813
8227086: Use AS_NO_KEEPALIVE loads in HeapDumper Reviewed-by: kbarrett, sspitsyn
Mon, 19 Aug 2019 12:40:27 +0200 8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp
stefank [Mon, 19 Aug 2019 12:40:27 +0200] rev 57812
8229839: Break circular dependency between oop.inline.hpp and markWord.inline.hpp Reviewed-by: pliden, tonyp
Mon, 19 Aug 2019 11:30:03 +0200 8229838: Rename markOop files to markWord
stefank [Mon, 19 Aug 2019 11:30:03 +0200] rev 57811
8229838: Rename markOop files to markWord Reviewed-by: dholmes, rehn
Mon, 19 Aug 2019 21:17:25 -0400 8229788: Error dialog displays with DLL issue when installing WinChooserTest application JDK-8200758-branch
herrick [Mon, 19 Aug 2019 21:17:25 -0400] rev 57810
8229788: Error dialog displays with DLL issue when installing WinChooserTest application Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Mon, 19 Aug 2019 21:14:34 -0400 Merge JDK-8200758-branch
herrick [Mon, 19 Aug 2019 21:14:34 -0400] rev 57809
Merge
Mon, 19 Aug 2019 20:31:10 -0400 8225447: Revise Debian packaging JDK-8200758-branch
herrick [Mon, 19 Aug 2019 20:31:10 -0400] rev 57808
8225447: Revise Debian packaging Submitted-by: asemenyuk Reviewed-by: kcr, almatvee
Mon, 19 Aug 2019 17:39:48 -0400 8215381: Investigate if current implementation of --license-file is correct for Debian packages JDK-8200758-branch
herrick [Mon, 19 Aug 2019 17:39:48 -0400] rev 57807
8215381: Investigate if current implementation of --license-file is correct for Debian packages Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Mon, 19 Aug 2019 17:34:40 -0400 8229795: Investigate registry key usage and need for --win-registry-name option. JDK-8200758-branch
herrick [Mon, 19 Aug 2019 17:34:40 -0400] rev 57806
8229795: Investigate registry key usage and need for --win-registry-name option. Reviewed-by: kcr, asemenyuk, almatvee
Tue, 20 Aug 2019 11:15:23 +0100 8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed
dfuchs [Tue, 20 Aug 2019 11:15:23 +0100] rev 57805
8229421: The logic of java/net/ipv6tests/TcpTest.java is flawed Summary: The test is fixed to ignore rogue client connection. However it remains succeptible to intermittent failures due to the use of the wildcad address. Reviewed-by: dfuchs Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Tue, 20 Aug 2019 10:11:53 +0100 8224974: Implement JEP 352
adinn [Tue, 20 Aug 2019 10:11:53 +0100] rev 57804
8224974: Implement JEP 352 Summary: Non-Volatile Mapped Byte Buffers Reviewed-by: alanb, kvn, bpb, gromero, darcy, shade, bulasevich, dchuyko
Tue, 20 Aug 2019 10:46:23 +0200 8229158: make UseSwitchProfiling non-experimental or false by-default
chagedorn [Tue, 20 Aug 2019 10:46:23 +0200] rev 57803
8229158: make UseSwitchProfiling non-experimental or false by-default Summary: Changed UseSwitchProfiling from experimental to diagnostic. Reviewed-by: dholmes, shade, thartmann
Tue, 20 Aug 2019 09:22:18 +0200 8227442: Make young_index_in_cset zero-based
tschatzl [Tue, 20 Aug 2019 09:22:18 +0200] rev 57802
8227442: Make young_index_in_cset zero-based Summary: Avoid unnecessary increment of young_index_in_cset in copy_to_survivor_space. Reviewed-by: kbarrett, sangheki
Tue, 20 Aug 2019 07:47:13 +0200 8228888: C2 compilation fails with assert "m has strange control"
thartmann [Tue, 20 Aug 2019 07:47:13 +0200] rev 57801
8228888: C2 compilation fails with assert "m has strange control" Summary: Weakened too strong assert. Reviewed-by: kvn, roland
Mon, 19 Aug 2019 18:12:09 -0700 8202385: Annotation to mark serial-related fields and methods
darcy [Mon, 19 Aug 2019 18:12:09 -0700] rev 57800
8202385: Annotation to mark serial-related fields and methods Reviewed-by: rriggs, chegar, alanb
Mon, 19 Aug 2019 12:56:48 -0700 8228757: Fail fast if the handshake type is unknown
xuelei [Mon, 19 Aug 2019 12:56:48 -0700] rev 57799
8228757: Fail fast if the handshake type is unknown Reviewed-by: jnimeh
Mon, 19 Aug 2019 19:58:50 +0200 8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp
shade [Mon, 19 Aug 2019 19:58:50 +0200] rev 57798
8229865: Use explicit #include debug.hpp for STATIC_ASSERT in gc/shenandoah/shenandoahUtils.cpp Reviewed-by: zgu
Fri, 16 Aug 2019 21:20:21 +0200 8229835: Shenandoah should recommend -Xlog:safepoint+stats
fweimer [Fri, 16 Aug 2019 21:20:21 +0200] rev 57797
8229835: Shenandoah should recommend -Xlog:safepoint+stats Reviewed-by: shade Contributed-by: Florian Weimer <fweimer@redhat.com>
Mon, 19 Aug 2019 14:28:43 +0100 8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries
chegar [Mon, 19 Aug 2019 14:28:43 +0100] rev 57796
8225425: java.lang.UnsatisfiedLinkError: net.dll: Can't find dependent libraries Reviewed-by: dfuchs, alanb, erikj
Mon, 19 Aug 2019 15:36:07 +0300 8229352: Use of an uninitialized register in 32-bit ARM template interpreter
bulasevich [Mon, 19 Aug 2019 15:36:07 +0300] rev 57795
8229352: Use of an uninitialized register in 32-bit ARM template interpreter Reviewed-by: dlong, shade Contributed-by: christoph.goettschkes@microdoc.com
Mon, 19 Aug 2019 19:43:28 +0900 8226204: SA: Refactoring for option processing in SALauncher
ysuenaga [Mon, 19 Aug 2019 19:43:28 +0900] rev 57794
8226204: SA: Refactoring for option processing in SALauncher Reviewed-by: cjplummer, sspitsyn
Mon, 19 Aug 2019 11:14:50 +0100 8191169: java/net/Authenticator/B4769350.java failed intermittently
dfuchs [Mon, 19 Aug 2019 11:14:50 +0100] rev 57793
8191169: java/net/Authenticator/B4769350.java failed intermittently Summary: fixed a race condition in AuthenticationInfo when serializeAuth=true Reviewed-by: chegar, michaelm
Mon, 19 Aug 2019 06:13:52 +0200 8229773: Resolve permissions for code source URLs lazily
redestad [Mon, 19 Aug 2019 06:13:52 +0200] rev 57792
8229773: Resolve permissions for code source URLs lazily Reviewed-by: alanb, mullan, rriggs, dfuchs
Sat, 17 Aug 2019 06:20:49 -0700 8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException
jnimeh [Sat, 17 Aug 2019 06:20:49 -0700] rev 57791
8224997: ChaCha20-Poly1305 TLS cipher suite decryption throws ShortBufferException Reviewed-by: xuelei
Fri, 16 Aug 2019 18:13:04 -0400 8213941: Debian linux problems in JavaPackager JDK-8200758-branch
herrick [Fri, 16 Aug 2019 18:13:04 -0400] rev 57790
8213941: Debian linux problems in JavaPackager Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Fri, 16 Aug 2019 17:29:33 -0400 8229791: Code clean up regressions JDK-8200758-branch
herrick [Fri, 16 Aug 2019 17:29:33 -0400] rev 57789
8229791: Code clean up regressions Reviewed-by: asemenyuk, almatvee
Fri, 16 Aug 2019 16:54:59 -0400 8229786: No output after WinShortcutTest.exe is launched JDK-8200758-branch
herrick [Fri, 16 Aug 2019 16:54:59 -0400] rev 57788
8229786: No output after WinShortcutTest.exe is launched Reviewed-by: asemenyuk
Fri, 16 Aug 2019 18:27:36 -0400 8229808: javaVFrame::print_lock_info_on fails to disable extra printing
dholmes [Fri, 16 Aug 2019 18:27:36 -0400] rev 57787
8229808: javaVFrame::print_lock_info_on fails to disable extra printing Reviewed-by: hseigel, dcubed
Fri, 16 Aug 2019 14:42:50 -0700 8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions
srukmannagar [Fri, 16 Aug 2019 14:42:50 -0700] rev 57786
8225625: AES Electronic Codebook (ECB) encryption and decryption optimization using AVX512 + VAES instructions Summary: AES-ECB encryption and decryption optimization for x86_64 architectures supporting AVX3+VAES Reviewed-by: kvn, valeriep Contributed-by: shravya.rukmannagari@intel.com, smita.kamath@intel.com
Fri, 16 Aug 2019 14:46:52 -0400 8229044: G1RedirtyCardsQueueSet should be local to a collection
kbarrett [Fri, 16 Aug 2019 14:46:52 -0400] rev 57785
8229044: G1RedirtyCardsQueueSet should be local to a collection Summary: Stack allocate redirty qsets in do_collection_pause_at_safepoint. Reviewed-by: tschatzl, sangheki
Fri, 16 Aug 2019 20:50:32 +0200 Test streaming over missing chunks JEP-349-branch
egahlin [Fri, 16 Aug 2019 20:50:32 +0200] rev 57784
Test streaming over missing chunks
Fri, 16 Aug 2019 11:35:17 -0700 8221307: String.substring() OOB exception on start index reports improper information
igerasim [Fri, 16 Aug 2019 11:35:17 -0700] rev 57783
8221307: String.substring() OOB exception on start index reports improper information Reviewed-by: rriggs, redestad
Fri, 16 Aug 2019 18:06:51 +0000 8229420: [Redo] jstat reports incorrect values for OU for CMS GC
poonam [Fri, 16 Aug 2019 18:06:51 +0000] rev 57782
8229420: [Redo] jstat reports incorrect values for OU for CMS GC Reviewed-by: tschatzl, sgehwolf
Fri, 16 Aug 2019 20:01:59 +0200 Fix broken generated Event::commit() and add test to verify behavior JEP-349-branch
egahlin [Fri, 16 Aug 2019 20:01:59 +0200] rev 57781
Fix broken generated Event::commit() and add test to verify behavior
Fri, 16 Aug 2019 20:00:10 +0200 Minor docs fix JEP-349-branch
egahlin [Fri, 16 Aug 2019 20:00:10 +0200] rev 57780
Minor docs fix
Fri, 16 Aug 2019 16:50:17 +0200 8229345: Memory leak due to vtable stubs not being shared on SPARC
eosterlund [Fri, 16 Aug 2019 16:50:17 +0200] rev 57779
8229345: Memory leak due to vtable stubs not being shared on SPARC Reviewed-by: mdoerr, dholmes, kvn
Fri, 16 Aug 2019 15:01:58 +0100 8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException
dfuchs [Fri, 16 Aug 2019 15:01:58 +0100] rev 57778
8229481: sun/net/www/protocol/https/ChunkedOutputStream.java failed with a SSLException Summary: The test is updated to ignore plain text connections Reviewed-by: chegar, michaelm
Tue, 06 Aug 2019 10:48:21 +0200 8229258: Rework markOop and markOopDesc into a simpler mark word value carrier
stefank [Tue, 06 Aug 2019 10:48:21 +0200] rev 57777
8229258: Rework markOop and markOopDesc into a simpler mark word value carrier Reviewed-by: rkennke, coleenp, kbarrett, dcubed
Fri, 16 Aug 2019 06:55:31 -0400 8224594: Simplify jpackage Logging JDK-8200758-branch
herrick [Fri, 16 Aug 2019 06:55:31 -0400] rev 57776
8224594: Simplify jpackage Logging Reviewed-by: almatvee, asemenyuk
Fri, 16 Aug 2019 16:07:33 +0530 Change log priority for not implemented Opcodes and add logging for opcode name metal-prototype-branch
jdv [Fri, 16 Aug 2019 16:07:33 +0530] rev 57775
Change log priority for not implemented Opcodes and add logging for opcode name
Fri, 16 Aug 2019 09:18:41 +0200 8224666: Parallel GC: Use WorkGang (8: obsolete and remove flags)
lkorinth [Fri, 16 Aug 2019 09:18:41 +0200] rev 57774
8224666: Parallel GC: Use WorkGang (8: obsolete and remove flags) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:38 +0200 8224665: Parallel GC: Use WorkGang (7: remove task manager)
lkorinth [Fri, 16 Aug 2019 09:18:38 +0200] rev 57773
8224665: Parallel GC: Use WorkGang (7: remove task manager) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:35 +0200 8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy)
lkorinth [Fri, 16 Aug 2019 09:18:35 +0200] rev 57772
8224664: Parallel GC: Use WorkGang (6: PSRefProcTaskProxy) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:32 +0200 8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask)
lkorinth [Fri, 16 Aug 2019 09:18:32 +0200] rev 57771
8224663: Parallel GC: Use WorkGang (5: ScavengeRootsTask) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:29 +0200 8224662: Parallel GC: Use WorkGang (4: SharedRestorePreservedMarksTaskExecutor)
lkorinth [Fri, 16 Aug 2019 09:18:29 +0200] rev 57770
8224662: Parallel GC: Use WorkGang (4: SharedRestorePreservedMarksTaskExecutor) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:26 +0200 8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask)
lkorinth [Fri, 16 Aug 2019 09:18:26 +0200] rev 57769
8224661: Parallel GC: Use WorkGang (3: UpdateDensePrefixAndCompactionTask) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:23 +0200 8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask)
lkorinth [Fri, 16 Aug 2019 09:18:23 +0200] rev 57768
8224660: Parallel GC: Use WorkGang (2: MarksFromRootsTask) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 09:18:19 +0200 8224659: Parallel GC: Use WorkGang (1: PCRefProcTask)
lkorinth [Fri, 16 Aug 2019 09:18:19 +0200] rev 57767
8224659: Parallel GC: Use WorkGang (1: PCRefProcTask) Reviewed-by: stefank, kbarrett, tschatzl
Fri, 16 Aug 2019 08:42:09 +0800 8229775: Incorrect warning when jar was signed with -sectionsonly
weijun [Fri, 16 Aug 2019 08:42:09 +0800] rev 57766
8229775: Incorrect warning when jar was signed with -sectionsonly Reviewed-by: mullan
Thu, 15 Aug 2019 16:23:41 -0700 8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access
ccheung [Thu, 15 Aug 2019 16:23:41 -0700] rev 57765
8226645: [TESTBUG] some AppCDS tests rely on illegal reflective access Summary: Updated tests to use Lookup.defineClass instead of ClassLoader.defineClass. Reviewed-by: iklam, dholmes, alanb
Thu, 15 Aug 2019 19:29:58 +0000 8229699: [Graal] jck tests fail on windows with AOTed Graal
bobv [Thu, 15 Aug 2019 19:29:58 +0000] rev 57764
8229699: [Graal] jck tests fail on windows with AOTed Graal Reviewed-by: kvn
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip