cjplummer [Fri, 09 Aug 2019 11:27:08 -0700] rev 57703
8227645: Some tests in serviceability/sa run with fixed -Xmx values and risk running out of memory
Summary: move tests to seprate directory
Reviewed-by: dtitov, jcbeyler, ctornqvi, sspitsyn
egahlin [Fri, 09 Aug 2019 19:16:55 +0200] rev 57702
Remove obsolete EventConsumer.java file
redestad [Fri, 09 Aug 2019 13:58:48 +0200] rev 57701
8229283: StringLatin1 should consistently use CharacterDataLatin1.instance when applicable
Reviewed-by: jlaskey
shade [Fri, 09 Aug 2019 13:07:18 +0200] rev 57700
8229350: Shenandoah does not need barriers before CreateEx
Reviewed-by: rkennke
rehn [Fri, 09 Aug 2019 11:04:08 +0200] rev 57699
8226228: Make Threads_lock an always safepoint checked lock.
Reviewed-by: coleenp, dcubed, dholmes
eosterlund [Fri, 09 Aug 2019 10:06:44 +0200] rev 57698
8229027: Improve how JNIHandleBlock::oops_do distinguishes oops from non-oops
Reviewed-by: pliden, stuefe, dlong
jwilhelm [Fri, 09 Aug 2019 03:51:20 +0200] rev 57697
Merge
jwilhelm [Fri, 09 Aug 2019 03:36:59 +0200] rev 57696
Added tag jdk-13+33 for changeset 9c250a7600e1
diazhou [Thu, 08 Aug 2019 05:05:04 +0000] rev 57695
8229180: Remove EA from JDK 13 version string
Reviewed-by: tbell, mikael
ljiang [Thu, 08 Aug 2019 09:32:15 -0700] rev 57694
8228778: JDK 13 L10n resource files update - msgdrop 20
Reviewed-by: naoto
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
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
jwilhelm [Thu, 08 Aug 2019 03:08:49 +0200] rev 57691
Added tag jdk-13+33 for changeset 5c85b58e2a42
egahlin [Fri, 09 Aug 2019 01:18:18 +0200] rev 57690
Add EventStream::setEndTime(...) and a first stab at priviliged access to local repository
herrick [Thu, 08 Aug 2019 17:27:17 -0400] rev 57689
Merge
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
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
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
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>
jlaskey [Thu, 08 Aug 2019 11:06:54 -0300] rev 57684
imported patch comments
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
jdv [Thu, 08 Aug 2019 14:15:54 +0530] rev 57682
Disable usage of check_previous_op for text rendering
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
jwilhelm [Thu, 08 Aug 2019 03:09:46 +0200] rev 57680
Added tag jdk-14+9 for changeset 18f189e69b29
naoto [Wed, 07 Aug 2019 14:56:26 -0700] rev 57679
8215181: Accounting currency format support
Reviewed-by: lancea, rriggs
jwilhelm [Wed, 07 Aug 2019 22:43:49 +0200] rev 57678
Merge
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>
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
sgehwolf [Fri, 12 Jul 2019 19:37:25 +0200] rev 57675
8227642: [TESTBUG] Make docker tests podman compatible
Reviewed-by: mseledtsov, iignatyev
valeriep [Wed, 07 Aug 2019 20:47:43 +0000] rev 57674
Merge
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
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