kvn [Fri, 25 Aug 2017 18:21:47 -0700] rev 46987
8186144: [Graal] some tests fail with: Improperly specified VM option UseJVMCICompiler: EnableJVMCI cannot be disabled
Summary: disable Graal by switching off UseJVMCICompiler when JVMCI is disabled
Reviewed-by: twisti
goetz [Tue, 22 Aug 2017 15:12:26 +0200] rev 46986
8186437: Lock held when compiler thread creation fails.
Reviewed-by: stuefe, kvn
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
dholmes [Thu, 24 Aug 2017 14:00:04 +0000] rev 46975
Merge
ghaug [Wed, 16 Aug 2017 14:14:23 +0200] rev 46974
8186286: [BSD] Primary thread's stack size is reported incorrectly
Reviewed-by: shade, stuefe
mdoerr [Thu, 24 Aug 2017 14:56:48 +0200] rev 46973
8186734: AIX build broken after 8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: goetz
dnsimon [Wed, 23 Aug 2017 23:38:06 +0200] rev 46972
8186459: [JVMCI] ClassNotFoundException thrown by CompilerToVM.lookupType() should be converted to a LinkageError
Reviewed-by: kvn, iveresov
dnsimon [Thu, 24 Aug 2017 08:38:50 +0000] rev 46971
Merge
dnsimon [Mon, 14 Aug 2017 14:15:56 -0700] rev 46970
8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
Reviewed-by: kvn, iveresov
coleenp [Thu, 24 Aug 2017 01:13:04 +0000] rev 46969
Merge
coleenp [Wed, 23 Aug 2017 14:52:55 -0400] rev 46968
8160399: is_oop_or_null involves undefined behavior
8164984: Improper use of is_oop in production code
Summary: replace oop->is_oop*() with oopDesc::is_oop*(oop) so this pointer can be verified
Reviewed-by: iklam, kvn, dholmes
glaubitz [Wed, 23 Aug 2017 17:45:49 -0400] rev 46967
8186655: Identifier strings for PowerPC 64 LE and PowerPC 64 are swapped
Reviewed-by: stuefe, dholmes
sangheki [Wed, 23 Aug 2017 20:20:59 +0000] rev 46966
Merge
sangheki [Wed, 23 Aug 2017 13:14:20 -0700] rev 46965
8186402: [TESTBUG] "Balance queues" output expected by test
Summary: Changed to use 2 ParallelGCThreads to guarantee generating 'Balance queues' log
Reviewed-by: tschatzl, aharlap
iveresov [Wed, 23 Aug 2017 18:28:45 +0000] rev 46964
Merge
iveresov [Wed, 23 Aug 2017 11:24:50 -0700] rev 46963
8186681: Update Graal
Reviewed-by: kvn
coleenp [Wed, 23 Aug 2017 16:37:33 +0000] rev 46962
Merge
coleenp [Wed, 23 Aug 2017 12:00:39 -0400] rev 46961
8186088: ConstantPoolCache::_resolved_references is not a JNIHandle
Summary: Make an OopHandle type to replace jobject to encapsulate these oop pointers in metadata and module entry.
Reviewed-by: sspitsyn, dholmes, jiangli, twisti
simonis [Wed, 23 Aug 2017 18:24:47 +0200] rev 46960
8186667: InterpreterCodeSize overflows on AIX
Reviewed-by: goetz
eosterlund [Wed, 23 Aug 2017 15:47:41 +0200] rev 46959
Merge
eosterlund [Wed, 23 Aug 2017 14:01:17 +0200] rev 46958
8186166: Generalize Atomic::cmpxchg with templates
Reviewed-by: dholmes, coleenp
Contributed-by: kim.barrett@oracle.com
coleenp [Wed, 23 Aug 2017 13:46:35 +0000] rev 46957
Merge
coleenp [Wed, 23 Aug 2017 12:39:55 +0000] rev 46956
Merge