dholmes [Fri, 15 Feb 2019 04:12:18 -0500] rev 53770
8219074: [TESTBUG] runtime/containers/docker/TestCPUAwareness.java typo of printing parameters (period should be shares)
Reviewed-by: iignatyev, dholmes
Contributed-by: Wang Haomin <wanghaomin@loongson.cn>
iignatyev [Thu, 14 Feb 2019 23:45:03 -0800] rev 53769
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
Reviewed-by: kvn, thartmann
dholmes [Thu, 14 Feb 2019 22:57:37 -0500] rev 53768
8218939: vm/mlvm/anonloader/stress/byteMutation crashed on windows
Reviewed-by: kbarrett, coleenp, mikael, iignatyev
vlivanov [Thu, 14 Feb 2019 15:27:46 -0800] rev 53767
8161334: C2: Cast nodes hinder memory alias analysis
Reviewed-by: kvn, thartmann
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53766
8218874: C2: Unsafe to access PhaseIdealLoop outside of constructors
Reviewed-by: thartmann, kvn
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53765
8218879: Keep track of memory accesses originated from Unsafe
Reviewed-by: thartmann
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53764
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
Reviewed-by: iignatyev
vlivanov [Thu, 14 Feb 2019 15:27:12 -0800] rev 53763
8218881: C2: StaticFinalFieldPrinter doesn't handle T_ARRAY values in T_OBJECT fields
Reviewed-by: thartmann, kvn, neliasso
mikael [Thu, 14 Feb 2019 15:17:03 -0800] rev 53762
8218935: Make jfr strncpy uses GCC 8.x friendly
Reviewed-by: clanger
mikael [Thu, 14 Feb 2019 15:12:17 -0800] rev 53761
8218937: Make mlvmJvmtiUtils strncpy uses GCC 8.x friendly
Reviewed-by: iignatyev
iignatyev [Thu, 14 Feb 2019 14:40:11 -0800] rev 53760
8209455: [error-prone] JdkObsolete in jdk.management.agent
Reviewed-by: alanb, jcbeyler
xuelei [Thu, 14 Feb 2019 14:19:29 -0800] rev 53759
4919790: Errors in alert ssl message does not reflect the actual certificate status
Reviewed-by: mullan
manc [Tue, 05 Feb 2019 08:20:09 -0800] rev 53758
8218192: Remove copy constructor for MemRegion
Summary: Remove copy constructor in memRegion.hpp
Reviewed-by: tschatzl, kbarrett
stuefe [Thu, 14 Feb 2019 19:48:57 +0100] rev 53757
8183004: Remove code related to gtest death tests from assert macro
Reviewed-by: shade, kbarrett, iignatyev
joehw [Thu, 14 Feb 2019 09:38:19 -0800] rev 53756
8187697: Cleanup: irrelevant code in OutputPropertiesFactory
Reviewed-by: lancea
sdama [Thu, 14 Feb 2019 21:52:39 +0530] rev 53755
8201544: Improve javac command line parsing and error reporting
Summary: Modified exception into an error message for invalid filenames on windows
Reviewed-by: vromero, jjg
Contributed-by: srinivas.dama@oracle.com