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
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
vlivanov [Mon, 04 Feb 2019 17:35:38 -0800] rev 53634
8218406: C1: Redundant nmethod dependency for private method is added
Reviewed-by: kvn
vlivanov [Mon, 04 Feb 2019 17:35:36 -0800] rev 53633
8075052: Autobox elimination hinders loop unrolling
Reviewed-by: kvn
vlivanov [Mon, 04 Feb 2019 17:35:35 -0800] rev 53632
8188133: C2: Static field accesses in clinit can trigger deoptimizations
Reviewed-by: kvn
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
lancea [Mon, 04 Feb 2019 14:10:53 -0500] rev 53630
8217393: Clarify Attributes.equals()
Reviewed-by: alanb, darcy, rriggs, martin
naoto [Mon, 04 Feb 2019 10:04:04 -0800] rev 53629
8218386: Correct the SE version in j.l.Character
Reviewed-by: lancea
mbaesken [Mon, 04 Feb 2019 11:00:12 +0100] rev 53628
8218276: AIX build fails in tieredThresholdPolicy.cpp
Reviewed-by: dholmes, mdoerr
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
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
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
vlivanov [Fri, 01 Feb 2019 18:50:53 -0800] rev 53624
8217919: C2: Enable -XX:+AggressiveUnboxing by default
Reviewed-by: kvn, neliasso
vlivanov [Fri, 01 Feb 2019 18:50:22 -0800] rev 53623
8217918: C2: -XX:+AggressiveUnboxing is broken
Reviewed-by: kvn
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