coffeys [Mon, 04 Nov 2019 14:24:36 +0000] rev 58914
8232984: Upgrading Joni License version to 2.1.16
Reviewed-by: coffeys
Contributed-by: kiran.sidhartha.ravikumar@oracle.com
ysuenaga [Mon, 04 Nov 2019 22:31:59 +0900] rev 58913
8233285: Demangling C++ symbols in jhsdb jstack --mixed
Reviewed-by: cjplummer, sspitsyn, ihse
stooke [Mon, 04 Nov 2019 13:58:33 +0100] rev 58912
8232973: Potential infinite loop in macOS hotspot agent
Reviewed-by: stuefe, cjplummer, sspitsyn
michaelm [Mon, 04 Nov 2019 11:25:55 +0000] rev 58911
Merge
tschatzl [Mon, 04 Nov 2019 11:33:15 +0100] rev 58910
8232951: TestG1ParallelPhases.java fails with phase NonYoungFreeCSet not found
Reviewed-by: lkorinth, kbarrett
ihse [Mon, 04 Nov 2019 11:15:45 +0100] rev 58909
8233383: Various minor fixes
Reviewed-by: erikj
ihse [Mon, 04 Nov 2019 11:12:13 +0100] rev 58908
8233381: Update copyright year in build system files
Reviewed-by: erikj
chegar [Mon, 04 Nov 2019 10:06:59 +0000] rev 58907
8232367: Update the jdk/java/net/httpclient tests to RS TCK 1.0.3
Reviewed-by: dfuchs
jlahoda [Mon, 04 Nov 2019 10:58:14 +0100] rev 58906
8230847: Trees.getScope may crash when invoked for statement inside switch.
Summary: More thoroughly avoiding side-effects when attributing (to) for Trees.getScope.
Reviewed-by: mcimadamore
mbaesken [Wed, 30 Oct 2019 14:52:27 +0100] rev 58905
8233202: exclude javax/swing/plaf/basic/BasicGraphicsUtils/8132119/bug8132119.java
Reviewed-by: clanger
mbaesken [Mon, 04 Nov 2019 09:54:00 +0100] rev 58904
8233078: fix minimal VM build on Linux ppc64(le)
Reviewed-by: mdoerr, lucy
jlahoda [Mon, 04 Nov 2019 09:40:35 +0100] rev 58903
8229815: Upgrade Jline to 3.12.1
Reviewed-by: rfield
weijun [Mon, 04 Nov 2019 14:26:18 +0800] rev 58902
8231950: keytool -ext camel-case shorthand not working
Reviewed-by: mullan
dholmes [Sun, 03 Nov 2019 18:02:29 -0500] rev 58901
8229516: Thread.isInterrupted() always returns false after thread termination
Reviewed-by: dnsimon, sspitsyn, dcubed, alanb
alanb [Sun, 03 Nov 2019 14:07:43 +0000] rev 58900
8233430: (sc) Socket adaptor restoring of blocking mode can override exception if socket closed
Reviewed-by: dfuchs, chegar
alanb [Sat, 02 Nov 2019 10:02:18 +0000] rev 58899
8232673: (dc) DatagramChannel socket adaptor issues
Reviewed-by: dfuchs, chegar
kbarrett [Fri, 01 Nov 2019 16:21:17 -0400] rev 58898
8233359: Add global sized operator delete definitions
Summary: Added new definitions.
Reviewed-by: dholmes
bpb [Fri, 01 Nov 2019 13:16:50 -0700] rev 58897
8162520: (fs) FileStore should support file stores with > Long.MAX_VALUE capacity
Reviewed-by: alanb, darcy, rriggs
jboes [Fri, 01 Nov 2019 12:57:01 +0000] rev 58896
8231632: HttpURLConnection::usingProxy could specify that it may lazily evaluate the fact
Summary: Modified method description to disambiguate when false is returned and altered implementation
Reviewed-by: dfuchs, chegar, vtewari
ccheung [Fri, 01 Nov 2019 11:31:37 -0700] rev 58895
8233363: Clarify the DumpSharedSpaces condition in InstanceKlass::verify_on
Summary: change DumpSharedSpaces to Arguments::is_dumping_archive().
Reviewed-by: iklam, coleenp
iveresov [Fri, 01 Nov 2019 09:39:13 -0700] rev 58894
8227003: Add high-level JIT compilation mode control mechanism
Summary: Add tiered mode to emulate non-tiered with special mode for JVMCI compiler. Add -XX:CompilationMode option.
Reviewed-by: never, redestad
dl [Fri, 01 Nov 2019 09:07:59 -0700] rev 58893
8231026: Miscellaneous changes imported from jsr166 CVS 2019-11
Reviewed-by: martin
dl [Fri, 01 Nov 2019 09:04:04 -0700] rev 58892
8231592: Clarify that ConcurrentHashMap compute methods mapping functions execute at most once
Reviewed-by: martin
shade [Fri, 01 Nov 2019 16:16:05 +0100] rev 58891
8233387: Shenandoah: passive mode should disable pacing ergonomically
Reviewed-by: zgu
herrick [Fri, 01 Nov 2019 10:25:15 -0400] rev 58890
8233333 : Incorrect comparison of number version strings in ToolValidator
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee
herrick [Fri, 01 Nov 2019 10:22:49 -0400] rev 58889
8233265: jpackage --add-modules cannot find additional modules with non-modular app
Reviewed-by: asemenyuk, almatvee, kcr
herrick [Thu, 31 Oct 2019 11:18:41 -0400] rev 58888
8232186 : Add verification for pkg and dmg tests
Submitted-by: almatvee
Reviewed-by: aherrick, asemenyuk
herrick [Thu, 31 Oct 2019 11:11:42 -0400] rev 58887
8233138 : Error 2343 when using --win-dir-chooser
Submitted-by: asemenyuk
Reviewed-by: aherrick, almatvee