sherman [Fri, 07 Sep 2018 10:17:49 -0700] rev 51671
8210345: The Japanese message of FileNotFoundException garbled
Reviewed-by: alanb
mcimadamore [Fri, 07 Sep 2018 15:56:21 +0100] rev 51670
8210495: compiler crashes because of illegal signature in otherwise legal code
Summary: Disable strict verification of compiler signatures when they do not affect generated bytecode
Reviewed-by: vromero
aleonard [Fri, 07 Sep 2018 11:24:59 +0200] rev 51669
8209786: JDK12 fails to build on s390x with gcc 7.3
Reviewed-by: ihse, goetz
dholmes [Fri, 07 Sep 2018 08:14:47 -0400] rev 51668
8210486: Unused code in check_nest_attributes function
Reviewed-by: mikael, sspitsyn
mullan [Fri, 07 Sep 2018 08:02:51 -0400] rev 51667
6899533: SecureClassLoader and URLClassLoader have unnecessary check for createClassLoader permission
Summary: Remove code that is no longer necessary now that pre-JDK 1.2 SecurityManager methods are not supported.
Reviewed-by: mchung
roland [Thu, 06 Sep 2018 16:27:07 +0200] rev 51666
8209544: AES encrypt performance regression in jdk11b11
Reviewed-by: kvn, vlivanov
dlong [Thu, 06 Sep 2018 17:45:15 -0700] rev 51665
8209361: [AOT] Unexpected number of references for JVMTI_HEAP_REFERENCE_CONSTANT_POOL [111-->111]: 0 (expected at least 1)
Reviewed-by: coleenp, dholmes
xyin [Fri, 07 Sep 2018 09:09:31 +0800] rev 51664
8042902: Test java/net/Inet6Address/serialize/Inet6AddressSerializationTest.java fails intermittently
Reviewed-by: chegar
mikael [Thu, 06 Sep 2018 18:06:24 -0700] rev 51663
8210381: Obsolete EmitSync
Reviewed-by: kvn, dcubed, mdoerr, mbaesken, shade
jjg [Thu, 06 Sep 2018 16:15:32 -0700] rev 51662
8210009: Source Launcher classloader should support getResource and getResourceAsStream
Reviewed-by: mchung, plevart
igerasim [Thu, 06 Sep 2018 12:10:59 -0700] rev 51661
8210285: CharsetDecoder/Encoder's constructor does not reject NaN
Reviewed-by: sherman, smarks, alanb, martin, darcy
naoto [Thu, 06 Sep 2018 10:49:17 -0700] rev 51660
8210142: java.util.Calendar.clone() doesn't respect sharedZone flag
Reviewed-by: rriggs
ccheung [Thu, 06 Sep 2018 09:30:47 -0700] rev 51659
8185145: AppCDS custom loader support on Mac OS X
Reviewed-by: dholmes, gziemski
vromero [Thu, 06 Sep 2018 05:44:47 -0700] rev 51658
8210435: don't add local variable spots if they are DCE'ed by the compiler
Reviewed-by: mcimadamore
mcimadamore [Thu, 06 Sep 2018 13:13:35 +0100] rev 51657
8210318: idea.sh script doesn't work on Mac
Summary: remove usage non-portable sed options
Reviewed-by: erikj, ihse
dholmes [Thu, 06 Sep 2018 02:01:20 -0400] rev 51656
8199874: [TESTBUG] runtime/Thread/ThreadPriorities.java fails with "expected 0 to equal 10"
Reviewed-by: lfoltan, ccheung
rhalade [Wed, 05 Sep 2018 21:06:01 -0700] rev 51655
8210432: Add additional TeliaSonera root certificate
Reviewed-by: mullan
xuelei [Wed, 05 Sep 2018 21:01:39 -0700] rev 51654
8210334: TLS 1.3 server fails if ClientHello doesn't have pre_shared_key and psk_key_exchange_modes
Reviewed-by: ascarpino, wetmore
jcbeyler [Wed, 05 Sep 2018 19:40:52 -0700] rev 51653
8210198: Clean up JNI_ENV_ARG for vmTestbase/jvmti/Get[A-F] tests
Summary: Remove JNI_ENV macros from the Get[A-F] tests
Reviewed-by: sspitsyn, amenkov, cjplummer
jwilhelm [Thu, 06 Sep 2018 02:50:04 +0200] rev 51652
Added tag jdk-12+10 for changeset 8f594f75e054
jcbeyler [Wed, 05 Sep 2018 11:12:15 -0700] rev 51651
8208352: Merge HeapMonitorTest and HeapMonitorGCTest code
Summary: Merged the code that enables sampling and allocates
Reviewed-by: cjplummer, sspitsyn, amenkov
iignatyev [Fri, 10 Aug 2018 13:36:10 -0700] rev 51650
8209386: [error-prone] StreamResourceLeak in jdk.internal.ed module
Reviewed-by: rriggs
dlong [Wed, 05 Sep 2018 13:10:40 -0700] rev 51649
8187078: -XX:+VerifyOops finds numerous problems when running JPRT
Reviewed-by: kvn
amenkov [Wed, 05 Sep 2018 10:39:16 -0700] rev 51648
8210243: [TEST] rewrite com/sun/jdi shell tests to java version - step3
Reviewed-by: jcbeyler, cjplummer, sspitsyn
jcbeyler [Wed, 05 Sep 2018 10:17:11 -0700] rev 51647
8208186: SetHeapSamplingInterval handles 1 explicitly
Summary: Explicitly test for the 0 case (sample everything)
Reviewed-by: amenkov, sspitsyn
sherman [Wed, 05 Sep 2018 09:12:50 -0700] rev 51646
8210394: (zipfs) jdk/nio/zipfs/ZFSTests.java rootdir.zip: The process cannot access the file because it is being used by another process
Reviewed-by: alanb, jlaskey
mbaesken [Wed, 05 Sep 2018 12:48:51 +0200] rev 51645
8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
Reviewed-by: shade, simonis
Contributed-by: ralf.schmelter@sap.com
ihse [Wed, 05 Sep 2018 14:00:36 +0200] rev 51644
8182733: aarch64 build documentation misleading
Reviewed-by: shade, dholmes
eosterlund [Wed, 05 Sep 2018 10:11:42 +0200] rev 51643
8210158: Accessorize JFR getEventWriter() intrinsics
Reviewed-by: kvn, neliasso, roland, rbackman
alanb [Wed, 05 Sep 2018 11:52:08 +0100] rev 51642
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
Reviewed-by: chegar
glaubitz [Wed, 05 Sep 2018 11:15:28 +0200] rev 51641
8165440: Add Zero support for x86_64-linux-gnux32 target
Reviewed-by: erikj, ihse
pmuthuswamy [Wed, 05 Sep 2018 11:52:15 +0530] rev 51640
8209052: Low contrast in docs/api/constant-values.html
Reviewed-by: jjg