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
jcbeyler [Thu, 13 Sep 2018 13:03:50 -0700] rev 51729
8210665: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[R-U] tests
Summary: Remove JNI_ENV and JVMTI_ENV macros from jvmti/[R-U] tests
Reviewed-by: cjplummer, sspitsyn
ihse [Thu, 13 Sep 2018 21:14:04 +0200] rev 51728
8207264: solaris-sparcv9-cmp-baseline fails
Reviewed-by: erikj, prr
ihse [Thu, 13 Sep 2018 21:12:22 +0200] rev 51727
8210702: Remove dtrace mapfiles
Reviewed-by: erikj
jiangli [Thu, 13 Sep 2018 13:30:07 -0400] rev 51726
8210193: [TESTBUG]gc/g1/mixedgc/TestOldGenCollectionUsage.java fails intermittently with OutOfMemoryError in CDS mode.
Summary: Increase java heap size in TestOldGenCollectionUsage. Catch OOM in tests.
Reviewed-by: phh, iklam
jlaskey [Thu, 13 Sep 2018 14:15:27 -0300] rev 51725
8210674: Need to add examples for use of javac properties introduced by Raw String Literals
Reviewed-by: vromero, jjg
michaelm [Thu, 13 Sep 2018 12:07:01 +0100] rev 51724
8210311: IllegalArgumentException in CookieManager - Comparison method violates its general contract
Reviewed-by: chegar, dfuchs
ihse [Thu, 13 Sep 2018 12:41:42 +0200] rev 51723
8210704: Remove dead build tools
Reviewed-by: alanb
iignatyev [Wed, 12 Sep 2018 21:56:59 -0700] rev 51722
8210699: Problem list tests which times out in Xcomp mode
Reviewed-by: kvn
cushon [Mon, 10 Sep 2018 16:59:41 -0700] rev 51721
8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
Reviewed-by: mcimadamore, vromero
iklam [Wed, 12 Sep 2018 17:45:22 -0700] rev 51720
8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
Reviewed-by: jiangli, ccheung
vromero [Wed, 12 Sep 2018 16:28:06 -0700] rev 51719
8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
Reviewed-by: mcimadamore, cushon
jwilhelm [Thu, 13 Sep 2018 01:41:24 +0200] rev 51718
Added tag jdk-12+11 for changeset f0f5d23449d3
jlaskey [Wed, 12 Sep 2018 17:14:08 -0300] rev 51717
8210671: CheckExamples.java fail after Raw String Literals checkin
Reviewed-by: vromero, darcy
amenkov [Wed, 12 Sep 2018 12:29:40 -0700] rev 51716
8210560: [TEST] convert com/sun/jdi redefineClass-related tests
Reviewed-by: jcbeyler, sspitsyn
jcbeyler [Wed, 12 Sep 2018 10:27:03 -0700] rev 51715
8210593: Clean up JNI_ENV_ARG and factorize the macros for vmTestbase/jvmti[N-R] tests
Summary: Remove JNI_ENV/JVMTI_ENV macros from N to R jvmti tests
Reviewed-by: amenkov, dholmes
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51714
8200434: String::align, String::indent
Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
jlaskey [Wed, 12 Sep 2018 14:19:36 -0300] rev 51713
8206981: Compiler support for Raw String Literals
Reviewed-by: mcimadamore, briangoetz, abuckley, jjg, vromero, jlahoda
erikj [Wed, 12 Sep 2018 08:46:25 -0700] rev 51712
8210519: build/releaseFile/CheckSource.java failed additional sources found
Reviewed-by: mikael, dholmes, ihse
mhorie [Wed, 12 Sep 2018 14:24:17 +0200] rev 51711
8208171: PPC64: Enrich SLP support
Reviewed-by: mdoerr, gromero
mdoerr [Wed, 12 Sep 2018 12:54:16 +0200] rev 51710
8210497: [PPC64] Vector registers not saved across safepoint
Reviewed-by: goetz, lucy
ihse [Wed, 12 Sep 2018 12:23:58 +0200] rev 51709
8059019: sdp.conf.template should be copied on linux too
Reviewed-by: alanb, erikj
tschatzl [Wed, 12 Sep 2018 11:08:42 +0200] rev 51708
8209843: Optimize oop scan closure closures wrt to reference processing in G1
Summary: Set more appropriate reference iteration mode for G1 closures.
Reviewed-by: kbarrett, pliden
adinn [Wed, 12 Sep 2018 09:12:42 +0100] rev 51707
8210578: AArch64: Invalid encoding for fmlsvs instruction
Summary: sub_op code for fmslvs should be 1 not 0
Reviewed-by: roland
thartmann [Wed, 12 Sep 2018 09:23:36 +0200] rev 51706
8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
Summary: Refresh iterator and start from the beginning while there is progress when removing dead regions.
Reviewed-by: kvn
rkennke [Fri, 31 Aug 2018 16:28:52 +0200] rev 51705
8210187: Explicit barriers for C2
Reviewed-by: eosterlund, shade, roland, pliden
mikael [Tue, 11 Sep 2018 20:37:47 -0700] rev 51704
8210513: Obsolete SyncFlags
Reviewed-by: coleenp, dcubed, dholmes
igerasim [Tue, 11 Sep 2018 14:51:45 -0700] rev 51703
8210347: Combine subsequent calls to Set.contains() and Set.add()
Reviewed-by: smarks, bpb
mikael [Tue, 11 Sep 2018 13:54:34 -0700] rev 51702
8210514: Obsolete SyncVerbose
Reviewed-by: coleenp, dcubed
iklam [Wed, 05 Sep 2018 18:14:45 -0700] rev 51701
8210289: ArchivedKlassSubGraphInfoRecord is incomplete
Reviewed-by: jiangli, ccheung
pchilanomate [Tue, 11 Sep 2018 13:34:13 -0400] rev 51700
8210300: runtime/MemberName/MemberNameLeak.java fails with RuntimeException
Summary: Added flag -XX:+UnlockDiagnosticVMOptions to tests failing in product builds
Reviewed-by: dcubed, dholmes