Thu, 08 Aug 2019 09:32:15 -0700 8228778: JDK 13 L10n resource files update - msgdrop 20
ljiang [Thu, 08 Aug 2019 09:32:15 -0700] rev 57694
8228778: JDK 13 L10n resource files update - msgdrop 20 Reviewed-by: naoto
Thu, 08 Aug 2019 07:07:06 +0100 8228359: [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment
rrich [Thu, 08 Aug 2019 07:07:06 +0100] rev 57693
8228359: [TESTBUG] jdk.jfr.e.g.c.TestGCHeapConfigurationEventWith32BitOops.java does not expect MinHeapSize to be aligned to HeapAlignment Reviewed-by: mseledtsov, clanger
Thu, 08 Aug 2019 07:05:17 +0200 8229219: C2 compilation fails with assert: Bad graph detected in build_loop_late
thartmann [Thu, 08 Aug 2019 07:05:17 +0200] rev 57692
8229219: C2 compilation fails with assert: Bad graph detected in build_loop_late Summary: Backed out JDK-8173196. Reviewed-by: shade, rbackman
Thu, 08 Aug 2019 03:08:49 +0200 Added tag jdk-13+33 for changeset 5c85b58e2a42
jwilhelm [Thu, 08 Aug 2019 03:08:49 +0200] rev 57691
Added tag jdk-13+33 for changeset 5c85b58e2a42
Fri, 09 Aug 2019 01:18:18 +0200 Add EventStream::setEndTime(...) and a first stab at priviliged access to local repository JEP-349-branch
egahlin [Fri, 09 Aug 2019 01:18:18 +0200] rev 57690
Add EventStream::setEndTime(...) and a first stab at priviliged access to local repository
Thu, 08 Aug 2019 17:27:17 -0400 Merge JDK-8200758-branch
herrick [Thu, 08 Aug 2019 17:27:17 -0400] rev 57689
Merge
Thu, 08 Aug 2019 17:23:13 -0400 8229252: Add descriptions to Windows jtreg tests JDK-8200758-branch
herrick [Thu, 08 Aug 2019 17:23:13 -0400] rev 57688
8229252: Add descriptions to Windows jtreg tests Reviewed-by: herrick, almatvee Submitted-by: asemenyuk
Thu, 08 Aug 2019 17:21:32 -0400 JDK-8224788: jpackage fails on OS X when using --runtime-image JDK-8200758-branch
herrick [Thu, 08 Aug 2019 17:21:32 -0400] rev 57687
JDK-8224788: jpackage fails on OS X when using --runtime-image Reviewed-by: asemenyuk
Thu, 08 Aug 2019 21:58:11 +0100 8225430: Replace wildcard address with loopback or local host in tests - part 14
aefimov [Thu, 08 Aug 2019 21:58:11 +0100] rev 57686
8225430: Replace wildcard address with loopback or local host in tests - part 14 Reviewed-by: dfuchs, chegar, vtewari
Thu, 08 Aug 2019 18:44:11 +0100 8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream
dfuchs [Thu, 08 Aug 2019 18:44:11 +0100] rev 57685
8228970: AssertionError in ResponseSubscribers$HttpResponseInputStream Summary: HttpResponseInputStream::read(byte[],int,int) now implements the same check than the InputStream::read(byte[],int,int). Reviewed-by: prappo, chegar, dfuchs Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Thu, 08 Aug 2019 11:06:54 -0300 imported patch comments JDK-8193209-branch
jlaskey [Thu, 08 Aug 2019 11:06:54 -0300] rev 57684
imported patch comments
Thu, 08 Aug 2019 04:29:56 -0700 8229036: Remove the testing against NSK_TRUE from tests
jcbeyler [Thu, 08 Aug 2019 04:29:56 -0700] rev 57683
8229036: Remove the testing against NSK_TRUE from tests Summary: Remove the testing against NSK_TRUE from tests Reviewed-by: sspitsyn, cjplummer
Thu, 08 Aug 2019 14:15:54 +0530 Disable usage of check_previous_op for text rendering metal-prototype-branch
jdv [Thu, 08 Aug 2019 14:15:54 +0530] rev 57682
Disable usage of check_previous_op for text rendering
Thu, 08 Aug 2019 14:13:16 +0530 8227439: Turn off AOT by default
rraghavan [Thu, 08 Aug 2019 14:13:16 +0530] rev 57681
8227439: Turn off AOT by default Summary: Made UseAOT, AOTLibrary experimental and UseAOT false by default Reviewed-by: iignatyev, kvn
Thu, 08 Aug 2019 03:09:46 +0200 Added tag jdk-14+9 for changeset 18f189e69b29
jwilhelm [Thu, 08 Aug 2019 03:09:46 +0200] rev 57680
Added tag jdk-14+9 for changeset 18f189e69b29
Wed, 07 Aug 2019 14:56:26 -0700 8215181: Accounting currency format support
naoto [Wed, 07 Aug 2019 14:56:26 -0700] rev 57679
8215181: Accounting currency format support Reviewed-by: lancea, rriggs
Wed, 07 Aug 2019 22:43:49 +0200 Merge
jwilhelm [Wed, 07 Aug 2019 22:43:49 +0200] rev 57678
Merge
Wed, 07 Aug 2019 08:42:14 -0700 8228971: Locale API doc has redundant hyphens for some parameters
naoto [Wed, 07 Aug 2019 08:42:14 -0700] rev 57677
8228971: Locale API doc has redundant hyphens for some parameters Reviewed-by: lancea Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Mon, 22 Jul 2019 10:48:14 +0200 8228434: jdk/net/Sockets/Test.java fails after JDK-8227642
sgehwolf [Mon, 22 Jul 2019 10:48:14 +0200] rev 57676
8228434: jdk/net/Sockets/Test.java fails after JDK-8227642 Summary: Move container constant to separate test lib class Reviewed-by: alanb
Fri, 12 Jul 2019 19:37:25 +0200 8227642: [TESTBUG] Make docker tests podman compatible
sgehwolf [Fri, 12 Jul 2019 19:37:25 +0200] rev 57675
8227642: [TESTBUG] Make docker tests podman compatible Reviewed-by: mseledtsov, iignatyev
Wed, 07 Aug 2019 20:47:43 +0000 Merge
valeriep [Wed, 07 Aug 2019 20:47:43 +0000] rev 57674
Merge
Wed, 07 Aug 2019 20:46:28 +0000 8229214: Don't use GCM with PKCS5Padding in test/micro/org/openjdk/bench/javax/crypto/
valeriep [Wed, 07 Aug 2019 20:46:28 +0000] rev 57673
8229214: Don't use GCM with PKCS5Padding in test/micro/org/openjdk/bench/javax/crypto/ Summary: update AESGCMBench.java and CipherBench.java accordingly Reviewed-by: xuelei, ecaspole
Wed, 07 Aug 2019 17:00:19 +0800 8229169: False failure of GenericTaskQueue::pop_local on architectures with weak memory model
jiefu [Wed, 07 Aug 2019 17:00:19 +0800] rev 57672
8229169: False failure of GenericTaskQueue::pop_local on architectures with weak memory model Reviewed-by: mdoerr, kbarrett, tschatzl
Wed, 07 Aug 2019 15:35:55 -0300 imported patch factory JDK-8193209-branch
jlaskey [Wed, 07 Aug 2019 15:35:55 -0300] rev 57671
imported patch factory
Wed, 07 Aug 2019 14:04:10 -0400 8226530: ZipFile reads wrong entry size from ZIP64 entries
lancea [Wed, 07 Aug 2019 14:04:10 -0400] rev 57670
8226530: ZipFile reads wrong entry size from ZIP64 entries Reviewed-by: bpb, clanger, shade
Wed, 07 Aug 2019 09:17:08 -0400 8229213: Shenandoah: Allow VM global oop storage to be processed concurrently jdk-14+9
zgu [Wed, 07 Aug 2019 09:17:08 -0400] rev 57669
8229213: Shenandoah: Allow VM global oop storage to be processed concurrently Reviewed-by: shade, rkennke
Wed, 07 Aug 2019 08:10:45 -0400 8229208: Remove Monitor::ClearMonitor
coleenp [Wed, 07 Aug 2019 08:10:45 -0400] rev 57668
8229208: Remove Monitor::ClearMonitor Reviewed-by: dholmes
Wed, 07 Aug 2019 13:00:57 +0100 8228469: (tz) Upgrade time-zone data to tzdata2019b
rpatil [Wed, 07 Aug 2019 13:00:57 +0100] rev 57667
8228469: (tz) Upgrade time-zone data to tzdata2019b Reviewed-by: naoto, martin
Wed, 07 Aug 2019 07:45:37 -0400 8229206: Shenandoah: ShenandoahWeakRoot::oops_do() uses wrong timing phase
zgu [Wed, 07 Aug 2019 07:45:37 -0400] rev 57666
8229206: Shenandoah: ShenandoahWeakRoot::oops_do() uses wrong timing phase Reviewed-by: shade
Wed, 07 Aug 2019 11:28:14 +0100 8213031: (zipfs) Add support for POSIX file permissions
clanger [Wed, 07 Aug 2019 11:28:14 +0100] rev 57665
8213031: (zipfs) Add support for POSIX file permissions Reviewed-by: alanb, lancea
Wed, 07 Aug 2019 12:09:55 +0200 8229016: C2 scalarization crashes with assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode required
thartmann [Wed, 07 Aug 2019 12:09:55 +0200] rev 57664
8229016: C2 scalarization crashes with assert(node->Opcode() == Op_CastP2X) failed: ConvP2XNode required Summary: Detect array copy to self to avoid emitting another load to the to-be-removed allocation. Reviewed-by: kvn
Wed, 07 Aug 2019 10:29:07 +0200 8228503: Rename "rs_lengths" to "rs_length" in ergo code
tschatzl [Wed, 07 Aug 2019 10:29:07 +0200] rev 57663
8228503: Rename "rs_lengths" to "rs_length" in ergo code Reviewed-by: pliden, kbarrett
Tue, 06 Aug 2019 15:03:48 -0400 8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines
tonyp [Tue, 06 Aug 2019 15:03:48 -0400] rev 57662
8227225: ParallelGC: add subspace transitions for young gen for gc+heap=info log lines Reviewed-by: tschatzl, kbarrett
Tue, 06 Aug 2019 11:40:23 -0400 8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java
kbarrett [Tue, 06 Aug 2019 11:40:23 -0400] rev 57661
8229156: ProblemList gc/stress/gclocker/TestExcessGCLockerCollections.java Reviewed-by: shade
Tue, 06 Aug 2019 15:50:30 +0200 8229129: ZGC: Fix incorrect format string for doubles
pliden [Tue, 06 Aug 2019 15:50:30 +0200] rev 57660
8229129: ZGC: Fix incorrect format string for doubles Reviewed-by: stefank, eosterlund
Tue, 06 Aug 2019 15:50:25 +0200 8229128: ZGC: Remove unused ZThreadRootsIterator
pliden [Tue, 06 Aug 2019 15:50:25 +0200] rev 57659
8229128: ZGC: Remove unused ZThreadRootsIterator Reviewed-by: eosterlund, stefank
Tue, 06 Aug 2019 15:50:12 +0200 8229017: ZGC: Various cleanups of ZVerify
pliden [Tue, 06 Aug 2019 15:50:12 +0200] rev 57658
8229017: ZGC: Various cleanups of ZVerify Reviewed-by: stefank, eosterlund
Tue, 06 Aug 2019 15:50:00 +0200 8228657: ZGC: ZObjectAllocator::used() should take undone allocations into account
pliden [Tue, 06 Aug 2019 15:50:00 +0200] rev 57657
8228657: ZGC: ZObjectAllocator::used() should take undone allocations into account Reviewed-by: eosterlund
Tue, 06 Aug 2019 15:49:53 +0200 8229135: ZGC: Adding missing ZStatTimerDisable before call to ZVerify::roots_strong()
pliden [Tue, 06 Aug 2019 15:49:53 +0200] rev 57656
8229135: ZGC: Adding missing ZStatTimerDisable before call to ZVerify::roots_strong() Reviewed-by: stefank, eosterlund
Tue, 06 Aug 2019 09:27:38 -0400 8210755: Define standard names for EC curves and TLS signature schemes
mullan [Tue, 06 Aug 2019 09:27:38 -0400] rev 57655
8210755: Define standard names for EC curves and TLS signature schemes Reviewed-by: xuelei
Tue, 06 Aug 2019 07:43:18 -0400 8228753: Deprecate -XX:FieldsAllocationStyle product option
coleenp [Tue, 06 Aug 2019 07:43:18 -0400] rev 57654
8228753: Deprecate -XX:FieldsAllocationStyle product option 8228749: Deprecate product flag -XX:CompactFields Reviewed-by: kvn, shade
Tue, 06 Aug 2019 12:14:41 +0200 8229134: [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855
shade [Tue, 06 Aug 2019 12:14:41 +0200] rev 57653
8229134: [TESTBUG] 32-bit build fails gc/arguments/TestSurvivorAlignmentInBytesOption.java after JDK-8228855 Reviewed-by: tschatzl
Tue, 06 Aug 2019 11:57:42 +0200 8229176: Shenandoah should acquire CodeCache_lock without safepoint check
shade [Tue, 06 Aug 2019 11:57:42 +0200] rev 57652
8229176: Shenandoah should acquire CodeCache_lock without safepoint check Reviewed-by: rkennke
Fri, 02 Aug 2019 10:10:42 +0200 8228902: add os::dll_load to the unified logging os category
mbaesken [Fri, 02 Aug 2019 10:10:42 +0200] rev 57651
8228902: add os::dll_load to the unified logging os category Reviewed-by: coleenp, mdoerr
Mon, 05 Aug 2019 16:27:30 -0700 Merge
mikael [Mon, 05 Aug 2019 16:27:30 -0700] rev 57650
Merge
Mon, 05 Aug 2019 10:40:36 +0100 8229018: Switching to an infinite socket timeout on Windows leads to high CPU load
michaelm [Mon, 05 Aug 2019 10:40:36 +0100] rev 57649
8229018: Switching to an infinite socket timeout on Windows leads to high CPU load Reviewed-by: michaelm Contributed-by: alan.bateman@oracle.com
Sat, 03 Aug 2019 13:53:19 +0530 8226964: [Yaru] GTK L&F: There is no difference between menu selected and de-selected
pbansal [Sat, 03 Aug 2019 13:53:19 +0530] rev 57648
8226964: [Yaru] GTK L&F: There is no difference between menu selected and de-selected Reviewed-by: prr, kcr
Thu, 25 Jul 2019 12:15:27 +0200 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
mbaesken [Thu, 25 Jul 2019 12:15:27 +0200] rev 57647
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes) Reviewed-by: dholmes, sgehwolf
Fri, 26 Jul 2019 15:05:24 +0200 8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
mbaesken [Fri, 26 Jul 2019 15:05:24 +0200] rev 57646
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX Reviewed-by: mseledtsov
Thu, 01 Aug 2019 08:59:31 +0200 8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms
mbaesken [Thu, 01 Aug 2019 08:59:31 +0200] rev 57645
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms Reviewed-by: dholmes, jcbeyler
Fri, 02 Aug 2019 10:43:30 +0200 8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates
mgronlun [Fri, 02 Aug 2019 10:43:30 +0200] rev 57644
8228834: Regression caused by JDK-8214542 not installing complete checkpoint data to candidates Reviewed-by: egahlin
Thu, 01 Aug 2019 10:47:51 -0700 8227919: 8213232 causes crashes on solaris sparc64
itakiguchi [Thu, 01 Aug 2019 10:47:51 -0700] rev 57643
8227919: 8213232 causes crashes on solaris sparc64 Reviewed-by: prr, vkempik
Thu, 01 Aug 2019 09:27:24 -0700 Added tag jdk-13+32 for changeset 929f37a9c35d
mikael [Thu, 01 Aug 2019 09:27:24 -0700] rev 57642
Added tag jdk-13+32 for changeset 929f37a9c35d
Mon, 05 Aug 2019 23:57:47 +0200 Adapt Java event commit() method for streaming JEP-349-branch
egahlin [Mon, 05 Aug 2019 23:57:47 +0200] rev 57641
Adapt Java event commit() method for streaming
Mon, 05 Aug 2019 22:40:46 +0200 Fix first(...), next(...) and last() path from RepositoryFiles JEP-349-branch
egahlin [Mon, 05 Aug 2019 22:40:46 +0200] rev 57640
Fix first(...), next(...) and last() path from RepositoryFiles
Mon, 05 Aug 2019 13:18:31 -0700 8225776: Optimize branch frequency of G1's write post-barrier in C2
manc [Mon, 05 Aug 2019 13:18:31 -0700] rev 57639
8225776: Optimize branch frequency of G1's write post-barrier in C2 Reviewed-by: tschatzl, dlong Contributed-by: Man Cao <manc@google.com>, Chuck Rasbold <rasbold@google.com>
Mon, 05 Aug 2019 19:58:56 +0200 Fix NPE in SafePath JEP-349-branch
egahlin [Mon, 05 Aug 2019 19:58:56 +0200] rev 57638
Fix NPE in SafePath
Mon, 05 Aug 2019 11:16:48 -0400 8229000: Fix lock and reenable assert in Monitor::check_safepoint_state
coleenp [Mon, 05 Aug 2019 11:16:48 -0400] rev 57637
8229000: Fix lock and reenable assert in Monitor::check_safepoint_state Reviewed-by: dholmes, kbarrett
Mon, 05 Aug 2019 11:11:18 +0530 8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale
rpatil [Mon, 05 Aug 2019 11:11:18 +0530] rev 57636
8158880: test/java/time/tck/java/time/format/TCKDateTimeFormatterBuilder.java fail with zh_CN locale Reviewed-by: naoto Contributed-by: thejasvi.v.voniadka@oracle.com
Mon, 05 Aug 2019 07:59:42 -0700 8058539: Platform specific source files may not end up in src.zip
erikj [Mon, 05 Aug 2019 07:59:42 -0700] rev 57635
8058539: Platform specific source files may not end up in src.zip Reviewed-by: alanb
Mon, 05 Aug 2019 15:29:09 +0200 8228393: Add an indicator for external links in javadoc
hannesw [Mon, 05 Aug 2019 15:29:09 +0200] rev 57634
8228393: Add an indicator for external links in javadoc Reviewed-by: jjg
Sat, 03 Aug 2019 09:04:04 +0800 8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else?
jiefu [Sat, 03 Aug 2019 09:04:04 +0800] rev 57633
8229020: Failure on CPUs allowing loads reordering: assert(_tasks[t] == 1) failed: What else? Reviewed-by: tschatzl, kbarrett
Mon, 05 Aug 2019 08:03:25 +0200 6394013: C2: Remove VerifyOpto
thartmann [Mon, 05 Aug 2019 08:03:25 +0200] rev 57632
6394013: C2: Remove VerifyOpto Summary: Removed the VerifyOpto flag. Reviewed-by: kvn, thartmann Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
Fri, 02 Aug 2019 13:51:34 -0700 8228687: [TESTBUG] exclude Container tests from hotspot_misc group
mseledtsov [Fri, 02 Aug 2019 13:51:34 -0700] rev 57631
8228687: [TESTBUG] exclude Container tests from hotspot_misc group Summary: Excluded hotspot_containers from hotspot_misc Reviewed-by: dcubed
Fri, 02 Aug 2019 15:13:10 -0400 8229032: ProblemList jdk/internal/platform/docker/TestDockerMemoryMetrics.java
dcubed [Fri, 02 Aug 2019 15:13:10 -0400] rev 57630
8229032: ProblemList jdk/internal/platform/docker/TestDockerMemoryMetrics.java Reviewed-by: mseledtsov, kbarrett
Fri, 02 Aug 2019 11:24:59 -0700 8228998: Remove the testing against NSK_FALSE from tests
jcbeyler [Fri, 02 Aug 2019 11:24:59 -0700] rev 57629
8228998: Remove the testing against NSK_FALSE from tests Summary: Remove the testing against NSK_FALSE from tests Reviewed-by: cjplummer, sspitsyn
Fri, 02 Aug 2019 20:05:23 +0200 Fix EventStream:setStartTime JEP-349-branch
egahlin [Fri, 02 Aug 2019 20:05:23 +0200] rev 57628
Fix EventStream:setStartTime
Fri, 02 Aug 2019 20:04:02 +0200 Add EventStream::openRepository() method JEP-349-branch
egahlin [Fri, 02 Aug 2019 20:04:02 +0200] rev 57627
Add EventStream::openRepository() method
Fri, 02 Aug 2019 11:28:58 +0200 8228649: [PPC64] SA reads wrong slots from interpreter frames
mdoerr [Fri, 02 Aug 2019 11:28:58 +0200] rev 57626
8228649: [PPC64] SA reads wrong slots from interpreter frames Summary: Make frame layout consistent between dbg and product build and implement offsets accordingly. Reviewed-by: goetz, gromero
Fri, 02 Aug 2019 11:21:41 +0200 8229002: Shenandoah: Missing node types in ShenandoahLoadReferenceBarrier::needs_barrier_impl()
rkennke [Fri, 02 Aug 2019 11:21:41 +0200] rev 57625
8229002: Shenandoah: Missing node types in ShenandoahLoadReferenceBarrier::needs_barrier_impl() Reviewed-by: shade
Thu, 01 Aug 2019 07:14:03 -0700 8228352: CANON_EQ breaks when pattern contains supplementary codepoint
igerasim [Thu, 01 Aug 2019 07:14:03 -0700] rev 57624
8228352: CANON_EQ breaks when pattern contains supplementary codepoint Reviewed-by: naoto
Thu, 01 Aug 2019 16:07:07 -0400 8228999: ProblemList vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java
dcubed [Thu, 01 Aug 2019 16:07:07 -0400] rev 57623
8228999: ProblemList vmTestbase/nsk/jvmti/GetThreadState/thrstat001/TestDescription.java Reviewed-by: cjplummer
Thu, 01 Aug 2019 15:54:45 -0400 8226899: Problemlist compiler/rtm tests
dcubed [Thu, 01 Aug 2019 15:54:45 -0400] rev 57622
8226899: Problemlist compiler/rtm tests Reviewed-by: kvn
Thu, 01 Aug 2019 09:29:13 -0700 Added tag jdk-14+8 for changeset c0023e364b6f
mikael [Thu, 01 Aug 2019 09:29:13 -0700] rev 57621
Added tag jdk-14+8 for changeset c0023e364b6f
Thu, 01 Aug 2019 09:23:21 -0700 Merge
mikael [Thu, 01 Aug 2019 09:23:21 -0700] rev 57620
Merge
Thu, 01 Aug 2019 09:37:24 +0200 8228764: New library dependencies due to JDK-8222720 jdk-13+32
mbaesken [Thu, 01 Aug 2019 09:37:24 +0200] rev 57619
8228764: New library dependencies due to JDK-8222720 Reviewed-by: goetz, dholmes
Wed, 12 Jun 2019 13:50:37 -0700 8217676: Upgrade libpng to 1.6.37
serb [Wed, 12 Jun 2019 13:50:37 -0700] rev 57618
8217676: Upgrade libpng to 1.6.37 Reviewed-by: prr, jdv, kcr
Wed, 31 Jul 2019 16:09:17 +0200 8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant"
mgronlun [Wed, 31 Jul 2019 16:09:17 +0200] rev 57617
8227605: Kitchensink fails "assert((((klass)->trace_id() & (JfrTraceIdEpoch::leakp_in_use_this_epoch_bit())) != 0)) failed: invariant" Reviewed-by: dholmes, dcubed, egahlin
Wed, 31 Jul 2019 09:52:28 +0800 8228601: AArch64: Fix interpreter code at JVMCI deoptimization entry
pli [Wed, 31 Jul 2019 09:52:28 +0800] rev 57616
8228601: AArch64: Fix interpreter code at JVMCI deoptimization entry Reviewed-by: adinn, aph
Tue, 30 Jul 2019 07:22:05 +0200 8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed
thartmann [Tue, 30 Jul 2019 07:22:05 +0200] rev 57615
8228710: Disable AggressiveUnboxing until JDK-8224957 is fixed Summary: Disabled AggressiveUnboxing. Reviewed-by: roland, kvn
Thu, 01 Aug 2019 16:48:26 +0200 Cleaning up JEP-349-branch
egahlin [Thu, 01 Aug 2019 16:48:26 +0200] rev 57614
Cleaning up
Thu, 01 Aug 2019 16:47:17 +0200 Updating use cases JEP-349-branch
egahlin [Thu, 01 Aug 2019 16:47:17 +0200] rev 57613
Updating use cases
Thu, 01 Aug 2019 16:43:15 +0200 Add test for setSettings JEP-349-branch
egahlin [Thu, 01 Aug 2019 16:43:15 +0200] rev 57612
Add test for setSettings
Thu, 01 Aug 2019 08:59:31 +0200 8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms jdk-14+8
mbaesken [Thu, 01 Aug 2019 08:59:31 +0200] rev 57611
8228658: test GetTotalSafepointTime.java fails on fast Linux machines with Total safepoint time 0 ms Reviewed-by: dholmes, jcbeyler
Wed, 31 Jul 2019 16:48:51 -0700 8228904: Problemlist docker/TestJcmdWithSideCar.java until JDK-8228850 and JDK-8228960 are fixed
mseledtsov [Wed, 31 Jul 2019 16:48:51 -0700] rev 57610
8228904: Problemlist docker/TestJcmdWithSideCar.java until JDK-8228850 and JDK-8228960 are fixed Summary: Problem listed the test Reviewed-by: dcubed
Wed, 31 Jul 2019 17:30:25 -0400 8228907: Some gc argument checking tests fail after JDK-8228855
coleenp [Wed, 31 Jul 2019 17:30:25 -0400] rev 57609
8228907: Some gc argument checking tests fail after JDK-8228855 Summary: Use new SurvivorAlignmentInBytes range in tests, remove test cases that verify unnecessarily large values. Reviewed-by: kbarrett, dcubed, dholmes
Mon, 29 Jul 2019 16:31:09 +0530 8227170: (.hg)Ignore the JTwork and JTreport directories generated at the root of the repo
jpai [Mon, 29 Jul 2019 16:31:09 +0530] rev 57608
8227170: (.hg)Ignore the JTwork and JTreport directories generated at the root of the repo Summary: Fix the .hgignore file to properly ignore the following: .DS_Store file, .metadata, .recommenders, JTwork and JTreport directories at the root of the repo (in addition to being ignored as sub-directories). src/utils/hsdis/build/ directory Reviewed-by: erikj
Wed, 31 Jul 2019 14:28:51 -0400 8048556: Unnecessary GCLocker-initiated young GCs
kbarrett [Wed, 31 Jul 2019 14:28:51 -0400] rev 57607
8048556: Unnecessary GCLocker-initiated young GCs Summary: Fixed recognition of unnecessary GCLocker collections. Reviewed-by: pliden, tschatzl
Wed, 31 Jul 2019 13:40:59 -0400 8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123
coleenp [Wed, 31 Jul 2019 13:40:59 -0400] rev 57606
8228855: Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges fails after JDK-8227123 Summary: give SurvivorAlignmentInBytes a range same as ObjectAlignmentInBytes Reviewed-by: shade
Wed, 31 Jul 2019 09:55:26 -0400 8228674: LogCompilation: Improvements to log compare feature
ecaspole [Wed, 31 Jul 2019 09:55:26 -0400] rev 57605
8228674: LogCompilation: Improvements to log compare feature Summary: Show compiler and level in compare output Reviewed-by: kvn, thartmann
Wed, 31 Jul 2019 14:07:44 +0200 Cleaner stream reconfiguration + reduced allocation in JFR framework JEP-349-branch
egahlin [Wed, 31 Jul 2019 14:07:44 +0200] rev 57604
Cleaner stream reconfiguration + reduced allocation in JFR framework
Wed, 31 Jul 2019 06:54:50 -0400 8228630: Remove always true parameter to NoSafepointVerifier
coleenp [Wed, 31 Jul 2019 06:54:50 -0400] rev 57603
8228630: Remove always true parameter to NoSafepointVerifier Summary: Also remove NoGCVerifier since NoSafepointVerifier covers GC checking when not already at a safepoint and is a stronger check. Reviewed-by: kbarrett, dholmes
Wed, 31 Jul 2019 06:37:13 -0400 8228673: Remove develop flag StrictSafepointChecks
coleenp [Wed, 31 Jul 2019 06:37:13 -0400] rev 57602
8228673: Remove develop flag StrictSafepointChecks Reviewed-by: shade, dholmes
Wed, 31 Jul 2019 10:03:44 +0200 8228775: Shenandoah: Remove useless null-input-verification in Shenandoah/C2 verifier
rkennke [Wed, 31 Jul 2019 10:03:44 +0200] rev 57601
8228775: Shenandoah: Remove useless null-input-verification in Shenandoah/C2 verifier Reviewed-by: shade
Wed, 31 Jul 2019 08:05:14 +0200 8193042: NativeLookup::lookup_critical_entry() should only load shared library once
thartmann [Wed, 31 Jul 2019 08:05:14 +0200] rev 57600
8193042: NativeLookup::lookup_critical_entry() should only load shared library once Summary: Avoids repeated loads/unloads of the same shared library. Reviewed-by: dholmes, dlong, thartmann Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
Wed, 31 Jul 2019 00:02:01 -0400 8227250: UserHandler contains ancient LinuxThreads code
dholmes [Wed, 31 Jul 2019 00:02:01 -0400] rev 57599
8227250: UserHandler contains ancient LinuxThreads code Reviewed-by: hseigel, dcubed
Tue, 30 Jul 2019 17:31:29 -0400 8227528: TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr"
pchilanomate [Tue, 30 Jul 2019 17:31:29 -0400] rev 57598
8227528: TestAbortVMOnSafepointTimeout.java failed due to "RuntimeException: 'Safepoint sync time longer than' missing from stdout/stderr" Summary: Biased locking was disable for this test. Reviewed-by: dcubed, mdoerr, dholmes
Tue, 30 Jul 2019 22:16:48 +0200 8228725: AArch64: Purge method call format support
shade [Tue, 30 Jul 2019 22:16:48 +0200] rev 57597
8228725: AArch64: Purge method call format support Reviewed-by: adinn
Tue, 30 Jul 2019 22:15:23 +0200 8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms
shade [Tue, 30 Jul 2019 22:15:23 +0200] rev 57596
8228672: [TESTBUG] gc/metaspace/TestSizeTransitions.java fails on 32-bit platforms Reviewed-by: tonyp
Tue, 30 Jul 2019 09:46:06 -0700 8227609: (fs) Files.newInputStream(...).skip(n) should allow skipping beyond file size
bpb [Tue, 30 Jul 2019 09:46:06 -0700] rev 57595
8227609: (fs) Files.newInputStream(...).skip(n) should allow skipping beyond file size Reviewed-by: alanb, lancea, fweimer
Tue, 30 Jul 2019 17:54:53 +0200 8228743: [PPC64, s390] Implement FastJNIAccessors
mdoerr [Tue, 30 Jul 2019 17:54:53 +0200] rev 57594
8228743: [PPC64, s390] Implement FastJNIAccessors Reviewed-by: goetz, lucy
Tue, 30 Jul 2019 09:56:18 -0400 8227123: Assertion failure when setting SymbolTableSize larger than 2^17 (131,072)
coleenp [Tue, 30 Jul 2019 09:56:18 -0400] rev 57593
8227123: Assertion failure when setting SymbolTableSize larger than 2^17 (131,072) Summary: Increase max size for SymbolTable and fix experimental option range. Fix option range test to include experimental options. Reviewed-by: jiangli, dholmes, hseigel, gziemski
Tue, 30 Jul 2019 09:26:47 -0400 8191138: Remove deprecated java.security.acl APIs
mullan [Tue, 30 Jul 2019 09:26:47 -0400] rev 57592
8191138: Remove deprecated java.security.acl APIs Reviewed-by: alanb, mchung
Tue, 30 Jul 2019 09:58:18 +0300 8228722: jpackage RPM tests fail on some versions of rpmbuild JDK-8200758-branch
dchuyko [Tue, 30 Jul 2019 09:58:18 +0300] rev 57591
8228722: jpackage RPM tests fail on some versions of rpmbuild Reviewed-by: herrick
Tue, 30 Jul 2019 11:14:16 +0800 8228745: sun/security/tools/jarsigner/Warning.java test timeout
weijun [Tue, 30 Jul 2019 11:14:16 +0800] rev 57590
8228745: sun/security/tools/jarsigner/Warning.java test timeout Reviewed-by: xuelei
Mon, 29 Jul 2019 16:09:36 -0700 8228755: ProblemList sun/security/tools/jarsigner/Warning.java
rhalade [Mon, 29 Jul 2019 16:09:36 -0700] rev 57589
8228755: ProblemList sun/security/tools/jarsigner/Warning.java Reviewed-by: xuelei
Mon, 29 Jul 2019 18:38:00 -0400 Merge JDK-8200758-branch
herrick [Mon, 29 Jul 2019 18:38:00 -0400] rev 57588
Merge
Mon, 29 Jul 2019 18:31:18 -0400 8228744: file associations broken on linux. JDK-8200758-branch
herrick [Mon, 29 Jul 2019 18:31:18 -0400] rev 57587
8228744: file associations broken on linux. Reviewed-by: kcr
Mon, 29 Jul 2019 20:18:43 +0000 8228668: compiler/codegen/aes/TestAESMain.java failed with GCM mode must be used with NoPadding
valeriep [Mon, 29 Jul 2019 20:18:43 +0000] rev 57586
8228668: compiler/codegen/aes/TestAESMain.java failed with GCM mode must be used with NoPadding Summary: Updated test to use NoPadding as default if the mode is one of GCM, CTR and CTS Reviewed-by: xuelei
Mon, 29 Jul 2019 11:23:49 -0700 8228742: Remove javax/net/ssl/SSLSocket/Tls13PacketSize.java from ProblemList
xuelei [Mon, 29 Jul 2019 11:23:49 -0700] rev 57585
8228742: Remove javax/net/ssl/SSLSocket/Tls13PacketSize.java from ProblemList Reviewed-by: mullan
Mon, 29 Jul 2019 09:59:04 -0700 Merge
mikael [Mon, 29 Jul 2019 09:59:04 -0700] rev 57584
Merge
Fri, 26 Jul 2019 16:03:08 +0200 8228618: s390: c1/c2 fail to add a metadata relocation in the static call stub.
rrich [Fri, 26 Jul 2019 16:03:08 +0200] rev 57583
8228618: s390: c1/c2 fail to add a metadata relocation in the static call stub. Reviewed-by: mdoerr, goetz
Mon, 29 Jul 2019 13:57:54 +0200 8227407: ZGC: C2 loads and load barriers can get separated by safepoints
eosterlund [Mon, 29 Jul 2019 13:57:54 +0200] rev 57582
8227407: ZGC: C2 loads and load barriers can get separated by safepoints Reviewed-by: neliasso, smonteith, roland
Sat, 27 Jul 2019 10:02:35 +0800 8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long
jjiang [Sat, 27 Jul 2019 10:02:35 +0800] rev 57581
8228403: SignTwice.java failed with java.io.FileNotFoundException: File name too long Reviewed-by: mullan
Fri, 26 Jul 2019 11:47:50 +0800 8228623: Update copyright year to 2019 for several java properties file
ljiang [Fri, 26 Jul 2019 11:47:50 +0800] rev 57580
8228623: Update copyright year to 2019 for several java properties file Reviewed-by: naoto
Thu, 25 Jul 2019 10:25:52 -0700 8228407: JVM crashes with shared archive file mismatch
ccheung [Thu, 25 Jul 2019 10:25:52 -0700] rev 57579
8228407: JVM crashes with shared archive file mismatch Summary: Stop processing other header fields if initial header check has failed. Reviewed-by: dholmes, jiangli
Thu, 25 Jul 2019 21:21:29 +0800 8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list
weijun [Thu, 25 Jul 2019 21:21:29 +0800] rev 57578
8228602: Add sun/security/tools/jarsigner/PreserveRawManifestEntryAndDigest.java to problem list Reviewed-by: mullan
Thu, 25 Jul 2019 15:29:50 +0800 8228397: Missing license copyright header in some properties files
ljiang [Thu, 25 Jul 2019 15:29:50 +0800] rev 57577
8228397: Missing license copyright header in some properties files Reviewed-by: iris, mchung, naoto
Wed, 24 Jul 2019 18:23:16 -0700 8226905: unproblem list applications/ctw/modules/* tests on windows
iignatyev [Wed, 24 Jul 2019 18:23:16 -0700] rev 57576
8226905: unproblem list applications/ctw/modules/* tests on windows Reviewed-by: kvn
Wed, 24 Jul 2019 16:54:17 -0700 Added tag jdk-13+31 for changeset 6a159c6c23cc
mikael [Wed, 24 Jul 2019 16:54:17 -0700] rev 57575
Added tag jdk-13+31 for changeset 6a159c6c23cc
Wed, 24 Jul 2019 10:50:40 +0300 8227260: JNI upcalls should bypass class initialization barrier in c2i adapter jdk-13+31
vlivanov [Wed, 24 Jul 2019 10:50:40 +0300] rev 57574
8227260: JNI upcalls should bypass class initialization barrier in c2i adapter Reviewed-by: eosterlund, dholmes, mdoerr
Wed, 24 Jul 2019 10:09:30 +0800 8228341: SignTwice.java fails intermittently on Windows
weijun [Wed, 24 Jul 2019 10:09:30 +0800] rev 57573
8228341: SignTwice.java fails intermittently on Windows Reviewed-by: mullan
Wed, 24 Jul 2019 10:09:22 +0800 8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6"
weijun [Wed, 24 Jul 2019 10:09:22 +0800] rev 57572
8227595: keytool/fakegen/DefaultSignatureAlgorithm.java fails due to "exitValue = 6" Reviewed-by: mullan
Tue, 23 Jul 2019 11:30:31 -0700 8228494: Update nroff version of man pages
jjg [Tue, 23 Jul 2019 11:30:31 -0700] rev 57571
8228494: Update nroff version of man pages Reviewed-by: mchung
Mon, 29 Jul 2019 18:22:55 +0200 8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime
mdoerr [Mon, 29 Jul 2019 18:22:55 +0200] rev 57570
8227680: FastJNIAccessors: Check for JVMTI field access event requests at runtime Summary: Check JvmtiExport::_field_access_count != 0 at runtime Reviewed-by: dholmes, eosterlund, bulasevich
Mon, 29 Jul 2019 09:09:23 -0700 8078891: java.io.SequenceInputStream.close is not atomic and not idempotent
bpb [Mon, 29 Jul 2019 09:09:23 -0700] rev 57569
8078891: java.io.SequenceInputStream.close is not atomic and not idempotent Reviewed-by: prappo, dfuchs, alanb
Mon, 29 Jul 2019 08:48:52 -0700 8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps
bpb [Mon, 29 Jul 2019 08:48:52 -0700] rev 57568
8181493: (fs) Files.readAttributes(path, BasicFileAttributes.class) should preserve nano second time stamps Reviewed-by: alanb, lancea
Mon, 29 Jul 2019 10:34:20 -0400 8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds
coleenp [Mon, 29 Jul 2019 10:34:20 -0400] rev 57567
8202339: [TESTBUG] Consolidate the tests in runtime/SharedArchiveFile and runtime/appcds Summary: add top level cds directory and adjust test groups Reviewed-by: mseledtsov, ccheung
Mon, 29 Jul 2019 09:57:37 -0400 8228596: Class redefinition fails when condy instructions are removed
hseigel [Mon, 29 Jul 2019 09:57:37 -0400] rev 57566
8228596: Class redefinition fails when condy instructions are removed Summary: Make sure has_dynamic_constant flag value gets copied to merged constant pool, when it is set to TRUE Reviewed-by: coleenp, dcubed, sspitsyn
Mon, 29 Jul 2019 11:14:06 +0200 8228400: Remove built-in AArch64 simulator
shade [Mon, 29 Jul 2019 11:14:06 +0200] rev 57565
8228400: Remove built-in AArch64 simulator Reviewed-by: adinn, aph, dsamersoff
Fri, 26 Jul 2019 10:52:47 +0200 8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868
rschmelter [Fri, 26 Jul 2019 10:52:47 +0200] rev 57564
8228589: BasicJStackTest.java and JcmdOutputEncodingTest.java failing after JDK-8227868 Reviewed-by: cjplummer, sgehwolf
Mon, 29 Jul 2019 08:17:26 +0000 8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions
coffeys [Mon, 29 Jul 2019 08:17:26 +0000] rev 57563
8228645: Don't run sun/security/pkcs11/Cipher/TestKATForGCM.java on buggy NSS solaris versions Reviewed-by: valeriep
Fri, 26 Jul 2019 15:05:24 +0200 8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX
mbaesken [Fri, 26 Jul 2019 15:05:24 +0200] rev 57562
8228650: runtime/SharedArchiveFile/CheckDefaultArchiveFile.java test fails on AIX Reviewed-by: mseledtsov
Mon, 29 Jul 2019 09:40:02 +0200 8156207: Resource allocated BitMaps are often cleared unnecessarily
thartmann [Mon, 29 Jul 2019 09:40:02 +0200] rev 57561
8156207: Resource allocated BitMaps are often cleared unnecessarily Summary: Removed unnecessary clearing of BitMap. Reviewed-by: kbarrett, kvn, thartmann Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
Mon, 29 Jul 2019 09:34:07 +0200 8223769: Assert triggers with -XX:+StressReflectiveCode
thartmann [Mon, 29 Jul 2019 09:34:07 +0200] rev 57560
8223769: Assert triggers with -XX:+StressReflectiveCode Summary: Fixed too strong assert. Reviewed-by: kvn, thartmann Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
Sun, 28 Jul 2019 23:14:07 -0400 8221205: Obsolete AllowJNIEnvProxy
dholmes [Sun, 28 Jul 2019 23:14:07 -0400] rev 57559
8221205: Obsolete AllowJNIEnvProxy Reviewed-by: hseigel, dcubed
Sat, 27 Jul 2019 14:49:16 -0700 8228671: Fastdebug VM throws InternalError when publicLookup.in(T) is used to resolve a member
mchung [Sat, 27 Jul 2019 14:49:16 -0700] rev 57558
8228671: Fastdebug VM throws InternalError when publicLookup.in(T) is used to resolve a member Reviewed-by: alanb
Sat, 27 Jul 2019 07:17:27 -0400 Merge JDK-8200758-branch
herrick [Sat, 27 Jul 2019 07:17:27 -0400] rev 57557
Merge
Sat, 27 Jul 2019 07:10:20 -0400 merge JDK-8200758-branch
herrick [Sat, 27 Jul 2019 07:10:20 -0400] rev 57556
merge
Fri, 26 Jul 2019 19:11:34 -0400 merge JDK-8200758-branch
herrick [Fri, 26 Jul 2019 19:11:34 -0400] rev 57555
merge
Thu, 25 Jul 2019 17:27:53 -0400 JDK-8227312: Remove pkg bundle from DMG image. JDK-8200758-branch
herrick [Thu, 25 Jul 2019 17:27:53 -0400] rev 57554
JDK-8227312: Remove pkg bundle from DMG image. Reviewed-by: kcr
Thu, 25 Jul 2019 17:07:08 -0400 8227684: jpackage must handle win32 mangled names in jli.dll JDK-8200758-branch
herrick [Thu, 25 Jul 2019 17:07:08 -0400] rev 57553
8227684: jpackage must handle win32 mangled names in jli.dll Submitted-by: rlichten Reviewed-by: kcr
Thu, 25 Jul 2019 15:47:00 -0400 Merge JDK-8200758-branch
herrick [Thu, 25 Jul 2019 15:47:00 -0400] rev 57552
Merge
Fri, 26 Jul 2019 23:37:51 -0400 8226796: Reduce debug level logging for oopstorage+blocks
kbarrett [Fri, 26 Jul 2019 23:37:51 -0400] rev 57551
8226796: Reduce debug level logging for oopstorage+blocks Summary: Adjust logging levels based on expected volume of output. Reviewed-by: tschatzl, pliden
Fri, 26 Jul 2019 20:15:13 -0400 8228631: Fix inconsistent OopStorage::Block owner usage
kbarrett [Fri, 26 Jul 2019 20:15:13 -0400] rev 57550
8228631: Fix inconsistent OopStorage::Block owner usage Summary: Only use Block's owner member for address validation. Reviewed-by: tschatzl, pliden
Fri, 26 Jul 2019 13:32:59 -0700 8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale
naoto [Fri, 26 Jul 2019 13:32:59 -0700] rev 57549
8228465: HOST locale provider holds wrong era name for GregorianCalendar in US locale Reviewed-by: lancea
Fri, 26 Jul 2019 15:06:22 -0400 8226808: PreparedStatement javadoc typo
lancea [Fri, 26 Jul 2019 15:06:22 -0400] rev 57548
8226808: PreparedStatement javadoc typo Reviewed-by: bpb, joehw
Fri, 26 Jul 2019 15:37:05 -0300 Reorganize the abstract and interface classes. JDK-8193209-branch
jlaskey [Fri, 26 Jul 2019 15:37:05 -0300] rev 57547
Reorganize the abstract and interface classes.
Fri, 26 Jul 2019 15:20:31 -0300 merge with tip JDK-8193209-branch
jlaskey [Fri, 26 Jul 2019 15:20:31 -0300] rev 57546
merge with tip
Fri, 26 Jul 2019 17:15:17 +0000 8068376: Validator fails valid XML files due to String == in XSD validator code
joehw [Fri, 26 Jul 2019 17:15:17 +0000] rev 57545
8068376: Validator fails valid XML files due to String == in XSD validator code Reviewed-by: lancea
Fri, 26 Jul 2019 08:56:28 -0700 8212970: TZ database in "vanguard" format support
naoto [Fri, 26 Jul 2019 08:56:28 -0700] rev 57544
8212970: TZ database in "vanguard" format support Reviewed-by: rriggs, joehw, erikj, scolebourne
Fri, 26 Jul 2019 16:25:05 +0300 8222778: Packaging Tool (JEP 343) on Linux/AArch64 JDK-8200758-branch
dchuyko [Fri, 26 Jul 2019 16:25:05 +0300] rev 57543
8222778: Packaging Tool (JEP 343) on Linux/AArch64 Reviewed-by: almatvee, aph
Tue, 23 Jul 2019 15:33:52 -0400 8228532: Shenandoah: Implement SBSA::try_resolve_jobject_in_native()
zgu [Tue, 23 Jul 2019 15:33:52 -0400] rev 57542
8228532: Shenandoah: Implement SBSA::try_resolve_jobject_in_native() Reviewed-by: rkennke
Wed, 24 Jul 2019 12:36:12 +0200 8228578: fix CFData object leak in macosx KeystoreImpl.m
mbaesken [Wed, 24 Jul 2019 12:36:12 +0200] rev 57541
8228578: fix CFData object leak in macosx KeystoreImpl.m Reviewed-by: weijun
Fri, 26 Jul 2019 09:06:03 +0200 8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512
clanger [Fri, 26 Jul 2019 09:06:03 +0200] rev 57540
8228571: [TESTBUG] Fix tests failing on non-aot platforms after JDK-8227512 Reviewed-by: iignatyev, jjg
Thu, 25 Jul 2019 21:51:13 +0000 Merge
valeriep [Thu, 25 Jul 2019 21:51:13 +0000] rev 57539
Merge
Thu, 25 Jul 2019 02:16:49 +0000 8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations
valeriep [Thu, 25 Jul 2019 02:16:49 +0000] rev 57538
8180392: SunJCE provider should throw exceptions for unsupported mode and padding combinations Summary: Change JCA Cipher class to create obj to ensure the mode and padding combination is supported Reviewed-by: xuelei
Thu, 25 Jul 2019 17:35:58 -0400 8226771: Update Graal
dlong [Thu, 25 Jul 2019 17:35:58 -0400] rev 57537
8226771: Update Graal Reviewed-by: kvn
Thu, 25 Jul 2019 11:44:37 -0700 8184157: (ch) AsynchronousFileChannel hangs with internal error when reading locked file
bpb [Thu, 25 Jul 2019 11:44:37 -0700] rev 57536
8184157: (ch) AsynchronousFileChannel hangs with internal error when reading locked file Reviewed-by: alanb
Thu, 25 Jul 2019 12:15:27 +0200 8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes)
mbaesken [Thu, 25 Jul 2019 12:15:27 +0200] rev 57535
8228585: jdk/internal/platform/cgroup/TestCgroupMetrics.java - NumberFormatException because of large long values (memory limit_in_bytes) Reviewed-by: dholmes, sgehwolf
Wed, 24 Jul 2019 09:28:48 +0200 8228501: java_props_macosx.c - provide missing CFRelease for CFLocaleCopyCurrent
mbaesken [Wed, 24 Jul 2019 09:28:48 +0200] rev 57534
8228501: java_props_macosx.c - provide missing CFRelease for CFLocaleCopyCurrent Reviewed-by: naoto
Mon, 22 Jul 2019 16:32:58 -0400 8228490: Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release()
zgu [Mon, 22 Jul 2019 16:32:58 -0400] rev 57533
8228490: Shenandoah: Shenandoah concurrent root evacuation may race against OopStorage::release() Reviewed-by: rkennke
Thu, 25 Jul 2019 08:24:01 -0400 Merge JDK-8200758-branch
herrick [Thu, 25 Jul 2019 08:24:01 -0400] rev 57532
Merge
Thu, 25 Jul 2019 08:13:44 -0400 8228402: chdir() and write() errors are not handled in jpackage JDK-8200758-branch
herrick [Thu, 25 Jul 2019 08:13:44 -0400] rev 57531
8228402: chdir() and write() errors are not handled in jpackage Reviewed-by: almatvee
Thu, 25 Jul 2019 08:00:51 -0400 8226542: DMG tests failing with java.io.IOException: Exec failed with code 1 command JDK-8200758-branch
herrick [Thu, 25 Jul 2019 08:00:51 -0400] rev 57530
8226542: DMG tests failing with java.io.IOException: Exec failed with code 1 command Reviewed-by: almatvee
Thu, 25 Jul 2019 07:59:20 -0400 8224627: Creating installer with --runtime-image on OS X fails JDK-8200758-branch
herrick [Thu, 25 Jul 2019 07:59:20 -0400] rev 57529
8224627: Creating installer with --runtime-image on OS X fails Reviewed-by: almatvee
Thu, 25 Jul 2019 12:20:04 +0530 Merge
psadhukhan [Thu, 25 Jul 2019 12:20:04 +0530] rev 57528
Merge
Thu, 25 Jul 2019 11:31:07 +0530 Merge
psadhukhan [Thu, 25 Jul 2019 11:31:07 +0530] rev 57527
Merge
Tue, 23 Jul 2019 22:21:16 -0700 8228479: Correct the format of ColorChooserDemoTest
akolarkunnu [Tue, 23 Jul 2019 22:21:16 -0700] rev 57526
8228479: Correct the format of ColorChooserDemoTest Reviewed-by: serb, psadhukhan
Tue, 16 Jul 2019 17:00:00 -0700 6573239: Typo in jfc text file
serb [Tue, 16 Jul 2019 17:00:00 -0700] rev 57525
6573239: Typo in jfc text file Reviewed-by: serb Contributed-by: Andrey Turbanov <turbanoff@gmail.com>
Thu, 04 Jul 2019 12:28:34 +0530 8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work
pkbalakr [Thu, 04 Jul 2019 12:28:34 +0530] rev 57524
8042383: [TEST_BUG] Test javax/swing/plaf/basic/BasicMenuUI/4983388/bug4983388.java fails with shortcuts on menus do not work Reviewed-by: jdv, psadhukhan Contributed-by: tejpal.rebari@oracle.com
Mon, 01 Jul 2019 14:57:02 -0700 Merge
prr [Mon, 01 Jul 2019 14:57:02 -0700] rev 57523
Merge
Wed, 26 Jun 2019 15:34:13 -0700 8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported
serb [Wed, 26 Jun 2019 15:34:13 -0700] rev 57522
8134672: [TEST_BUG] Some tests should check isDisplayChangeSupported Reviewed-by: prr
Tue, 25 Jun 2019 14:27:31 -0700 8222563: Remove terminally deprecated method netscape.javascript.JSObject::getWindow
kcr [Tue, 25 Jun 2019 14:27:31 -0700] rev 57521
8222563: Remove terminally deprecated method netscape.javascript.JSObject::getWindow Reviewed-by: prr, herrick
Tue, 25 Jun 2019 14:13:33 +0530 8196467: javax/swing/JInternalFrame/Test6325652.java fails
pkbalakr [Tue, 25 Jun 2019 14:13:33 +0530] rev 57520
8196467: javax/swing/JInternalFrame/Test6325652.java fails Reviewed-by: jdv, psadhukhan Contributed-by: tejpal.rebari@oracle.com
Tue, 25 Jun 2019 11:05:07 +0530 8226361: jdk ProblemList file contains more than 1 entry for a test
psadhukhan [Tue, 25 Jun 2019 11:05:07 +0530] rev 57519
8226361: jdk ProblemList file contains more than 1 entry for a test Reviewed-by: serb, jdv
Mon, 24 Jun 2019 17:31:00 -0700 8226697: Several tests which need the @key headful keyword are missing it.
prr [Mon, 24 Jun 2019 17:31:00 -0700] rev 57518
8226697: Several tests which need the @key headful keyword are missing it. Reviewed-by: serb
Fri, 21 Jun 2019 09:05:45 -0700 Merge
prr [Fri, 21 Jun 2019 09:05:45 -0700] rev 57517
Merge
Tue, 18 Jun 2019 21:40:50 -0700 8214469: [macos] PIT: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java fails
serb [Tue, 18 Jun 2019 21:40:50 -0700] rev 57516
8214469: [macos] PIT: java/awt/Choice/ChoiceKeyEventReaction/ChoiceKeyEventReaction.java fails Reviewed-by: psadhukhan
Sun, 09 Jun 2019 18:14:48 -0700 8224171: The cleanup multi-font related code in the XFontPeer
serb [Sun, 09 Jun 2019 18:14:48 -0700] rev 57515
8224171: The cleanup multi-font related code in the XFontPeer Reviewed-by: prr
Thu, 25 Jul 2019 08:04:33 +0200 8071275: remove AbstractAssembler::update_delayed_values dead code
thartmann [Thu, 25 Jul 2019 08:04:33 +0200] rev 57514
8071275: remove AbstractAssembler::update_delayed_values dead code Summary: Removed dead code. Reviewed-by: thartmann, mdoerr Contributed-by: Christian Hagedorn <christian.hagedorn@oracle.com>
Wed, 24 Jul 2019 17:08:14 -0700 Added tag jdk-14+7 for changeset 28ab01c06755
mikael [Wed, 24 Jul 2019 17:08:14 -0700] rev 57513
Added tag jdk-14+7 for changeset 28ab01c06755
Wed, 24 Jul 2019 16:46:42 -0700 8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access
mchung [Wed, 24 Jul 2019 16:46:42 -0700] rev 57512
8173978: Lookup.in should allow teleporting from a lookup class in a named module without dropping all access Reviewed-by: alanb, plevart
Wed, 24 Jul 2019 10:22:11 -0400 8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception
coleenp [Wed, 24 Jul 2019 10:22:11 -0400] rev 57511
8228485: JVM crashes when bootstrap method for condy triggers loading of class whose static initializer throws exception Summary: Add case for JVM_CONSTANT_Dynamic in error_message function. Reviewed-by: dholmes, shade
Wed, 24 Jul 2019 08:34:06 -0400 8227927: Move ParallelCleaningTask back to G1
zgu [Wed, 24 Jul 2019 08:34:06 -0400] rev 57510
8227927: Move ParallelCleaningTask back to G1 Reviewed-by: tschatzl, kbarrett
Wed, 24 Jul 2019 13:08:36 +0100 8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package
aefimov [Wed, 24 Jul 2019 13:08:36 +0100] rev 57509
8227721: test/jdk/java/net/NetworkInterface/NetworkInterfaceRetrievalTests.java should open the java.net package Reviewed-by: chegar, bpb, alanb Contributed-by: Patrick Concannon <patrick.concannon@oracle.com>
Wed, 24 Jul 2019 11:49:39 +0200 8228388: Add information about dirty/skipped card for Merge HCC in G1 log jdk-14+7
tschatzl [Wed, 24 Jul 2019 11:49:39 +0200] rev 57508
8228388: Add information about dirty/skipped card for Merge HCC in G1 log Summary: Collect and print informatio about the number of processed cards during the Merge HCC phase to improve log output. Reviewed-by: kbarrett, sangheki
Wed, 24 Jul 2019 11:49:39 +0200 8227719: G1 Pending cards estimation too conservative in cost prediction
tschatzl [Wed, 24 Jul 2019 11:49:39 +0200] rev 57507
8227719: G1 Pending cards estimation too conservative in cost prediction Summary: Instead of using a coarse prediction for the log buffers, accumulate the actual number directly. Reviewed-by: kbarrett, sangheki
Wed, 24 Jul 2019 11:49:39 +0200 8226913: Scale cards per chunk used during heap root scanning with region size
tschatzl [Wed, 24 Jul 2019 11:49:39 +0200] rev 57506
8226913: Scale cards per chunk used during heap root scanning with region size Summary: Scale cards per chunk based on heap size to decrease constant overhead with heap root scanning data structure initialization Reviewed-by: kbarrett, sangheki
Wed, 24 Jul 2019 11:08:24 +0530 Scheduling blitting based on Metal Context state metal-prototype-branch
jdv [Wed, 24 Jul 2019 11:08:24 +0530] rev 57505
Scheduling blitting based on Metal Context state
Wed, 24 Jul 2019 10:24:35 +0530 Merge metal-prototype-branch
jdv [Wed, 24 Jul 2019 10:24:35 +0530] rev 57504
Merge
Tue, 23 Jul 2019 20:03:03 -0700 8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit>
mchung [Tue, 23 Jul 2019 20:03:03 -0700] rev 57503
8219774: Reexamine the initialization of LangReflectAccess shared secret at AccessibleObject::<clinit> Reviewed-by: alanb
Tue, 23 Jul 2019 11:36:05 -0700 8227122: [TESTBUG] Create Docker sidecar test cases
mseledtsov [Tue, 23 Jul 2019 11:36:05 -0700] rev 57502
8227122: [TESTBUG] Create Docker sidecar test cases Summary: Created test cases for container sidecar pattern Reviewed-by: bobv, sgehwolf
Tue, 23 Jul 2019 13:56:41 -0400 8228484: Remove NoAllocVerifier because nothing uses it
coleenp [Tue, 23 Jul 2019 13:56:41 -0400] rev 57501
8228484: Remove NoAllocVerifier because nothing uses it Reviewed-by: hseigel, kbarrett
Thu, 18 Jul 2019 13:58:34 -0700 8228396: Re-enable Stateless Resumption On by default for merge to mainline
ascarpino [Thu, 18 Jul 2019 13:58:34 -0700] rev 57500
8228396: Re-enable Stateless Resumption On by default for merge to mainline Reviewed-by: jnimeh
Tue, 23 Jul 2019 11:17:59 -0700 Merge
mikael [Tue, 23 Jul 2019 11:17:59 -0700] rev 57499
Merge
Mon, 22 Jul 2019 15:54:25 -0700 8228492: Remove pako.md
jjg [Mon, 22 Jul 2019 15:54:25 -0700] rev 57498
8228492: Remove pako.md Reviewed-by: mchung
Mon, 22 Jul 2019 10:39:10 -0700 8228399: Remove mistaken open.iml
ascarpino [Mon, 22 Jul 2019 10:39:10 -0700] rev 57497
8228399: Remove mistaken open.iml Reviewed-by: xuelei
Mon, 22 Jul 2019 08:07:15 -0700 8228450: unicode.md and icu.md text should be pre-formatted
naoto [Mon, 22 Jul 2019 08:07:15 -0700] rev 57496
8228450: unicode.md and icu.md text should be pre-formatted Reviewed-by: rriggs
Wed, 10 Jul 2019 11:11:30 +0200 8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows
mbaesken [Wed, 10 Jul 2019 11:11:30 +0200] rev 57495
8227247: tools/sjavac/IdleShutdown.java fails with AssertionError: Error too big on windows Reviewed-by: jjg, stuefe
Thu, 18 Jul 2019 12:29:57 -0700 8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use
dtitov [Thu, 18 Jul 2019 12:29:57 -0700] rev 57494
8221303: sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java fails due to java.rmi.server.ExportException: Port already in use Reviewed-by: cjplummer, amenkov, sgehwolf
Thu, 18 Jul 2019 11:47:52 -0700 8226910: make it possible to use jtreg's -match via run-test framework
iignatyev [Thu, 18 Jul 2019 11:47:52 -0700] rev 57493
8226910: make it possible to use jtreg's -match via run-test framework Reviewed-by: dholmes, mseledtsov
Thu, 18 Jul 2019 09:15:26 -0700 8228340: JVMCI deleteGlobalHandle doesn't delete the handle
kbarrett [Thu, 18 Jul 2019 09:15:26 -0700] rev 57492
8228340: JVMCI deleteGlobalHandle doesn't delete the handle Summary: Add missing call to OopStorage::release() when deleting global handles in JVMCI to prevent handles leak. Reviewed-by: kvn, dlong
Tue, 02 Jul 2019 10:28:20 +0200 8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak
stuefe [Tue, 02 Jul 2019 10:28:20 +0200] rev 57491
8227041: runtime/memory/RunUnitTestsConcurrently.java has a memory leak Reviewed-by: stefank, coleenp
Thu, 18 Jul 2019 11:15:20 +0200 8224674: NMethod state machine is not monotonic
eosterlund [Thu, 18 Jul 2019 11:15:20 +0200] rev 57490
8224674: NMethod state machine is not monotonic Reviewed-by: dlong, coleenp, thartmann
Thu, 18 Jul 2019 13:41:55 +0800 8228342: Add SignTwice.java to problem list
weijun [Thu, 18 Jul 2019 13:41:55 +0800] rev 57489
8228342: Add SignTwice.java to problem list Reviewed-by: xuelei
Thu, 18 Jul 2019 08:53:06 +0800 8217375: jarsigner breaks old signature with long lines in manifest
weijun [Thu, 18 Jul 2019 08:53:06 +0800] rev 57488
8217375: jarsigner breaks old signature with long lines in manifest Reviewed-by: jjiang, weijun Contributed-by: Philipp Kunz <philipp.kunz@paratix.ch>
Wed, 17 Jul 2019 12:26:56 -0300 8227437: S4U2proxy cannot continue because server's TGT cannot be found
mbalao [Wed, 17 Jul 2019 12:26:56 -0300] rev 57487
8227437: S4U2proxy cannot continue because server's TGT cannot be found Reviewed-by: weijun
Wed, 17 Jul 2019 16:13:26 -0700 8048595: problemList failing/ignored manual tests in security-libs
rhalade [Wed, 17 Jul 2019 16:13:26 -0700] rev 57486
8048595: problemList failing/ignored manual tests in security-libs Reviewed-by: ascarpino
Wed, 17 Jul 2019 14:37:50 -0700 8226338: Updates to Stateless Resumption
ascarpino [Wed, 17 Jul 2019 14:37:50 -0700] rev 57485
8226338: Updates to Stateless Resumption Reviewed-by: xuelei, jnimeh
Wed, 17 Jul 2019 13:41:12 -0700 Added tag jdk-13+30 for changeset 2e63fb0a885f
mikael [Wed, 17 Jul 2019 13:41:12 -0700] rev 57484
Added tag jdk-13+30 for changeset 2e63fb0a885f
Wed, 17 Jul 2019 12:31:21 -0700 8227551: Session Resumption without Server-Side State off by default
ascarpino [Wed, 17 Jul 2019 12:31:21 -0700] rev 57483
8227551: Session Resumption without Server-Side State off by default Reviewed-by: xuelei, jnimeh, jjiang
Wed, 17 Jul 2019 08:34:45 -0700 8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out jdk-13+30
ccheung [Wed, 17 Jul 2019 08:34:45 -0700] rev 57482
8227646: [TESTBUG] appcds/SharedArchiveConsistency timed out Summary: Remove the FileChannel.force() calls. Reviewed-by: dcubed, iklam
Fri, 19 Jul 2019 11:09:41 +0200 8228426: xlc: switch to clang-style warning disabling
mbaesken [Fri, 19 Jul 2019 11:09:41 +0200] rev 57481
8228426: xlc: switch to clang-style warning disabling Reviewed-by: clanger, mdoerr
Mon, 22 Jul 2019 10:15:46 +0200 8228468: awt_Robot.c : format string contains 0 within the string body
mbaesken [Mon, 22 Jul 2019 10:15:46 +0200] rev 57480
8228468: awt_Robot.c : format string contains 0 within the string body Reviewed-by: serb
Tue, 23 Jul 2019 00:29:31 -0400 8225782: Remove expired flags in JDK 14
dholmes [Tue, 23 Jul 2019 00:29:31 -0400] rev 57479
8225782: Remove expired flags in JDK 14 Reviewed-by: hseigel
Thu, 11 Jul 2019 03:28:43 +0530 8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string
rpatil [Thu, 11 Jul 2019 03:28:43 +0530] rev 57478
8154520: java.time: appendLocalizedOffset() should return the localized "GMT" string Summary: Changes to produce/consume the locale-specific equivalent corresponding to the english string "GMT". Reviewed-by: naoto, rriggs Contributed-by: thejasvi.v.voniadka@oracle.com
Mon, 22 Jul 2019 11:07:24 +0530 Merge metal-prototype-branch
jdv [Mon, 22 Jul 2019 11:07:24 +0530] rev 57477
Merge
Fri, 19 Jul 2019 15:11:33 +0530 Initial state management for Mask Cache with some cleanup metal-prototype-branch
jdv [Fri, 19 Jul 2019 15:11:33 +0530] rev 57476
Initial state management for Mask Cache with some cleanup
Fri, 19 Jul 2019 14:55:22 +0530 Merge metal-prototype-branch
jdv [Fri, 19 Jul 2019 14:55:22 +0530] rev 57475
Merge
Mon, 15 Jul 2019 09:44:36 -0400 Merge JDK-8200758-branch
herrick [Mon, 15 Jul 2019 09:44:36 -0400] rev 57474
Merge
Mon, 15 Jul 2019 09:40:36 -0400 8220807: excessive verbose output when running with --win-per-user-install JDK-8200758-branch
herrick [Mon, 15 Jul 2019 09:40:36 -0400] rev 57473
8220807: excessive verbose output when running with --win-per-user-install Reviewed-by: asemenyuk
Mon, 15 Jul 2019 15:23:54 +0530 JDK-8227261: Add stubs that log a message for unimplemented methods metal-prototype-branch
aghaisas [Mon, 15 Jul 2019 15:23:54 +0530] rev 57472
JDK-8227261: Add stubs that log a message for unimplemented methods
Mon, 15 Jul 2019 14:31:28 +0530 Merge metal-prototype-branch
aghaisas [Mon, 15 Jul 2019 14:31:28 +0530] rev 57471
Merge
(0) -30000 -10000 -3000 -1000 -224 +224 +1000 tip