Tue, 20 Nov 2018 21:59:07 +0530 8210742: compound var declaration type is not uniform for all variables
sdama [Tue, 20 Nov 2018 21:59:07 +0530] rev 52622
8210742: compound var declaration type is not uniform for all variables Summary: make implicit type for all variables in compound declaration as null for which type inference happens at later phase Reviewed-by: mcimadamore Contributed-by: srinivas.dama@oracle.com
Tue, 20 Nov 2018 13:12:48 +0000 8148188: Enhance the security libraries to record events of interest
coffeys [Tue, 20 Nov 2018 13:12:48 +0000] rev 52621
8148188: Enhance the security libraries to record events of interest Reviewed-by: egahlin, mullan, weijun, xuelei
Tue, 20 Nov 2018 10:08:19 +0100 8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE
eosterlund [Tue, 20 Nov 2018 10:08:19 +0100] rev 52620
8212992: Change mirror accessor in Klass::verify_on() to use AS_NO_KEEPALIVE Reviewed-by: coleenp, pliden
Tue, 20 Nov 2018 10:08:18 +0100 8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass()
eosterlund [Tue, 20 Nov 2018 10:08:18 +0100] rev 52619
8212682: Avoid holding Compile_lock when blocking for GC in ObjArrayKlass::allocate_objArray_klass() Reviewed-by: coleenp, dlong
Tue, 20 Nov 2018 09:35:15 +0100 8213560: gtests might hang
rehn [Tue, 20 Nov 2018 09:35:15 +0100] rev 52618
8213560: gtests might hang Reviewed-by: rwestberg, eosterlund
Tue, 20 Nov 2018 08:17:24 +0100 8213623: ZGC: Let heap iteration walk all roots
pliden [Tue, 20 Nov 2018 08:17:24 +0100] rev 52617
8213623: ZGC: Let heap iteration walk all roots Reviewed-by: eosterlund, kbarrett
Tue, 20 Nov 2018 10:50:54 +0530 8184205: Captions on tabbed tables are squashed together
pmuthuswamy [Tue, 20 Nov 2018 10:50:54 +0530] rev 52616
8184205: Captions on tabbed tables are squashed together Reviewed-by: jjg
Tue, 20 Nov 2018 10:07:42 +0530 8213920: Use {@systemProperty} tag for properties listed in System.getProperties
pmuthuswamy [Tue, 20 Nov 2018 10:07:42 +0530] rev 52615
8213920: Use {@systemProperty} tag for properties listed in System.getProperties Reviewed-by: mchung, alanb
Tue, 20 Nov 2018 09:59:58 +0800 8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently
xyin [Tue, 20 Nov 2018 09:59:58 +0800] rev 52614
8129310: java/net/Socket/asyncClose/AsyncClose.java fails intermittently Reviewed-by: dfuchs
Mon, 19 Nov 2018 10:47:38 -0800 8214071: Broken msg.bug diagnostics when using the compiler API
cushon [Mon, 19 Nov 2018 10:47:38 -0800] rev 52613
8214071: Broken msg.bug diagnostics when using the compiler API Reviewed-by: jjg
Mon, 19 Nov 2018 22:27:51 +0100 8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms
stuefe [Mon, 19 Nov 2018 22:27:51 +0100] rev 52612
8214075: [BACKOUT] 8214007: Fix sun.awt.nativedebug on X11 platforms Reviewed-by: shade, dholmes
Mon, 19 Nov 2018 19:25:57 +0100 8214007: Fix sun.awt.nativedebug on X11 platforms
simonis [Mon, 19 Nov 2018 19:25:57 +0100] rev 52611
8214007: Fix sun.awt.nativedebug on X11 platforms Reviewed-by: erikj, ihse
Mon, 19 Nov 2018 08:52:11 -0800 8214062: JDK-8167368 Leftover: get_source.sh in build documentation
erikj [Mon, 19 Nov 2018 08:52:11 -0800] rev 52610
8214062: JDK-8167368 Leftover: get_source.sh in build documentation Reviewed-by: dholmes, erikj Contributed-by: merkel05@gmail.com
Wed, 06 Dec 2017 13:07:21 +0100 8191339: [JVMCI] BigInteger compiler intrinsics on Graal
phedlin [Wed, 06 Dec 2017 13:07:21 +0100] rev 52609
8191339: [JVMCI] BigInteger compiler intrinsics on Graal Reviewed-by: kvn
Thu, 08 Nov 2018 10:20:04 +0100 8211451: ~2.5% regression on compression benchmark starting with 12-b11
roland [Thu, 08 Nov 2018 10:20:04 +0100] rev 52608
8211451: ~2.5% regression on compression benchmark starting with 12-b11 Reviewed-by: kvn, thartmann
Mon, 19 Nov 2018 13:49:50 +0100 8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure
redestad [Mon, 19 Nov 2018 13:49:50 +0100] rev 52607
8214045: Missing explicit dependencies of build-microbenchmark cause intermittent build failure Reviewed-by: ihse, dholmes
Mon, 19 Nov 2018 07:05:13 -0500 8213916: no copyright in signature.html
gadams [Mon, 19 Nov 2018 07:05:13 -0500] rev 52606
8213916: no copyright in signature.html Reviewed-by: sspitsyn, rriggs, jcbeyler
Mon, 19 Nov 2018 11:51:27 +0100 8212070: Introduce diagnostic flag to abort VM on failed JIT compilation
shade [Mon, 19 Nov 2018 11:51:27 +0100] rev 52605
8212070: Introduce diagnostic flag to abort VM on failed JIT compilation Reviewed-by: mikael, thartmann
Tue, 13 Nov 2018 09:59:50 +0100 8213779: Loop opts anti dependent store detection should ignore uncommon trap calls
roland [Tue, 13 Nov 2018 09:59:50 +0100] rev 52604
8213779: Loop opts anti dependent store detection should ignore uncommon trap calls Reviewed-by: kvn
Mon, 19 Nov 2018 09:56:42 +0000 8210838: Override javax.crypto.Cipher.toString()
coffeys [Mon, 19 Nov 2018 09:56:42 +0000] rev 52603
8210838: Override javax.crypto.Cipher.toString() Reviewed-by: mullan, weijun
Sun, 18 Nov 2018 19:45:33 +0100 8214027: Reinstate testB_mem_imm pattern in x86_64.ad
bsrbnd [Sun, 18 Nov 2018 19:45:33 +0100] rev 52602
8214027: Reinstate testB_mem_imm pattern in x86_64.ad Reviewed-by: rkennke
Fri, 16 Nov 2018 17:46:15 -0800 8213948: Solaris-X64 build fails with compact hashtable
iklam [Fri, 16 Nov 2018 17:46:15 -0800] rev 52601
8213948: Solaris-X64 build fails with compact hashtable Reviewed-by: dcubed, shade
Fri, 16 Nov 2018 15:51:29 +0100 8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out
rrich [Fri, 16 Nov 2018 15:51:29 +0100] rev 52600
8213902: com/sun/jdi/SetLocalWhileThreadInNative.java times out Reviewed-by: dholmes, jcbeyler Contributed-by: richard.reingruber@sap.com
Sat, 17 Nov 2018 13:48:50 +0100 8214004: Missing space between compiler thread name and task info in hs_err
shade [Sat, 17 Nov 2018 13:48:50 +0100] rev 52599
8214004: Missing space between compiler thread name and task info in hs_err Reviewed-by: dcubed, zgu
Sat, 17 Nov 2018 18:11:23 +0800 8212003: Deprecating the default keytool -keyalg option
weijun [Sat, 17 Nov 2018 18:11:23 +0800] rev 52598
8212003: Deprecating the default keytool -keyalg option Reviewed-by: mullan, xuelei
Fri, 16 Nov 2018 19:27:21 -0800 8212931: HeapMonitorStatIntervalTest.java fails due average calculation
jcbeyler [Fri, 16 Nov 2018 19:27:21 -0800] rev 52597
8212931: HeapMonitorStatIntervalTest.java fails due average calculation Summary: Added a method to get the actual size Reviewed-by: amenkov, sspitsyn
Fri, 16 Nov 2018 16:10:25 -0800 8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping
ccheung [Fri, 16 Nov 2018 16:10:25 -0800] rev 52596
8201375: Add the AllowArchivingWithJavaAgent diagnostic vm option to allow the use of the -javaagent option during CDS dumping Summary: Allow Java agent during CDS dumping if the AllowArchivingWithJavaAgent dignostic option is specified. Reviewed-by: iklam, jiangli, sspitsyn, dcubed
Fri, 16 Nov 2018 23:39:51 +0100 8061281: Microbenchmark suite build support, directory layout and sample benchmarks
redestad [Fri, 16 Nov 2018 23:39:51 +0100] rev 52595
8061281: Microbenchmark suite build support, directory layout and sample benchmarks 8061282: Migrate jmh-jdk-microbenchmarks into the JDK Reviewed-by: ecaspole, mchung, erikj, ihse Contributed-by: magnus.ihse.bursie@oracle.com, erik.joelsson@oracle.com, claes.redestad@oracle.com, sfriberg@kth.se
Fri, 16 Nov 2018 13:23:50 -0500 8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region
jiangli [Fri, 16 Nov 2018 13:23:50 -0500] rev 52594
8213898: CDS dumping of springboot asserts in G1ArchiveAllocator::alloc_new_region Summary: HeapRegionManager::find_highest_free needs to check if the region obtained from the HeapRegionManager::_regions is available. Reviewed-by: tschatzl, sjohanss
Fri, 16 Nov 2018 09:49:05 -0800 8214003: Limit default test jobs based on memory size
erikj [Fri, 16 Nov 2018 09:49:05 -0800] rev 52593
8214003: Limit default test jobs based on memory size Reviewed-by: shade, tbell
Fri, 16 Nov 2018 09:35:39 -0800 8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list
dlong [Fri, 16 Nov 2018 09:35:39 -0800] rev 52592
8213959: add org.graalvm.compiler.replacements.test.StringCompressInflateTest to graal problem list Reviewed-by: thartmann, kvn
Fri, 16 Nov 2018 19:30:11 +0300 8213947: ARM32: failed check_simd should set UsePopCountInstruction to false
bulasevich [Fri, 16 Nov 2018 19:30:11 +0300] rev 52591
8213947: ARM32: failed check_simd should set UsePopCountInstruction to false Reviewed-by: kvn
Fri, 16 Nov 2018 19:29:40 +0300 8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32
bulasevich [Fri, 16 Nov 2018 19:29:40 +0300] rev 52590
8213794: ARM32: disable TypeProfiling, CriticalJNINatives, Serviceablity tests for ARM32 Reviewed-by: dholmes
Fri, 16 Nov 2018 19:29:20 +0300 8213410: UseCompressedOops requirement check fails fails on 32-bit system
bulasevich [Fri, 16 Nov 2018 19:29:20 +0300] rev 52589
8213410: UseCompressedOops requirement check fails fails on 32-bit system Reviewed-by: dholmes
Fri, 16 Nov 2018 08:25:46 -0800 8213906: Update arm devkits with libXrandr headers
erikj [Fri, 16 Nov 2018 08:25:46 -0800] rev 52588
8213906: Update arm devkits with libXrandr headers Reviewed-by: tbell, prr
Fri, 16 Nov 2018 10:54:04 -0500 8213092: Add more runtime locks for concurrent class unloading
coleenp [Fri, 16 Nov 2018 10:54:04 -0500] rev 52587
8213092: Add more runtime locks for concurrent class unloading Summary: Add locks for calling CLDG::purge concurrently as well and for calling SystemDictionary::do_unloading concurrently. Reviewed-by: eosterlund, hseigel
Fri, 16 Nov 2018 07:30:40 -0500 8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock
coleenp [Fri, 16 Nov 2018 07:30:40 -0500] rev 52586
8213751: ClassLoaderDataGraph::cld_do() should sometimes require CLDG_lock Summary: Add version of loaded_cld_do for runtime calls. Reviewed-by: eosterlund, rehn
Thu, 15 Nov 2018 17:08:59 +0100 8211326: add OS user related information to hs_err file
mbaesken [Thu, 15 Nov 2018 17:08:59 +0100] rev 52585
8211326: add OS user related information to hs_err file Reviewed-by: dholmes, stuefe
Thu, 15 Nov 2018 21:53:30 -0800 8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests
dzhou [Thu, 15 Nov 2018 21:53:30 -0800] rev 52584
8210408: Refactor java.util.ResourceBundle:i18n shell tests to plain java tests Reviewed-by: naoto
Thu, 15 Nov 2018 21:26:35 -0800 8212779: ADL Parser does not check allocation return values in all cases
jcm [Thu, 15 Nov 2018 21:26:35 -0800] rev 52583
8212779: ADL Parser does not check allocation return values in all cases Summary: made to fail gracefully in case of malloc failure. Reviewed-by: kvn
Thu, 15 Nov 2018 19:59:10 -0500 8213352: Separate BufferNode allocation from PtrQueueSet
kbarrett [Thu, 15 Nov 2018 19:59:10 -0500] rev 52582
8213352: Separate BufferNode allocation from PtrQueueSet Summary: Move free-list management and allocation to new class. Reviewed-by: tschatzl, sjohanss
Thu, 15 Nov 2018 17:55:41 -0500 8213723: More Monitor/mutex initialization management
dholmes [Thu, 15 Nov 2018 17:55:41 -0500] rev 52581
8213723: More Monitor/mutex initialization management 8213893: StringTable_lock is unused Reviewed-by: tschatzl, dcubed, coleenp
Thu, 15 Nov 2018 14:01:10 -0800 8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL
iignatyev [Thu, 15 Nov 2018 14:01:10 -0800] rev 52580
8213926: WB_EnqueueInitializerForCompilation requests compilation for NULL Reviewed-by: kvn, roland
Thu, 15 Nov 2018 14:01:08 -0800 8213922: fix ctw stand-alone build
iignatyev [Thu, 15 Nov 2018 14:01:08 -0800] rev 52579
8213922: fix ctw stand-alone build Reviewed-by: kvn, roland
Thu, 15 Nov 2018 09:04:07 -0800 8210777: Update Graal
dlong [Thu, 15 Nov 2018 09:04:07 -0800] rev 52578
8210777: Update Graal Reviewed-by: kvn
Thu, 15 Nov 2018 21:05:47 +0100 8213373: Bulk MarkBitMap clearing methods
shade [Thu, 15 Nov 2018 21:05:47 +0100] rev 52577
8213373: Bulk MarkBitMap clearing methods Reviewed-by: rkennke, zgu
Tue, 13 Nov 2018 22:08:44 -0800 8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark
manc [Tue, 13 Nov 2018 22:08:44 -0800] rev 52576
8213829: Remove circular dependency between g1CollectedHeap and g1ConcurrentMark Summary: Improve include statements related to g1CollectedHeap.inline.hpp Reviewed-by: kbarrett, tschatzl
Thu, 15 Nov 2018 13:22:29 -0500 8213363: X25519 private key PKCS#8 encoding/decoding is incorrect
apetcher [Thu, 15 Nov 2018 13:22:29 -0500] rev 52575
8213363: X25519 private key PKCS#8 encoding/decoding is incorrect Summary: Fixed private key format to match spec in RFC 8410 Reviewed-by: mullan
Thu, 15 Nov 2018 09:56:49 -0800 8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException
dtitov [Thu, 15 Nov 2018 09:56:49 -0800] rev 52574
8203174: [Graal] JDI tests fail with Unexpected exception: com.sun.jdi.ObjectCollectedException Reviewed-by: sspitsyn, cjplummer
Thu, 15 Nov 2018 09:45:18 +0100 8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2
neliasso [Thu, 15 Nov 2018 09:45:18 +0100] rev 52573
8213538: VM crashes when MaxVectorSize is set to 0, 1 or 2 Summary: Require MaxVectorSize minimum 4 on 64 bit Reviewed-by: kvn, thartmann
Wed, 14 Nov 2018 09:34:46 +0100 8213736: Build fails with LOG=debug on F28 after JDK-8210958
sgehwolf [Wed, 14 Nov 2018 09:34:46 +0100] rev 52572
8213736: Build fails with LOG=debug on F28 after JDK-8210958 Summary: Add --no-print-directory to make invocation of create-main-targets-include Reviewed-by: erikj, tbell
Tue, 02 Oct 2018 13:48:08 +0200 8211106: [windows] Update OS detection code to recognize Windows Server 2019
mbaesken [Tue, 02 Oct 2018 13:48:08 +0200] rev 52571
8211106: [windows] Update OS detection code to recognize Windows Server 2019 Reviewed-by: alanb, clanger, bobv
Thu, 15 Nov 2018 11:26:46 +0000 8213616: URLPermission with query or fragment behaves incorrectly
michaelm [Thu, 15 Nov 2018 11:26:46 +0000] rev 52570
8213616: URLPermission with query or fragment behaves incorrectly Reviewed-by: chegar, dfuchs
Thu, 15 Nov 2018 11:10:04 +0100 8210024: JFR calls virtual is_Java_thread from ~Thread()
mgronlun [Thu, 15 Nov 2018 11:10:04 +0100] rev 52569
8210024: JFR calls virtual is_Java_thread from ~Thread() Reviewed-by: kbarrett, dholmes, dcubed, egahlin
Thu, 15 Nov 2018 10:59:56 +0100 8213615: GC/C2 abstraction for escape analysis
rkennke [Thu, 15 Nov 2018 10:59:56 +0100] rev 52568
8213615: GC/C2 abstraction for escape analysis Reviewed-by: kvn, roland
Wed, 14 Nov 2018 23:12:19 -0800 8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out
ssahoo [Wed, 14 Nov 2018 23:12:19 -0800] rev 52567
8211787: javax/net/ssl/TLSCommon/TLSTest.java throws java.net.SocketTimeoutException: Read timed out Summary: java.net.SocketTimeoutException: Read timed out Reviewed-by: xuelei
Thu, 15 Nov 2018 11:23:43 +0530 8206475: Repeated word in error message
pmuthuswamy [Thu, 15 Nov 2018 11:23:43 +0530] rev 52566
8206475: Repeated word in error message Reviewed-by: sundar
Thu, 15 Nov 2018 01:58:53 +0100 Added tag jdk-12+20 for changeset 40098289d580
jwilhelm [Thu, 15 Nov 2018 01:58:53 +0100] rev 52565
Added tag jdk-12+20 for changeset 40098289d580
Wed, 14 Nov 2018 16:27:11 -0800 8213913: Redundant HTML in java.se/module-info.java
jjg [Wed, 14 Nov 2018 16:27:11 -0800] rev 52564
8213913: Redundant HTML in java.se/module-info.java Reviewed-by: lancea, mchung
Wed, 14 Nov 2018 16:11:21 -0800 8213910: Invalid HTML in java.net.http.HttpClient
jjg [Wed, 14 Nov 2018 16:11:21 -0800] rev 52563
8213910: Invalid HTML in java.net.http.HttpClient Reviewed-by: mchung, darcy
Wed, 14 Nov 2018 18:49:02 -0500 8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces
jiangli [Wed, 14 Nov 2018 18:49:02 -0500] rev 52562
8213713: Minor issues during MetaspaceShared::initialize_runtime_shared_and_meta_spaces Summary: 1)Populate MetaspaceShared::_core_spaces_size early at mapping time; 2)Fix FileMapInfo::validate_shared_path_table to report failure properly; 3)Remove dead code in FileMapInfo::validate_shared_path_table. Reviewed-by: iklam, ccheung
Wed, 14 Nov 2018 12:25:15 -0800 8213622: Windows VS2013 build failure - "'snprintf': identifier not found" jdk-12+20
jcbeyler [Wed, 14 Nov 2018 12:25:15 -0800] rev 52561
8213622: Windows VS2013 build failure - "'snprintf': identifier not found" Summary: Replace snprintf with strlen and memcpy Reviewed-by: dholmes, mvala, kbarrett
Wed, 14 Nov 2018 11:42:40 -0800 8213818: @return has already been specified
naoto [Wed, 14 Nov 2018 11:42:40 -0800] rev 52560
8213818: @return has already been specified Reviewed-by: rriggs
Wed, 14 Nov 2018 18:57:47 +0100 8213795: Force explicit null check on patching placeholder offset
rkennke [Wed, 14 Nov 2018 18:57:47 +0100] rev 52559
8213795: Force explicit null check on patching placeholder offset Reviewed-by: kvn, adinn
Fri, 09 Nov 2018 10:34:19 -0300 8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts
mbalao [Fri, 09 Nov 2018 10:34:19 -0300] rev 52558
8204142: AWT hang occurs when sequenced events arrive out of sequence in multiple AppContexts Summary: Improvements on the synchronization of SequencedEvent events from different AppContexts Reviewed-by: serb
Wed, 14 Nov 2018 09:31:38 -0800 8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration
erikj [Wed, 14 Nov 2018 09:31:38 -0800] rev 52557
8213709: jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java missing modules declaration Reviewed-by: jjg
Wed, 14 Nov 2018 09:26:28 -0800 8211727: Adjust default concurrency settings for running tests on Sparc
erikj [Wed, 14 Nov 2018 09:26:28 -0800] rev 52556
8211727: Adjust default concurrency settings for running tests on Sparc Reviewed-by: ctornqvi, tbell, mikael
Wed, 14 Nov 2018 09:50:01 -0500 8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state()
pchilanomate [Wed, 14 Nov 2018 09:50:01 -0500] rev 52555
8213708: Different #ifdef guards cause incorrect use of Monitor::check_block_state() Summary: Wrapped check_block_state() method in DEBUG_ONLY macro and make the use of the latter more consistent Reviewed-by: dcubed, dholmes
Wed, 14 Nov 2018 14:23:21 +0000 8213189: Make restricted headers in HTTP Client configurable and remove Date by default
michaelm [Wed, 14 Nov 2018 14:23:21 +0000] rev 52554
8213189: Make restricted headers in HTTP Client configurable and remove Date by default Reviewed-by: dfuchs
Wed, 14 Nov 2018 17:16:44 +0530 Merge
psadhukhan [Wed, 14 Nov 2018 17:16:44 +0530] rev 52553
Merge
Mon, 12 Nov 2018 12:39:03 +0530 8213536: Update ProblemList for Linux
pbansal [Mon, 12 Nov 2018 12:39:03 +0530] rev 52552
8213536: Update ProblemList for Linux Reviewed-by: serb
Mon, 12 Nov 2018 11:10:16 +0530 Merge
psadhukhan [Mon, 12 Nov 2018 11:10:16 +0530] rev 52551
Merge
Mon, 12 Nov 2018 10:55:49 +0530 8198624: java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html fails on mac
sveerabhadra [Mon, 12 Nov 2018 10:55:49 +0530] rev 52550
8198624: java/awt/KeyboardFocusmanager/TypeAhead/SubMenuShowTest/SubMenuShowTest.html fails on mac Reviewed-by: serb
Sat, 10 Nov 2018 18:48:35 -0800 8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source
serb [Sat, 10 Nov 2018 18:48:35 -0800] rev 52549
8211435: Exception in thread "AWT-EventQueue-1" java.lang.IllegalArgumentException: null source Reviewed-by: dmarkov, lbourges, kaddepalli, prr
Sat, 10 Nov 2018 18:41:43 -0800 8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails
serb [Sat, 10 Nov 2018 18:41:43 -0800] rev 52548
8198321: javax/swing/JEditorPane/5076514/bug5076514.java fails Reviewed-by: psadhukhan
Sat, 10 Nov 2018 09:52:59 -0800 8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable
serb [Sat, 10 Nov 2018 09:52:59 -0800] rev 52547
8199072: Test javax/swing/GroupLayout/6613904/bug6613904.java is unstable Reviewed-by: prr, psadhukhan
Fri, 09 Nov 2018 22:25:40 -0800 8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java
serb [Fri, 09 Nov 2018 22:25:40 -0800] rev 52546
8213568: Typo in java/awt/GraphicsEnvironment/LoadLock/GE_init5.java Reviewed-by: prr
Fri, 09 Nov 2018 18:35:25 +0530 8198002: java/awt/Mixing/Validating.java debug assert on Windows
arapte [Fri, 09 Nov 2018 18:35:25 +0530] rev 52545
8198002: java/awt/Mixing/Validating.java debug assert on Windows Reviewed-by: serb, kaddepalli
Fri, 09 Nov 2018 12:08:05 +0530 8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows
arapte [Fri, 09 Nov 2018 12:08:05 +0530] rev 52544
8198000: java/awt/List/EmptyListEventTest/EmptyListEventTest.java debug assert on Windows Reviewed-by: prr, serb
Fri, 09 Nov 2018 09:29:43 +0530 8213181: Updation of ProblemList.txt for removal of passing swing test
psadhukhan [Fri, 09 Nov 2018 09:29:43 +0530] rev 52543
8213181: Updation of ProblemList.txt for removal of passing swing test Reviewed-by: serb
Thu, 08 Nov 2018 10:34:49 -0800 8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7
prr [Thu, 08 Nov 2018 10:34:49 -0800] rev 52542
8210776: Upgrade X Window System 6.8.2 to the latest XWD 1.0.7 Reviewed-by: serb
Thu, 08 Nov 2018 12:09:06 +0530 8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows
psadhukhan [Thu, 08 Nov 2018 12:09:06 +0530] rev 52541
8213116: javax/swing/JComboBox/WindowsComboBoxSize/WindowsComboBoxSizeTest.java fails in Windows Reviewed-by: prr
Tue, 06 Nov 2018 17:57:17 -0800 8211822: Some tests fail after JDK-8210039
serb [Tue, 06 Nov 2018 17:57:17 -0800] rev 52540
8211822: Some tests fail after JDK-8210039 8202886: [macos] Test java/awt/MenuBar/8007006/bug8007006.java fails on MacOS Reviewed-by: prr, iignatyev, jdv, kaddepalli
Sat, 03 Nov 2018 09:50:22 +0530 8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails
psadhukhan [Sat, 03 Nov 2018 09:50:22 +0530] rev 52539
8213261: test javax/swing/plaf/nimbus/AllSwingComponentsBaselineTest.java fails Reviewed-by: serb
Fri, 02 Nov 2018 15:38:03 -0700 8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor
serb [Fri, 02 Nov 2018 15:38:03 -0700] rev 52538
8207070: Webstart app popup on wrong screen in a one-screen setup changing to multi-monitor Reviewed-by: prr
Fri, 02 Nov 2018 12:15:37 -0700 8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac
serb [Fri, 02 Nov 2018 12:15:37 -0700] rev 52537
8211992: GraphicsConfiguration.getDevice().getDisplayMode() causes JVM crash on Mac Reviewed-by: prr
Fri, 02 Nov 2018 23:05:47 +0530 8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows
arapte [Fri, 02 Nov 2018 23:05:47 +0530] rev 52536
8198001: java/awt/Menu/WrongParentAfterRemoveMenu/WrongParentAfterRemoveMenu.java debug assert on Windows Reviewed-by: prr, serb
Thu, 01 Nov 2018 13:56:14 -0700 8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h
prr [Thu, 01 Nov 2018 13:56:14 -0700] rev 52535
8213213: Remove src/java.desktop/unix/classes/sun/awt/X11/keysym2ucs.h Reviewed-by: serb
Thu, 01 Nov 2018 18:13:25 +0530 7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders.
sveerabhadra [Thu, 01 Nov 2018 18:13:25 +0530] rev 52534
7124293: [macosx] VoiceOver reads percentages rather than the actual values for sliders. Reviewed-by: serb, kaddepalli
Wed, 31 Oct 2018 16:58:37 -0700 8210863: Remove Xrandr include files from JDK sources
prr [Wed, 31 Oct 2018 16:58:37 -0700] rev 52533
8210863: Remove Xrandr include files from JDK sources Reviewed-by: serb
Wed, 31 Oct 2018 13:26:06 -0700 Merge
prr [Wed, 31 Oct 2018 13:26:06 -0700] rev 52532
Merge
Wed, 31 Oct 2018 11:45:04 -0700 8210886: Remove references in xwindows.md to non-existent files.
prr [Wed, 31 Oct 2018 11:45:04 -0700] rev 52531
8210886: Remove references in xwindows.md to non-existent files. Reviewed-by: serb, dmarkov
Wed, 31 Oct 2018 10:01:23 -0700 8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos
serb [Wed, 31 Oct 2018 10:01:23 -0700] rev 52530
8208702: javax/swing/reliability/HangDuringStaticInitialization.java may hang on macos Reviewed-by: prr, denis
Wed, 31 Oct 2018 14:22:48 +0530 8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS
pbansal [Wed, 31 Oct 2018 14:22:48 +0530] rev 52529
8212903: [TestBug] Tests test/jdk/javax/swing/LookAndFeel/8145547/DemandGTK2.sh and DemandGTK3.sh fail on Ubuntu 18.04 LTS Reviewed-by: prr, psadhukhan
Tue, 30 Oct 2018 15:51:10 -0700 8211810: X11 Time stamp data should be unsigned
itakiguchi [Tue, 30 Oct 2018 15:51:10 -0700] rev 52528
8211810: X11 Time stamp data should be unsigned Reviewed-by: serb
Tue, 30 Oct 2018 17:06:32 +0530 8208543: [macos] Support for apple.awt.documentModalSheet incomplete
mhalder [Tue, 30 Oct 2018 17:06:32 +0530] rev 52527
8208543: [macos] Support for apple.awt.documentModalSheet incomplete Reviewed-by: dmarkov, kaddepalli
Tue, 30 Oct 2018 15:43:37 +0530 8213138: Update ProblemList.txt for mac
psadhukhan [Tue, 30 Oct 2018 15:43:37 +0530] rev 52526
8213138: Update ProblemList.txt for mac Reviewed-by: jdv
Fri, 26 Oct 2018 22:20:19 +0530 8213130: Update ProblemList after verification of jtreg tests in Win 7
jdv [Fri, 26 Oct 2018 22:20:19 +0530] rev 52525
8213130: Update ProblemList after verification of jtreg tests in Win 7 Reviewed-by: psadhukhan
Mon, 29 Oct 2018 17:34:05 -0700 8212790: Javadoc cleanup of java.awt.color package
serb [Mon, 29 Oct 2018 17:34:05 -0700] rev 52524
8212790: Javadoc cleanup of java.awt.color package Reviewed-by: prr, kaddepalli
Fri, 26 Oct 2018 15:44:33 +0530 8212865: Broken external link to TIFF6.pdf in ImageIO package-info.java
jdv [Fri, 26 Oct 2018 15:44:33 +0530] rev 52523
8212865: Broken external link to TIFF6.pdf in ImageIO package-info.java Reviewed-by: psadhukhan
Fri, 26 Oct 2018 14:03:57 +0530 8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest
sveerabhadra [Fri, 26 Oct 2018 14:03:57 +0530] rev 52522
8210057: Enable different look and feels in SwingSet3 demo test InternalFrameDemoTest Reviewed-by: serb Contributed-by: gauri.patil@oracle.com
Fri, 26 Oct 2018 13:52:08 +0530 8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest
sveerabhadra [Fri, 26 Oct 2018 13:52:08 +0530] rev 52521
8211443: Enable different look and feels in SwingSet3 demo test SplitPaneDemoTest Reviewed-by: serb Contributed-by: gauri.patil@oracle.com
Thu, 25 Oct 2018 13:09:58 +0530 8212735: Compilation issue with javax.swing.InputVerifier example in javadoc section
psadhukhan [Thu, 25 Oct 2018 13:09:58 +0530] rev 52520
8212735: Compilation issue with javax.swing.InputVerifier example in javadoc section Reviewed-by: serb
Thu, 25 Oct 2018 13:07:42 +0530 8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel
psadhukhan [Thu, 25 Oct 2018 13:07:42 +0530] rev 52519
8192888: AllSwingComponentsBaselineTest fails with NullPointerException for NimbusLookAndFeel Reviewed-by: serb
Wed, 14 Nov 2018 04:56:43 -0500 8213767: Remove the -Xconcurrentio flag and associated code
dholmes [Wed, 14 Nov 2018 04:56:43 -0500] rev 52518
8213767: Remove the -Xconcurrentio flag and associated code Reviewed-by: lfoltan, rehn
Wed, 14 Nov 2018 09:19:31 +0100 8213591: running bin/idea.sh in Cygwin: generated project cannot be imported
stuefe [Wed, 14 Nov 2018 09:19:31 +0100] rev 52517
8213591: running bin/idea.sh in Cygwin: generated project cannot be imported Reviewed-by: erikj, stuefe, mbaesken Contributed-by: mvala@redhat.com
Wed, 14 Nov 2018 07:50:37 +0100 8213574: Deadlock in string table expansion when dumping lots of CDS classes
rehn [Wed, 14 Nov 2018 07:50:37 +0100] rev 52516
8213574: Deadlock in string table expansion when dumping lots of CDS classes Reviewed-by: jiangli, iklam, dholmes
Tue, 13 Nov 2018 23:33:17 -0500 8213480: update internal ASM version to 7.0
vromero [Tue, 13 Nov 2018 23:33:17 -0500] rev 52515
8213480: update internal ASM version to 7.0 Reviewed-by: dholmes, iignatyev, alanb
Wed, 07 Nov 2018 19:40:27 -0800 8213346: Re-implement shared dictionary using CompactHashtable
iklam [Wed, 07 Nov 2018 19:40:27 -0800] rev 52514
8213346: Re-implement shared dictionary using CompactHashtable Reviewed-by: jiangli
Tue, 13 Nov 2018 21:43:10 -0500 8213826: Disable ARMv6 memory barriers on ARMv5 processors
dholmes [Tue, 13 Nov 2018 21:43:10 -0500] rev 52513
8213826: Disable ARMv6 memory barriers on ARMv5 processors Reviewed-by: dholmes, bulasevich Contributed-by: Jakub Vanek <linuxtardis@gmail.com>
Tue, 13 Nov 2018 18:22:52 -0800 8212885: TLS 1.3 resumed session does not retain peer certificate chain
jnimeh [Tue, 13 Nov 2018 18:22:52 -0800] rev 52512
8212885: TLS 1.3 resumed session does not retain peer certificate chain Reviewed-by: xuelei, wetmore
Wed, 14 Nov 2018 08:46:25 +0800 8213400: Support choosing group name in keytool keypair generation
weijun [Wed, 14 Nov 2018 08:46:25 +0800] rev 52511
8213400: Support choosing group name in keytool keypair generation Reviewed-by: apetcher, xuelei
Tue, 13 Nov 2018 16:17:24 -0800 8213820: unknown tag: @returns
jjg [Tue, 13 Nov 2018 16:17:24 -0800] rev 52510
8213820: unknown tag: @returns Reviewed-by: darcy
Tue, 13 Nov 2018 15:25:24 -0800 8213569: Bump minimum boot jdk to JDK 11
mikael [Tue, 13 Nov 2018 15:25:24 -0800] rev 52509
8213569: Bump minimum boot jdk to JDK 11 Reviewed-by: dholmes, tbell, erikj
Tue, 13 Nov 2018 16:49:58 -0500 8213760: os::obsolete_option is obsolete and should be removed
dholmes [Tue, 13 Nov 2018 16:49:58 -0500] rev 52508
8213760: os::obsolete_option is obsolete and should be removed Reviewed-by: jiangli, igerasim, stuefe
Tue, 13 Nov 2018 13:42:39 -0800 8213814: build error in jtreg test jvmti/GetLocalVariable
sspitsyn [Tue, 13 Nov 2018 13:42:39 -0800] rev 52507
8213814: build error in jtreg test jvmti/GetLocalVariable Summary: fix the build error by restoring the macro definitions for missed functions Reviewed-by: dcubed
Tue, 13 Nov 2018 12:52:37 -0800 8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE
epavlova [Tue, 13 Nov 2018 12:52:37 -0800] rev 52506
8212221: GraalUnitTestLauncher should generate MX_SUBPROCESS_COMMAND_FILE Reviewed-by: dlong
Tue, 13 Nov 2018 12:24:13 -0800 8213570: [TESTBUG] Update JFR sanity test set
mseledtsov [Tue, 13 Nov 2018 12:24:13 -0800] rev 52505
8213570: [TESTBUG] Update JFR sanity test set Summary: Added tests to the jdk jfr sanity group Reviewed-by: hseigel
Tue, 13 Nov 2018 15:13:36 -0500 Merge
jiangli [Tue, 13 Nov 2018 15:13:36 -0500] rev 52504
Merge
Tue, 13 Nov 2018 15:11:53 -0500 8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error
jiangli [Tue, 13 Nov 2018 15:11:53 -0500] rev 52503
8213563: appcds/sharedStrings/SharedStringsStress.java fails with 'GC triggered before VM initialization completed' error Summary: Move MetaspaceShared::read_extra_data() call to the main MetaspaceShared::preload_and_dump() operation. Reviewed-by: iklam
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 tip