duke [Wed, 05 Jul 2017 20:01:23 +0200] rev 26592
Merge
lana [Thu, 18 Sep 2014 13:28:15 -0700] rev 26591
Merge
amurillo [Fri, 12 Sep 2014 04:22:19 -0700] rev 26590
Merge
adlertz [Fri, 12 Sep 2014 09:17:58 +0200] rev 26589
Merge
neliasso [Thu, 11 Sep 2014 08:01:15 +0000] rev 26588
Merge
neliasso [Wed, 10 Sep 2014 13:27:33 +0200] rev 26587
8054889: Compiler team's implementation task
Summary: Adding three new diagnostic commands for compiler
Reviewed-by: anoll, kvn, drchase
iveresov [Thu, 11 Sep 2014 00:04:50 -0700] rev 26586
8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
Summary: Tiered policy requires highest compilation levels always available
Reviewed-by: kvn, vlivanov
iveresov [Wed, 10 Sep 2014 19:08:17 -0700] rev 26585
8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
Summary: Throw exception if unable to compile an MH intrinsic
Reviewed-by: kvn
roland [Tue, 09 Sep 2014 15:47:18 -0700] rev 26584
8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair
Summary: Use TypeAryPtr::INT type with offset 0 in inline_multiplyToLen().
Reviewed-by: kvn, iveresov
adlertz [Tue, 09 Sep 2014 16:14:40 +0200] rev 26583
Merge
simonis [Mon, 08 Sep 2014 16:05:48 +0200] rev 26582
8057780: Fix ppc build after "8050147: StoreLoad barrier interferes with stack usages
Reviewed-by: kvn, shade
iveresov [Mon, 08 Sep 2014 11:45:48 -0700] rev 26581
8057750: CTW should not make MH intrinsics not entrant
Summary: Do not make MH intrinsics not entrant in CTW
Reviewed-by: kvn, vlivanov
iveresov [Fri, 05 Sep 2014 14:39:45 -0700] rev 26580
8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
Summary: Don't make compiled MH intrinsics not entrant when redefining classes
Reviewed-by: kvn, vlivanov
iveresov [Fri, 05 Sep 2014 11:23:47 -0700] rev 26579
8056124: Hotspot should use PICL interface to get cacheline size on SPARC
Summary: Using libpicl to get L1 data and L2 cache line sizes
Reviewed-by: kvn, roland, morris
zmajo [Fri, 05 Sep 2014 16:07:22 +0200] rev 26578
8053886: assert(false) failed: Should not allocate with exception pending
Summary: Failure caused by allocating method counters. Changed the way counters are allocated (use get_method_counters() instead of build_method_counters())
Reviewed-by: kvn, thartmann, anoll
kvn [Thu, 04 Sep 2014 23:49:17 -0700] rev 26577
8057643: Unable to build --with-debug-level=optimized on OSX
Summary: Added missing Hotspot make targets for 'optimized' build.
Reviewed-by: iveresov