naoto [Tue, 18 Sep 2018 12:42:40 -0700] rev 51789
8209880: tzdb.dat is not reproducibly built
Reviewed-by: erikj, rriggs
jgeorge [Tue, 18 Sep 2018 23:20:17 +0530] rev 51788
8210836: Build fails with warn_unused_result in openjdk/src/jdk.hotspot.agent/linux/native/libsaproc/ps_core.c
Summary: Read in and process the return value of pread() while dealing with the PT_INTERP segment
Reviewed-by: stuefe, jcbeyler
sherman [Tue, 18 Sep 2018 10:43:01 -0700] rev 51787
8034802: (zipfs) newFileSystem throws UOE when the zip file is located in a custom file system
Reviewed-by: xiaofeya, clanger
joehw [Tue, 18 Sep 2018 09:44:20 -0700] rev 51786
8207760: SAXException: Invalid UTF-16 surrogate detected: d83c ?
Reviewed-by: lancea, dfuchs
jiangli [Tue, 18 Sep 2018 11:55:33 -0400] rev 51785
8210237: [TESTBUG]gc/stress/TestStressIHOPMultiThread.java fails with 'Unexpected exit from test [exit code: 1]' in CDS mode
Summary: Fix TestStressIHOPMultiThread to handle possible OutOfMemoryError.
Reviewed-by: ccheung, gziemski
coleenp [Tue, 18 Sep 2018 08:27:01 -0400] rev 51784
8203466: intermittent crash at jdk.internal.misc.Unsafe::getObjectVolatile (native)
Summary: Store rsi, rdi on thread local memory, store r15 in r9, for the stubs that have gc barriers
Reviewed-by: dlong, eosterlund
ihse [Tue, 18 Sep 2018 13:32:40 +0200] rev 51783
8210729: Clean up macosx static library handling
Reviewed-by: erikj
sgehwolf [Tue, 11 Sep 2018 18:18:51 +0200] rev 51782
8210425: [x86] sharedRuntimeTrig/sharedRuntimeTrans compiled without optimization
Summary: Compile with -O2 and -ffp-contract=off as for fdlibm.
Reviewed-by: erikj, lucy, aph
ihse [Tue, 18 Sep 2018 10:35:42 +0200] rev 51781
8210750: Clean up compare.sh exceptions
Reviewed-by: erikj
ihse [Tue, 18 Sep 2018 10:29:56 +0200] rev 51780
8210723: Better information in configure for invalid Xcode
Reviewed-by: erikj
mchung [Mon, 17 Sep 2018 22:56:31 -0700] rev 51779
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
mli [Tue, 18 Sep 2018 13:24:25 +0800] rev 51778
8210802: temp files left by tests in jdk/java/net/httpclient
Reviewed-by: chegar, clanger
mhorie [Mon, 17 Sep 2018 23:35:00 -0400] rev 51777
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero
fyuan [Tue, 18 Sep 2018 11:09:18 +0800] rev 51776
8210819: Update the host name in CNameTest.java
Reviewed-by: chegar
jcbeyler [Mon, 17 Sep 2018 19:48:35 -0700] rev 51775
8210700: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti/unit tests
Summary: Remove JNI_ENV macros from the remaining vmTestbase tests
Reviewed-by: amenkov, sspitsyn, dholmes, cjplummer
jcbeyler [Mon, 17 Sep 2018 19:36:09 -0700] rev 51774
8210481: Remove #ifdef cplusplus from vmTestbase
Summary: Remove all cplusplus ifdefs from vmTestbase
Reviewed-by: dholmes, iignatyev, cjplummer, sspitsyn
jnimeh [Mon, 17 Sep 2018 15:25:42 -0700] rev 51773
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
mchung [Mon, 17 Sep 2018 15:22:46 -0700] rev 51772
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea
ascarpino [Mon, 17 Sep 2018 14:04:46 -0700] rev 51771
8209031: SSLSocket should throw an exception when configuring DTLS
Reviewed-by: xuelei
kvn [Mon, 17 Sep 2018 13:43:22 -0700] rev 51770
8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
Summary: Disable AOT when debugger is attached.
Reviewed-by: dlong
iignatyev [Mon, 17 Sep 2018 11:50:39 -0700] rev 51769
8210779: 8182404 and 8210732 haven't updated copyright years
Reviewed-by: bchristi
iris [Mon, 17 Sep 2018 10:14:31 -0700] rev 51768
8210775: JVM TI Spec missing copyright
Reviewed-by: dholmes, mchung, sspitsyn
jcbeyler [Mon, 17 Sep 2018 09:07:40 -0700] rev 51767
8210726: Fix up a few minor nits forgotten by JDK-8210665
Summary: Minor changes to 4 tests to make one-liners
Reviewed-by: cjplummer, iignatyev, sspitsyn
rfield [Mon, 17 Sep 2018 08:37:47 -0700] rev 51766
8210596: jshell does not support raw string literals
Reviewed-by: jlahoda, jlaskey
sgehwolf [Mon, 17 Sep 2018 10:53:56 +0200] rev 51765
8210416: [linux] Poor StrictMath performance due to non-optimized compilation
Summary: Compile fdlibm with -O2 -ffp-contract=off on gcc/clang arches.
Reviewed-by: aph, erikj, dholmes, darcy, ihse
jlahoda [Mon, 17 Sep 2018 11:49:20 +0200] rev 51764
8193561: Cyclic hierarchy causes a NullPointerException when setting DEFAULT flag
Summary: When marking interface as having default methods, use .owner as it is always defined.
Reviewed-by: mcimadamore
rgoel [Mon, 17 Sep 2018 14:16:31 +0530] rev 51763
8210490: TimeZone.getDisplayName given Locale.US doesn't always honor the Locale.
Summary: specified locale for formatting..
Reviewed-by: naoto
sgehwolf [Fri, 14 Sep 2018 14:47:50 +0200] rev 51762
8210647: libsaproc is being compiled without optimization.
Summary: Compile with high optimization instead of none.
Reviewed-by: erikj, jgeorge, sballal
weijun [Mon, 17 Sep 2018 14:52:44 +0800] rev 51761
8210736: jdk/javax/xml/crypto/dsig/GenerationTests.java slow on linux
Reviewed-by: alanb
xyin [Mon, 17 Sep 2018 13:49:55 +0800] rev 51760
8210695: Create test to cover JDK-8205330 InitialDirContext ctor sometimes throws NPE if the server has sent a disconnection
Reviewed-by: vtewari, dfuchs, chegar
igerasim [Sat, 15 Sep 2018 22:02:08 -0700] rev 51759
8210786: Typo s/overriden/overridden/ in several places
Reviewed-by: weijun
igerasim [Sat, 15 Sep 2018 13:53:43 -0700] rev 51758
8210787: Object.wait(long, int) throws inappropriate IllegalArgumentException
Reviewed-by: martin, rriggs
bsrbnd [Sat, 15 Sep 2018 22:16:16 +0200] rev 51757
8183548: Comma-expressions shouldn't use any temporary variable
Summary: Uses enhanced let-expressions allowing multiple statements
Reviewed-by: vromero
mikael [Fri, 14 Sep 2018 22:35:44 -0700] rev 51756
8210676: Remove some unused Label variables
Reviewed-by: kvn, dholmes, njian, aph
xuelei [Fri, 14 Sep 2018 20:30:28 -0700] rev 51755
8210785: Trivial typo fix in X509ExtendedKeyManager javadoc
Reviewed-by: xuelei
Contributed-by: Jaikiran Pai <jaikiran.pai@gmail.com>
iignatyev [Fri, 14 Sep 2018 14:02:57 -0700] rev 51754
8210732: remove jdk.testlibrary.Utils
Reviewed-by: alanb, jcbeyler
gromero [Fri, 14 Sep 2018 15:32:22 -0400] rev 51753
8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz
jcbeyler [Fri, 14 Sep 2018 08:48:36 -0700] rev 51752
8210724: Change the verbosity threshold of logging for [oopstorage,ref]
Summary: Improve logging verbosity levels in oopStorage.cpp
Reviewed-by: kbarrett, sjohanss
Contributed-by: manc@google.com
gadams [Thu, 13 Sep 2018 07:46:41 -0400] rev 51751
8208468: [TESTBUG] nsk/jdb/locals/locals002: fails with "Prompt is not received during ... milliseconds"
Reviewed-by: cjplummer, amenkov
ccheung [Fri, 14 Sep 2018 11:17:25 -0700] rev 51750
8190737: use unicode version of the canonicalize() function to handle long path on windows
Summary: also calling CreateFileW in zip_util.c to handle long path
Reviewed-by: sherman, iklam
akolarkunnu [Tue, 11 Sep 2018 22:16:47 -0700] rev 51749
8210056: Enable different look and feel tests in SwingSet3 demo test TextFieldDemoTest
Reviewed-by: serb
Contributed-by: abdul.kolarkunnu@oracle.com
rriggs [Fri, 14 Sep 2018 12:53:07 -0400] rev 51748
8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
8210004: Thread.sleep(millis, nanos) timeout returns early
Reviewed-by: martin, igerasim
coleenp [Fri, 14 Sep 2018 12:10:28 -0400] rev 51747
8210559: ClassLoaderData Symbols can leak
Summary: unrefcount the symbol names when the CLD is destroyed
Reviewed-by: lfoltan, jiangli, iklam
bpb [Fri, 14 Sep 2018 09:00:22 -0700] rev 51746
8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
alanb [Fri, 14 Sep 2018 16:56:09 +0100] rev 51745
8208780: (se) test SelectWithConsumer.testReadableAndWriteable(): failure
Reviewed-by: bpb
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51744
8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
Reviewed-by: eosterlund
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51743
8210711: Remove unused offset getters in ThreadLocalAllocBuffer
Reviewed-by: rkennke, tschatzl, mdoerr
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51742
8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
Reviewed-by: rkennke, tschatzl
pliden [Fri, 14 Sep 2018 14:44:11 +0200] rev 51741
8209163: SA: Show Object Histogram asserts with ZGC
Reviewed-by: ysuenaga, jcbeyler
hannesw [Fri, 14 Sep 2018 14:45:31 +0200] rev 51740
8209914: javadoc search sometimes generates bad URIs
Reviewed-by: jjg
dpochepk [Fri, 14 Sep 2018 14:24:00 +0300] rev 51739
8210461: AArch64: Math.cos intrinsic gives incorrect results
Reviewed-by: aph
sgehwolf [Thu, 13 Sep 2018 11:07:40 +0200] rev 51738
8210703: vmStructs.cpp compiled with -O0
Reviewed-by: erikj, ihse
ihse [Fri, 14 Sep 2018 09:16:51 +0200] rev 51737
8210731: PropertiesParser does not produce reproducible output
Reviewed-by: mchung, jjg, erikj
iveresov [Thu, 13 Sep 2018 22:45:12 -0700] rev 51736
8210478: Update Graal
Reviewed-by: kvn
amlu [Fri, 14 Sep 2018 13:18:52 +0800] rev 51735
8209772: Refactor shell test java/util/ServiceLoader/basic/basic.sh to java
Reviewed-by: alanb
cushon [Thu, 13 Sep 2018 15:29:44 -0700] rev 51734
8193037: package-info annotations are not reported when annotation processing is enabled
Reviewed-by: jjg
xuelei [Thu, 13 Sep 2018 17:11:04 -0700] rev 51733
8209916: NPE in SupportedGroupsExtension
Reviewed-by: jnimeh, wetmore
gadams [Thu, 13 Sep 2018 07:54:38 -0400] rev 51732
8210252: com/sun/jdi/DebuggerThreadTest.java fails with NPE
Reviewed-by: cjplummer, sspitsyn
kvn [Thu, 13 Sep 2018 15:27:21 -0700] rev 51731
8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
Summary: don't register AOT method if corresponding java method has breakpoints.
Reviewed-by: dlong
naoto [Thu, 13 Sep 2018 13:41:17 -0700] rev 51730
8209167: Use CLDR's time zone mappings for Windows
Reviewed-by: erikj, rriggs, ihse