Thu, 29 Mar 2018 16:21:54 -0700 8200122: Remove unused field Thread.threadQ
martin [Thu, 29 Mar 2018 16:21:54 -0700] rev 49490
8200122: Remove unused field Thread.threadQ Reviewed-by: dholmes, mchung, plevart
Thu, 29 Mar 2018 12:38:47 -0700 8200449: ReadAllReadNTransferTo fails occasionally
bpb [Thu, 29 Mar 2018 12:38:47 -0700] rev 49489
8200449: ReadAllReadNTransferTo fails occasionally Summary: Don't pass a non-positive parameter to Random.nextInt(int). Reviewed-by: chegar
Sat, 24 Mar 2018 01:08:35 +0100 Merge
jwilhelm [Sat, 24 Mar 2018 01:08:35 +0100] rev 49488
Merge
Thu, 22 Mar 2018 20:21:19 -0700 8193130: Bad graph when unrolled loop bounds conflicts with range checks
roland [Thu, 22 Mar 2018 20:21:19 -0700] rev 49487
8193130: Bad graph when unrolled loop bounds conflicts with range checks Reviewed-by: kvn, thartmann
Thu, 22 Mar 2018 16:39:02 -0700 8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp
kvn [Thu, 22 Mar 2018 16:39:02 -0700] rev 49486
8199212: [TESTBUG] don't run compiler/aot tests with -Xcomp 8199489: [TESTBUG] don't run CTW tests with -Xcomp Reviewed-by: iignatyev, iveresov
Thu, 22 Mar 2018 10:45:20 -0700 8199896: [Graal] build Graal on all x86 platforms
kvn [Thu, 22 Mar 2018 10:45:20 -0700] rev 49485
8199896: [Graal] build Graal on all x86 platforms Reviewed-by: erikj
Wed, 21 Mar 2018 14:38:32 +0100 8198949: Modularize arraycopy stub routine GC barriers
eosterlund [Wed, 21 Mar 2018 14:38:32 +0100] rev 49484
8198949: Modularize arraycopy stub routine GC barriers Reviewed-by: rkennke, pliden
Thu, 22 Mar 2018 08:39:51 +0100 8199777: Deprecate -XX:+AggressiveOpts
thartmann [Thu, 22 Mar 2018 08:39:51 +0100] rev 49483
8199777: Deprecate -XX:+AggressiveOpts Summary: Deprecate -XX:+AggressiveOpts and remove it from testing. Reviewed-by: kvn, dholmes, shade
Wed, 21 Mar 2018 20:15:00 -0700 8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining
roland [Wed, 21 Mar 2018 20:15:00 -0700] rev 49482
8199784: PhaseIdealLoop::place_near_use() might return wrong control with loop strip mining Reviewed-by: kvn
Tue, 20 Mar 2018 22:54:02 +0800 8193266: AArch64: TestOptionsWithRanges.java SIGSEGV
smonteith [Tue, 20 Mar 2018 22:54:02 +0800] rev 49481
8193266: AArch64: TestOptionsWithRanges.java SIGSEGV Summary: Fix hotspot jtreg test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failure on AArch64. Reviewed-by: aph, coleenp, dsamersoff
Wed, 21 Mar 2018 19:45:24 -0400 8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files
coleenp [Wed, 21 Mar 2018 19:45:24 -0400] rev 49480
8199809: Don't include frame.inline.hpp and other.inline.hpp from .hpp files Summary: Remove frame.inline.hpp,etc from header files and adjust transitive includes. Reviewed-by: stefank, stuefe
Wed, 21 Mar 2018 17:09:34 -0400 8197844: JVMTI GetLoadedClasses should use the Access API
coleenp [Wed, 21 Mar 2018 17:09:34 -0400] rev 49479
8197844: JVMTI GetLoadedClasses should use the Access API Summary: Make sure the holder of a class loader is accessed during iteration of CLDG Reviewed-by: eosterlund, rkennke
Wed, 21 Mar 2018 13:30:03 -0700 8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt
epavlova [Wed, 21 Mar 2018 13:30:03 -0700] rev 49478
8200071: Fix test/hotspot/jtreg/ProblemList-graal.txt Reviewed-by: iignatyev
Wed, 21 Mar 2018 13:18:06 -0700 8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds
mseledtsov [Wed, 21 Mar 2018 13:18:06 -0700] rev 49477
8199880: runtime/appcds/condy/CondyHelloTest.java missing at requires vm.cds Summary: Added at requires vm.cds Reviewed-by: dcubed, jiangli
Wed, 21 Mar 2018 13:07:19 -0700 8195109: ServiceUtil::visible_oop is not needed anymore
cjplummer [Wed, 21 Mar 2018 13:07:19 -0700] rev 49476
8195109: ServiceUtil::visible_oop is not needed anymore Summary: strip out ServiceUtil and all users of it Reviewed-by: coleenp, stefank, jcbeyler, sspitsyn
Wed, 21 Mar 2018 10:05:36 +0100 8196294: LoopStripMiningIterShortLoop is set to zero by default
roland [Wed, 21 Mar 2018 10:05:36 +0100] rev 49475
8196294: LoopStripMiningIterShortLoop is set to zero by default Reviewed-by: shade, thartmann, kvn
Wed, 21 Mar 2018 11:27:29 -0400 8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374)
gtriantafill [Wed, 21 Mar 2018 11:27:29 -0400] rev 49474
8194054: [TESTBUG] Test runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with -1073740940 (FFFFFFFFC0000374) Reviewed-by: stsmirno, coleenp
Wed, 21 Mar 2018 16:00:41 +0100 8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp
rkennke [Wed, 21 Mar 2018 16:00:41 +0100] rev 49473
8199739: Use HeapAccess when loading oops from static fields in javaClasses.cpp Reviewed-by: kbarrett, eosterlund
Wed, 21 Mar 2018 12:47:46 +0100 8199027: Make protected members private in G1Policy
ehelin [Wed, 21 Mar 2018 12:47:46 +0100] rev 49472
8199027: Make protected members private in G1Policy Reviewed-by: sjohanss, tschatzl
Wed, 21 Mar 2018 10:35:13 +0100 8196337: Add commit methods that take all event properties as argument
lkorinth [Wed, 21 Mar 2018 10:35:13 +0100] rev 49471
8196337: Add commit methods that take all event properties as argument Reviewed-by: ehelin, mgronlun
Tue, 20 Mar 2018 11:41:17 +0100 8199696: Remove Runtime1::arraycopy
eosterlund [Tue, 20 Mar 2018 11:41:17 +0100] rev 49470
8199696: Remove Runtime1::arraycopy Reviewed-by: kvn, mdoerr
Wed, 21 Mar 2018 08:18:54 +0100 8199624: [Graal] Blocking jvmci compilations time out
thartmann [Wed, 21 Mar 2018 08:18:54 +0100] rev 49469
8199624: [Graal] Blocking jvmci compilations time out Summary: Handle blocking jvmci compilations that time out. Reviewed-by: kvn, dnsimon
Tue, 20 Mar 2018 22:22:02 +0100 8199886: gc/cslocker/TestCSLocker.java crashes
pliden [Tue, 20 Mar 2018 22:22:02 +0100] rev 49468
8199886: gc/cslocker/TestCSLocker.java crashes Reviewed-by: rkennke, kbarrett
Tue, 20 Mar 2018 10:23:14 -0700 8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation
dlong [Tue, 20 Mar 2018 10:23:14 -0700] rev 49467
8146201: [AOT] Class static initializers that are not pure should not be executed during static compilation Reviewed-by: kvn
Tue, 20 Mar 2018 15:59:36 +0100 8199620: Support for JNI object pinning
rkennke [Tue, 20 Mar 2018 15:59:36 +0100] rev 49466
8199620: Support for JNI object pinning Reviewed-by: pliden, tschatzl, eosterlund
Fri, 16 Mar 2018 19:13:13 +0100 8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers)
simonis [Fri, 16 Mar 2018 19:13:13 +0100] rev 49465
8199698: Change 8199275 breaks template instantiation for xlC (and potentially other compliers) Reviewed-by: stefank, coleenp
Tue, 20 Mar 2018 13:40:03 +0530 8196028: JMX: Not enough JDP packets received before timeout
hb [Tue, 20 Mar 2018 13:40:03 +0530] rev 49464
8196028: JMX: Not enough JDP packets received before timeout Reviewed-by: dholmes, egahlin
Tue, 20 Mar 2018 11:24:32 +0530 8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC
jgeorge [Tue, 20 Mar 2018 11:24:32 +0530] rev 49463
8175312: SA: clhsdb: Provide an improved heap summary for 'universe' for G1GC Summary: Provide an improved heap summary for G1GC with parameters like 'capacity', 'used', 'free', etc with the 'universe' command, and introduce a new command 'g1regiondetails' to display the individual region details. Reviewed-by: sjohanss, minqi
Mon, 19 Mar 2018 14:20:28 -0500 8140359: get_locked_message_ext() should return Flag::MsgType
gziemski [Mon, 19 Mar 2018 14:20:28 -0500] rev 49462
8140359: get_locked_message_ext() should return Flag::MsgType Summary: Changed get_locked_message_ext() to return Flag::MsgType Reviewed-by: coleenp, rehn
Mon, 19 Mar 2018 13:57:08 -0500 8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9
gziemski [Mon, 19 Mar 2018 13:57:08 -0500] rev 49461
8199356: Fix hotspot to allow stdlib to use libc++ and to allow changing the deployment target to 10.9 Summary: Remove conflicting poison min/max define Reviewed-by: kbarrett, lfoltan
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip