Tue, 05 Feb 2019 20:06:10 +0100 8216541: CompiledICHolders of VM locked unloaded nmethods are released too late
eosterlund [Tue, 05 Feb 2019 20:06:10 +0100] rev 53651
8216541: CompiledICHolders of VM locked unloaded nmethods are released too late Reviewed-by: kvn, thartmann
Mon, 04 Feb 2019 17:53:26 -0800 8218197: [failurehandler] parent processes shouldn't be killed till their children are handle
iignatyev [Mon, 04 Feb 2019 17:53:26 -0800] rev 53650
8218197: [failurehandler] parent processes shouldn't be killed till their children are handle Reviewed-by: dholmes, kbarrett
Tue, 05 Feb 2019 15:06:08 -0800 8180901: Transformer.reset() resets the state only once
joehw [Tue, 05 Feb 2019 15:06:08 -0800] rev 53649
8180901: Transformer.reset() resets the state only once Reviewed-by: rriggs, lancea
Tue, 05 Feb 2019 14:36:50 -0800 8218460: Test generation scripts do not invoke stream preprocessor correctly
bpb [Tue, 05 Feb 2019 14:36:50 -0800] rev 53648
8218460: Test generation scripts do not invoke stream preprocessor correctly Reviewed-by: rriggs
Tue, 05 Feb 2019 16:46:49 -0500 8217474: Remove WhiteBox.getConcurrentGCPhases()
kbarrett [Tue, 05 Feb 2019 16:46:49 -0500] rev 53647
8217474: Remove WhiteBox.getConcurrentGCPhases() Summary: Remove function and supporting infrastructure. Reviewed-by: shade, tschatzl
Tue, 05 Feb 2019 15:12:13 -0500 8210832: Remove sneaky locking in class Monitor
pchilanomate [Tue, 05 Feb 2019 15:12:13 -0500] rev 53646
8210832: Remove sneaky locking in class Monitor Summary: Removed sneaky locking and simplified vm monitors implementation Reviewed-by: rehn, dcubed, pliden, dholmes, coleenp Contributed-by: david.holmes@oracle.com, patricio.chilano.mateo@oracle.com
Tue, 05 Feb 2019 13:21:59 -0500 8218164: Improve local control of compiler warnings
kbarrett [Tue, 05 Feb 2019 13:21:59 -0500] rev 53645
8218164: Improve local control of compiler warnings Summary: Windows warning push/pop and gcc/Windows warning suppression macros. Reviewed-by: dholmes, tschatzl
Tue, 05 Feb 2019 09:57:35 -0800 8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false)
joehw [Tue, 05 Feb 2019 09:57:35 -0800] rev 53644
8206132: DOM parser does not honor DocumentBuilderFactory.setExpandEntityReferences(false) Reviewed-by: rriggs, lancea
Tue, 05 Feb 2019 09:56:19 -0800 8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation
erikj [Tue, 05 Feb 2019 09:56:19 -0800] rev 53643
8160926: FLAGS_COMPILER_CHECK_ARGUMENTS doesn't handle cross-compilation Reviewed-by: ihse
Tue, 05 Feb 2019 09:53:33 -0800 8218177: Bump jib format_version to support new devkit archive layout
erikj [Tue, 05 Feb 2019 09:53:33 -0800] rev 53642
8218177: Bump jib format_version to support new devkit archive layout Reviewed-by: ihse, tbell
Tue, 05 Feb 2019 10:40:25 -0500 8139551: Scalability problem with redefinition - multiple code cache walks
coleenp [Tue, 05 Feb 2019 10:40:25 -0500] rev 53641
8139551: Scalability problem with redefinition - multiple code cache walks Summary: Walk code cache and deoptimize once per redefinition. Reviewed-by: sspitsyn, dlong
Thu, 31 Jan 2019 23:56:37 +0800 8217597: [TESTBUG] old version docker does not support --cpus
aoqi [Thu, 31 Jan 2019 23:56:37 +0800] rev 53640
8217597: [TESTBUG] old version docker does not support --cpus Summary: "--cpus" is only available in Docker 1.13 and higher, and is the equivalent of setting both --cpu-period and --cpu-quota. Reviewed-by: bobv, dholmes Contributed-by: aoqi@loongson.cn
Tue, 18 Dec 2018 09:29:39 +0100 8215483: Off heap memory accesses should be vectorized
roland [Tue, 18 Dec 2018 09:29:39 +0100] rev 53639
8215483: Off heap memory accesses should be vectorized Reviewed-by: neliasso, kvn
Tue, 05 Feb 2019 10:56:12 +0100 8218186: Clean up CLDR generation in build
ihse [Tue, 05 Feb 2019 10:56:12 +0100] rev 53638
8218186: Clean up CLDR generation in build Reviewed-by: erikj
Tue, 05 Feb 2019 14:24:29 +0900 8217845: SA should refer const values for JVMFlag from HotSpot
ysuenaga [Tue, 05 Feb 2019 14:24:29 +0900] rev 53637
8217845: SA should refer const values for JVMFlag from HotSpot Reviewed-by: sspitsyn, jgeorge
Mon, 04 Feb 2019 19:42:36 -0800 8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests
iklam [Mon, 04 Feb 2019 19:42:36 -0800] rev 53636
8218029: [TESTBUG] Use -Djava.class.path= to specify empty -cp in CDS tests Reviewed-by: ccheung, dholmes
Tue, 05 Feb 2019 00:43:38 +0530 8215568: Refactor SA clhsdb tests to use ClhsdbLauncher
jgeorge [Tue, 05 Feb 2019 00:43:38 +0530] rev 53635
8215568: Refactor SA clhsdb tests to use ClhsdbLauncher Summary: Refactoring the SA tests which test clhsdb commands to use ClhsdbLauncher for uniformity and ease of maintainence Reviewed-by: jcbeyler, dholmes
Mon, 04 Feb 2019 17:35:38 -0800 8218406: C1: Redundant nmethod dependency for private method is added
vlivanov [Mon, 04 Feb 2019 17:35:38 -0800] rev 53634
8218406: C1: Redundant nmethod dependency for private method is added Reviewed-by: kvn
Mon, 04 Feb 2019 17:35:36 -0800 8075052: Autobox elimination hinders loop unrolling
vlivanov [Mon, 04 Feb 2019 17:35:36 -0800] rev 53633
8075052: Autobox elimination hinders loop unrolling Reviewed-by: kvn
Mon, 04 Feb 2019 17:35:35 -0800 8188133: C2: Static field accesses in clinit can trigger deoptimizations
vlivanov [Mon, 04 Feb 2019 17:35:35 -0800] rev 53632
8188133: C2: Static field accesses in clinit can trigger deoptimizations Reviewed-by: kvn
Mon, 04 Feb 2019 21:42:47 +0100 8218145: block_if_requested is not proper inlined due to size
rehn [Mon, 04 Feb 2019 21:42:47 +0100] rev 53631
8218145: block_if_requested is not proper inlined due to size Reviewed-by: kbarrett, coleenp, gziemski
Mon, 04 Feb 2019 14:10:53 -0500 8217393: Clarify Attributes.equals()
lancea [Mon, 04 Feb 2019 14:10:53 -0500] rev 53630
8217393: Clarify Attributes.equals() Reviewed-by: alanb, darcy, rriggs, martin
Mon, 04 Feb 2019 10:04:04 -0800 8218386: Correct the SE version in j.l.Character
naoto [Mon, 04 Feb 2019 10:04:04 -0800] rev 53629
8218386: Correct the SE version in j.l.Character Reviewed-by: lancea
Mon, 04 Feb 2019 11:00:12 +0100 8218276: AIX build fails in tieredThresholdPolicy.cpp
mbaesken [Mon, 04 Feb 2019 11:00:12 +0100] rev 53628
8218276: AIX build fails in tieredThresholdPolicy.cpp Reviewed-by: dholmes, mdoerr
Sun, 03 Feb 2019 10:00:14 +0100 8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing
alanb [Sun, 03 Feb 2019 10:00:14 +0100] rev 53627
8216046: test/jdk/java/beans/PropertyEditor/Test6397609.java failing Reviewed-by: alanb, serb Contributed-by: fujie@loongson.cn
Fri, 01 Feb 2019 15:05:52 +0800 8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static
fyang [Fri, 01 Feb 2019 15:05:52 +0800] rev 53626
8218185: aarch64: missing LoadStore barrier in TemplateTable::putfield_or_static Reviewed-by: aph Contributed-by: lunliu93@gmail.com
Fri, 01 Feb 2019 18:51:14 -0800 8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none
vlivanov [Fri, 01 Feb 2019 18:51:14 -0800] rev 53625
8218163: C2: Continuous deoptimization w/ Reason_speculate_class_check and Action_none Reviewed-by: kvn, neliasso
Fri, 01 Feb 2019 18:50:53 -0800 8217919: C2: Enable -XX:+AggressiveUnboxing by default
vlivanov [Fri, 01 Feb 2019 18:50:53 -0800] rev 53624
8217919: C2: Enable -XX:+AggressiveUnboxing by default Reviewed-by: kvn, neliasso
Fri, 01 Feb 2019 18:50:22 -0800 8217918: C2: -XX:+AggressiveUnboxing is broken
vlivanov [Fri, 01 Feb 2019 18:50:22 -0800] rev 53623
8217918: C2: -XX:+AggressiveUnboxing is broken Reviewed-by: kvn
Fri, 01 Feb 2019 18:16:25 -0500 8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt
kbarrett [Fri, 01 Feb 2019 18:16:25 -0500] rev 53622
8218202: gc/stress/TestStressG1Humongous.java to ProblemList-graal.txt Summary: Add test to problem list. Reviewed-by: iignatyev
Sat, 02 Feb 2019 00:11:54 +0100 Merge
jwilhelm [Sat, 02 Feb 2019 00:11:54 +0100] rev 53621
Merge
Fri, 01 Feb 2019 13:33:02 -0800 8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp
iignatyev [Fri, 01 Feb 2019 13:33:02 -0800] rev 53620
8218178: vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java fails with -Xcomp Reviewed-by: dlong
Fri, 01 Feb 2019 09:25:31 -0800 8218025: disable pop_frame and force_early_return caps for Graal
amenkov [Fri, 01 Feb 2019 09:25:31 -0800] rev 53619
8218025: disable pop_frame and force_early_return caps for Graal Reviewed-by: iignatyev, sspitsyn, dholmes
Fri, 01 Feb 2019 08:59:03 -0800 8216546: Support new Japanese era in java.lang.Character for Java SE 11
naoto [Fri, 01 Feb 2019 08:59:03 -0800] rev 53618
8216546: Support new Japanese era in java.lang.Character for Java SE 11 Reviewed-by: chegar
Thu, 31 Jan 2019 22:17:14 -0800 8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp
iignatyev [Thu, 31 Jan 2019 22:17:14 -0800] rev 53617
8218162: problem list j/u/s/t/o/o/t/java/util/stream/StreamLinkTest.java on solaris w/ Xcomp Reviewed-by: kvn
Thu, 31 Jan 2019 22:17:09 -0800 8218168: clean up hotspot ProblemList
iignatyev [Thu, 31 Jan 2019 22:17:09 -0800] rev 53616
8218168: clean up hotspot ProblemList Reviewed-by: kvn, dholmes, sspitsyn
Fri, 01 Feb 2019 09:11:13 +0530 8218134: Modify the jQuery.md file to reflect the exact jQuery license content
pmuthuswamy [Fri, 01 Feb 2019 09:11:13 +0530] rev 53615
8218134: Modify the jQuery.md file to reflect the exact jQuery license content Reviewed-by: jjg, sundar
Thu, 31 Jan 2019 12:43:59 -0800 8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra
naoto [Thu, 31 Jan 2019 12:43:59 -0800] rev 53614
8217892: Clarify the support for the new Japanese era in java.time.chrono.JapaneseEra Reviewed-by: chegar
Thu, 31 Jan 2019 13:05:24 +0530 8214935: Upgrade IANA LSR data
nishjain [Thu, 31 Jan 2019 13:05:24 +0530] rev 53613
8214935: Upgrade IANA LSR data Reviewed-by: rriggs, naoto
Wed, 30 Jan 2019 17:35:20 -0800 8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
iignatyev [Wed, 30 Jan 2019 17:35:20 -0800] rev 53612
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3 Reviewed-by: kvn
Thu, 31 Jan 2019 01:12:11 +0100 Added tag jdk-12+30 for changeset 6c377af36a5c
jwilhelm [Thu, 31 Jan 2019 01:12:11 +0100] rev 53611
Added tag jdk-12+30 for changeset 6c377af36a5c
Wed, 30 Jan 2019 14:03:08 -0800 8218020: Fix version number in mesa.md 3rd party legal file
prr [Wed, 30 Jan 2019 14:03:08 -0800] rev 53610
8218020: Fix version number in mesa.md 3rd party legal file Reviewed-by: serb, psadhukhan
Wed, 30 Jan 2019 13:11:16 -0800 8218079: cleanup hotspot ProblemList files
iignatyev [Wed, 30 Jan 2019 13:11:16 -0800] rev 53609
8218079: cleanup hotspot ProblemList files Reviewed-by: kvn
Wed, 30 Jan 2019 15:42:47 -0500 8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883 jdk-12+30
mullan [Wed, 30 Jan 2019 15:42:47 -0500] rev 53608
8217579: TLS_EMPTY_RENEGOTIATION_INFO_SCSV is disabled after 8211883 Reviewed-by: jnimeh, clanger
Fri, 01 Feb 2019 10:08:21 -0800 8218198: Revert devkit change in JDK-8217910 for linux-x64
erikj [Fri, 01 Feb 2019 10:08:21 -0800] rev 53607
8218198: Revert devkit change in JDK-8217910 for linux-x64 Reviewed-by: tbell
Fri, 01 Feb 2019 16:03:16 +0100 8218151: Simplify JavaThread::thread_state definition
shade [Fri, 01 Feb 2019 16:03:16 +0100] rev 53606
8218151: Simplify JavaThread::thread_state definition Reviewed-by: stefank, dholmes, kbarrett
Fri, 01 Feb 2019 16:03:15 +0100 8217879: hs_err should print more instructions in hex dump
shade [Fri, 01 Feb 2019 16:03:15 +0100] rev 53605
8217879: hs_err should print more instructions in hex dump Reviewed-by: stuefe, coleenp, dholmes, lucy, stefank
Fri, 01 Feb 2019 14:24:40 +0000 8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException"
dfuchs [Fri, 01 Feb 2019 14:24:40 +0000] rev 53604
8218133: sun/net/www/protocol/http/ProtocolRedirect.java failed with "java.net.ConnectException" Summary: changed the test to use the loopback interface. Reviewed-by: chegar
Fri, 01 Feb 2019 14:15:49 +0000 8195716: BootstrapLoggerTest : Executor still alive
dfuchs [Fri, 01 Feb 2019 14:15:49 +0000] rev 53603
8195716: BootstrapLoggerTest : Executor still alive Summary: Make sure the test joins the active executor thread before waiting for the executor to be GC'ed. Reviewed-by: mchung, martin
Fri, 01 Feb 2019 21:43:37 +0900 8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize
ysuenaga [Fri, 01 Feb 2019 21:43:37 +0900] rev 53602
8217432: MetaspaceGC::_capacity_until_GC exceeds MaxMetaspaceSize Reviewed-by: tschatzl, stuefe
Fri, 01 Feb 2019 06:42:41 -0500 8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes
coleenp [Fri, 01 Feb 2019 06:42:41 -0500] rev 53601
8215505: Cleanup jvm.cpp obsolete code after JDK-8210094: Better loading of classloader classes Summary: remove dead code, also remove function that is not needed after 8210094. Reviewed-by: lfoltan, dholmes
Fri, 01 Feb 2019 12:44:30 +0100 8217896: Make better use of LCPUs when building on AIX
ihse [Fri, 01 Feb 2019 12:44:30 +0100] rev 53600
8217896: Make better use of LCPUs when building on AIX Reviewed-by: ihse Contributed-by: Andrew Leonard <andrew_m_leonard@uk.ibm.com>
Sat, 08 Dec 2018 12:09:59 +0100 8214975: No hs-err file if fatal error is raised during dynamic initialization
stuefe [Sat, 08 Dec 2018 12:09:59 +0100] rev 53599
8214975: No hs-err file if fatal error is raised during dynamic initialization Reviewed-by: dholmes, dcubed
Fri, 01 Feb 2019 10:27:45 +0100 8218156: "jcmd VM.metaspace basic" misreports free chunk space
stuefe [Fri, 01 Feb 2019 10:27:45 +0100] rev 53598
8218156: "jcmd VM.metaspace basic" misreports free chunk space Reviewed-by: zgu
Wed, 30 Jan 2019 09:35:07 +0100 8218046: use bundled freetype in the AIX build by default
mbaesken [Wed, 30 Jan 2019 09:35:07 +0100] rev 53597
8218046: use bundled freetype in the AIX build by default Reviewed-by: ihse
Fri, 01 Feb 2019 11:29:31 +0530 8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers
jgeorge [Fri, 01 Feb 2019 11:29:31 +0530] rev 53596
8217473: SA: Tests using ClhsdbLauncher fail on SAP docker containers Summary: Skip the test with jtreg.SkippedException if Platform.shouldSAAttach() returns false Reviewed-by: dholmes, goetz
(0) -30000 -10000 -3000 -1000 -300 -100 -56 +56 +100 +300 +1000 +3000 tip