kvn [Fri, 25 Aug 2017 14:07:18 -0700] rev 46985
8186136: [Graal] some tests setting -Djvmci.Compiler=null fail with: jdk.vm.ci.common.JVMCIError: no JVMCI compiler selected
Summary: removed -Djvmci.Compiler=null for tests which do JIT compilation
Reviewed-by: twisti
jwilhelm [Mon, 28 Aug 2017 21:46:13 +0200] rev 46984
Merge
martin [Thu, 24 Aug 2017 10:26:32 -0700] rev 46983
8174050: Compilation errors with clang-4.0
Reviewed-by: kvn
kvn [Thu, 24 Aug 2017 23:54:53 +0000] rev 46982
Merge
kvn [Thu, 24 Aug 2017 22:46:23 +0000] rev 46981
Merge
kvn [Thu, 24 Aug 2017 13:11:02 -0700] rev 46980
8186721: AOT tests fail with: section alignment is not valid: 128
Summary: add missing negation in assert chech, add -ea -esa to AOT testing
Reviewed-by: dlong
sspitsyn [Thu, 24 Aug 2017 22:37:27 +0000] rev 46979
Merge
sspitsyn [Thu, 24 Aug 2017 21:06:33 +0000] rev 46978
Merge
sspitsyn [Thu, 24 Aug 2017 14:03:21 -0700] rev 46977
8185687: Fix minor bugs in jvmti specification
Summary: Fix the doc
Reviewed-by: ksrini, jjg, dcubed
zgu [Thu, 24 Aug 2017 15:00:10 -0400] rev 46976
8186748: NMT: memTracker::record_virtual_memory_reserve_and_commit() does not tag the memory as committed
Summary: Fixed bug that results NMT to report "Shared class space" as reserved, but not committed memory
Reviewed-by: shade, coleenp