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
Thu, 15 Aug 2019 13:41:30 -0700 8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767
mchung [Thu, 15 Aug 2019 13:41:30 -0700] rev 57763
8193325: StackFrameInfo::getByteCodeIndex returns wrong value if bci > 32767 Reviewed-by: coleenp, fparain, shade, plevart
Thu, 15 Aug 2019 14:35:29 +0200 8226848: jline/terminal/impl files missing classpath exception clause in license header
jlahoda [Thu, 15 Aug 2019 14:35:29 +0200] rev 57762
8226848: jline/terminal/impl files missing classpath exception clause in license header Summary: Adding CPE to several files in jdk.internal.le. Reviewed-by: jjg
Thu, 15 Aug 2019 08:03:41 -0400 8215446 : JPackageCreateInstallerInstallDirTest fails on OLE7 JDK-8200758-branch
herrick [Thu, 15 Aug 2019 08:03:41 -0400] rev 57761
8215446 : JPackageCreateInstallerInstallDirTest fails on OLE7 Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Thu, 15 Aug 2019 12:58:27 +0100 8229486: Replace wildcard address with loopback or local host in tests - part 21
dfuchs [Thu, 15 Aug 2019 12:58:27 +0100] rev 57760
8229486: Replace wildcard address with loopback or local host in tests - part 21 Reviewed-by: chegar
Thu, 15 Aug 2019 15:39:43 +0800 8229767: Typo in java.security: Sasl.createClient and Sasl.createServer
weijun [Thu, 15 Aug 2019 15:39:43 +0800] rev 57759
8229767: Typo in java.security: Sasl.createClient and Sasl.createServer Reviewed-by: xuelei
Thu, 15 Aug 2019 09:06:42 +0200 8225788: Dead code in thread and safepoint
rehn [Thu, 15 Aug 2019 09:06:42 +0200] rev 57758
8225788: Dead code in thread and safepoint Reviewed-by: dholmes, dcubed, coleenp
Thu, 15 Aug 2019 14:00:36 +0800 8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64
ngasson [Thu, 15 Aug 2019 14:00:36 +0800] rev 57757
8229118: [TESTBUG] serviceability/sa/ClhsdbFindPC fails on AArch64 Reviewed-by: cjplummer, adinn
Thu, 15 Aug 2019 03:57:17 +0200 Added tag jdk-14+10 for changeset ececb6dae777
jwilhelm [Thu, 15 Aug 2019 03:57:17 +0200] rev 57756
Added tag jdk-14+10 for changeset ececb6dae777
Thu, 15 Aug 2019 03:00:02 +0200 Test streaming without repository being created JEP-349-branch
egahlin [Thu, 15 Aug 2019 03:00:02 +0200] rev 57755
Test streaming without repository being created
Thu, 15 Aug 2019 02:58:28 +0200 Add streaming support for repository migration JEP-349-branch
egahlin [Thu, 15 Aug 2019 02:58:28 +0200] rev 57754
Add streaming support for repository migration
Thu, 15 Aug 2019 02:55:30 +0200 Fix type in comment JEP-349-branch
egahlin [Thu, 15 Aug 2019 02:55:30 +0200] rev 57753
Fix type in comment
Thu, 15 Aug 2019 02:51:20 +0200 Rotate disk on JFR.configure repositorypath=... JEP-349-branch
egahlin [Thu, 15 Aug 2019 02:51:20 +0200] rev 57752
Rotate disk on JFR.configure repositorypath=...
Wed, 14 Aug 2019 18:26:23 -0400 8228858: Reimplement JVM_RawMonitors to use PlatformMutex
dholmes [Wed, 14 Aug 2019 18:26:23 -0400] rev 57751
8228858: Reimplement JVM_RawMonitors to use PlatformMutex Reviewed-by: coleenp, dcubed, pchilanomate
Wed, 14 Aug 2019 16:36:29 -0400 8229750: Fix bad merge of JDK-8215447 patch JDK-8200758-branch
herrick [Wed, 14 Aug 2019 16:36:29 -0400] rev 57750
8229750: Fix bad merge of JDK-8215447 patch Submitted-by: asemenyuk Reviewed-by: herrick
Wed, 14 Aug 2019 20:32:44 +0200 8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default jdk-14+10
shade [Wed, 14 Aug 2019 20:32:44 +0200] rev 57749
8229707: [TESTBUG] Some Shenandoah tests assume Server VM by default Reviewed-by: rkennke
Wed, 14 Aug 2019 20:32:43 +0200 8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs)
shade [Wed, 14 Aug 2019 20:32:43 +0200] rev 57748
8229709: x86_32 build and test failures after JDK-8228369 (Shenandoah: Refactor LRB C1 stubs) Reviewed-by: rkennke
Wed, 14 Aug 2019 20:34:11 +0200 Add streaming API to unspported test JEP-349-branch
egahlin [Wed, 14 Aug 2019 20:34:11 +0200] rev 57747
Add streaming API to unspported test
Wed, 14 Aug 2019 12:57:34 -0400 8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider
lancea [Wed, 14 Aug 2019 12:57:34 -0400] rev 57746
8184432: Remove references to jdbc@sun.com from javax.sql.rowset.spi.SyncProvider Reviewed-by: rriggs
Wed, 14 Aug 2019 10:07:00 -0400 5103339: Strengthen NoSafepointVerifier
coleenp [Wed, 14 Aug 2019 10:07:00 -0400] rev 57745
5103339: Strengthen NoSafepointVerifier Summary: Add NSV check at possible safepoint transition or places that could take out locks. Consolidate with clearing unhandled oops. Reviewed-by: dholmes, rehn
Wed, 14 Aug 2019 08:23:16 -0400 Merge JDK-8200758-branch
herrick [Wed, 14 Aug 2019 08:23:16 -0400] rev 57744
Merge
Wed, 14 Aug 2019 08:08:39 -0400 8226534: combination of windows options cause exception in MsiBundler JDK-8200758-branch
herrick [Wed, 14 Aug 2019 08:08:39 -0400] rev 57743
8226534: combination of windows options cause exception in MsiBundler Submitted-by: almatvee Reviewed-by: herrick, asemenyuk
Wed, 14 Aug 2019 07:50:54 -0400 8215447: Investigate if current implementation of --license-file is correct for RPM packages JDK-8200758-branch
herrick [Wed, 14 Aug 2019 07:50:54 -0400] rev 57742
8215447: Investigate if current implementation of --license-file is correct for RPM packages Submitted-by: asemenyuk Reviewed-by: herrick, almatvee
Tue, 13 Aug 2019 18:21:07 -0400 8229138: Add --linux-app-release option for DEB and RPM packages JDK-8200758-branch
herrick [Tue, 13 Aug 2019 18:21:07 -0400] rev 57741
8229138: Add --linux-app-release option for DEB and RPM packages Reviewed-by: almatvee, asemenyuk
Mon, 12 Aug 2019 15:27:17 -0400 8227172: revert JDK-8225569 on windows JDK-8200758-branch
herrick [Mon, 12 Aug 2019 15:27:17 -0400] rev 57740
8227172: revert JDK-8225569 on windows Reviewed-by: kcr, asemenyuk
Wed, 14 Aug 2019 11:14:54 +0100 8217606: LdapContext#reconnect always opens a new connection
prappo [Wed, 14 Aug 2019 11:14:54 +0100] rev 57739
8217606: LdapContext#reconnect always opens a new connection Reviewed-by: lancea, vtewari, rriggs Contributed-by: Chris Yin <xu.y.yin@oracle.com>
Wed, 14 Aug 2019 00:18:00 -0400 8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor
dholmes [Wed, 14 Aug 2019 00:18:00 -0400] rev 57738
8228857: Refactor PlatformMonitor into PlatformMutex and PlatformMonitor Reviewed-by: kbarrett, dcubed, pliden
Wed, 14 Aug 2019 01:40:29 +0000 8228835: Memory leak in PKCS11 provider when using AES GCM
valeriep [Wed, 14 Aug 2019 01:40:29 +0000] rev 57737
8228835: Memory leak in PKCS11 provider when using AES GCM Summary: updated freeCKMechanismPtr to free mechanism-specific memories Reviewed-by: jnimeh
Wed, 14 Aug 2019 00:57:15 +0000 8228613: java.security.Provider#getServices order is no longer deterministic
valeriep [Wed, 14 Aug 2019 00:57:15 +0000] rev 57736
8228613: java.security.Provider#getServices order is no longer deterministic Summary: Changed to use SunEntries.DEF_SECURE_RANDOM_ALGO instead of relying on ordering of SecureRandom services Reviewed-by: weijun
Tue, 13 Aug 2019 15:49:11 -0700 8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works
mchung [Tue, 13 Aug 2019 15:49:11 -0700] rev 57735
8209005: Lookup.unreflectSpecial fails for default methods when Lookup.findSpecial works 8209078: Unable to call default method from interface in another module from named module Reviewed-by: dfuchs, plevart
Tue, 13 Aug 2019 16:13:22 -0400 8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp
dcubed [Tue, 13 Aug 2019 16:13:22 -0400] rev 57734
8229212: clear up CHECK_OWNER confusion in objectMonitor.cpp Reviewed-by: dholmes, coleenp
Tue, 13 Aug 2019 10:10:42 -0700 8211990: DateTimeException thrown when calculating duration between certain dates
naoto [Tue, 13 Aug 2019 10:10:42 -0700] rev 57733
8211990: DateTimeException thrown when calculating duration between certain dates Reviewed-by: lancea, scolebourne, rriggs
Tue, 13 Aug 2019 13:01:41 -0400 8229474: Shenandoah: Cleanup CM::update_roots()
zgu [Tue, 13 Aug 2019 13:01:41 -0400] rev 57732
8229474: Shenandoah: Cleanup CM::update_roots() Reviewed-by: rkennke
Tue, 13 Aug 2019 16:18:43 +0100 8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently
dfuchs [Tue, 13 Aug 2019 16:18:43 +0100] rev 57731
8229348: java/net/DatagramSocket/UnreferencedDatagramSockets.java fails intermittently Summary: The test was observed blocking on receive and is updated to avoid using the wildcard address Reviewed-by: chegar, msheppar
Tue, 13 Aug 2019 16:11:28 +0100 8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7
aefimov [Tue, 13 Aug 2019 16:11:28 +0100] rev 57730
8228508: [TESTBUG] java/net/httpclient/SmokeTest.java fails on Windows7 Reviewed-by: dfuchs, chegar
Tue, 13 Aug 2019 16:05:58 +0200 8229470: Shenandoah: Fix C1 getAndSetObject() failure
rkennke [Tue, 13 Aug 2019 16:05:58 +0200] rev 57729
8229470: Shenandoah: Fix C1 getAndSetObject() failure Reviewed-by: shade
Tue, 13 Aug 2019 14:59:29 +0200 8229419: Shenandoah: Cleanup LRB strength selector code
shade [Tue, 13 Aug 2019 14:59:29 +0200] rev 57728
8229419: Shenandoah: Cleanup LRB strength selector code Reviewed-by: rkennke
Tue, 13 Aug 2019 14:08:28 +0200 Add missing driver file JEP-349-branch
egahlin [Tue, 13 Aug 2019 14:08:28 +0200] rev 57727
Add missing driver file
Tue, 13 Aug 2019 14:07:04 +0200 Put driver for security tests in separate file JEP-349-branch
egahlin [Tue, 13 Aug 2019 14:07:04 +0200] rev 57726
Put driver for security tests in separate file
Tue, 13 Aug 2019 10:27:34 +0200 8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object
jlahoda [Tue, 13 Aug 2019 10:27:34 +0200] rev 57725
8228502: javac crashed on a broken classfile with ConstantValue attribute on a field of type Object Summary: Produce an error when reading a classfile with a field with ConstantValue with a wrong type. Reviewed-by: vromero
Tue, 13 Aug 2019 10:27:33 +0200 8228647: Broken enum produce inconvenient errors and AST
jlahoda [Tue, 13 Aug 2019 10:27:33 +0200] rev 57724
8228647: Broken enum produce inconvenient errors and AST Summary: Improving error recovery for misplace members in enums. Reviewed-by: vromero
Tue, 13 Aug 2019 10:27:32 +0200 8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody()
jlahoda [Tue, 13 Aug 2019 10:27:32 +0200] rev 57723
8227922: DocTreeScanner does not dive into AttributeTree.getValue() and LiteralTree.getBody() Summary: DocTreeScanner.visitAttribute and visitLiteral have to scan through the subnodes of AttributeTree and LiteralTree, respectivelly. Reviewed-by: vromero
Tue, 13 Aug 2019 09:56:13 +0200 8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late
thartmann [Tue, 13 Aug 2019 09:56:13 +0200] rev 57722
8224957: C2 compilation fails with assert: Bad graph detected in build_loop_late Summary: Disable walking up the dominator chain for regions with more than 2 input paths. Reviewed-by: roland, kvn
Tue, 13 Aug 2019 09:54:40 +0200 8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached
thartmann [Tue, 13 Aug 2019 09:54:40 +0200] rev 57721
8228772: C2 compilation fails due to unschedulable graph if DominatorSearchLimit is reached Summary: Ignore membar if the load is already control dependent on it. Reviewed-by: neliasso, kvn
Tue, 13 Aug 2019 08:25:29 +0200 8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed
thartmann [Tue, 13 Aug 2019 08:25:29 +0200] rev 57720
8229447: Problem list compiler/unsafe/UnsafeGetConstantField.java on Sparc until JDK-8229446 is fixed Summary: Problem list a test. Reviewed-by: dholmes
Tue, 13 Aug 2019 11:02:18 +0530 TODO logs for text rendering metal-prototype-branch
jdv [Tue, 13 Aug 2019 11:02:18 +0530] rev 57719
TODO logs for text rendering
Mon, 12 Aug 2019 21:36:29 -0700 8226374: Restrict TLS signature schemes and named groups
xuelei [Mon, 12 Aug 2019 21:36:29 -0700] rev 57718
8226374: Restrict TLS signature schemes and named groups Reviewed-by: mullan
Tue, 13 Aug 2019 03:58:29 +0200 Security handling, but two tests fails with driver JEP-349-branch
egahlin [Tue, 13 Aug 2019 03:58:29 +0200] rev 57717
Security handling, but two tests fails with driver
Mon, 12 Aug 2019 23:37:48 +0200 8228369: Shenandoah: Refactor LRB C1 stubs
rkennke [Mon, 12 Aug 2019 23:37:48 +0200] rev 57716
8228369: Shenandoah: Refactor LRB C1 stubs Reviewed-by: shade
Mon, 12 Aug 2019 20:27:14 +0200 8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations
shade [Mon, 12 Aug 2019 20:27:14 +0200] rev 57715
8229416: Shenandoah: Demote or remove ShenandoahOptimize*Final optimizations Reviewed-by: rkennke
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 tip