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
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip