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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 tip