anoll [Tue, 13 May 2014 11:25:17 +0200] rev 24441
8021770: BackEdgeThreshold option is no longer used and should be removed
Summary: The BackEdgeThreshold option is removed because it is no longer used.
Reviewed-by: twisti, kvn, cjplummer
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
twisti [Mon, 12 May 2014 17:01:57 -0700] rev 24440
Merge
anoll [Fri, 09 May 2014 09:12:39 +0200] rev 24439
8029343: CodeCache::allocate increments '_number_of_blobs' even if allocation fails.
Summary: Incrementing the number of code blobs in CodeCache::allocate(...) is now only performed if allocation succeeds. The guarantee is fixed.
Reviewed-by: kvn, iveresov
Contributed-by: Tobias Hartmann <tobias.hartmann@oracle.com>
twisti [Thu, 08 May 2014 15:16:49 -0700] rev 24438
Merge
anoll [Thu, 08 May 2014 12:49:21 +0200] rev 24437
8042431: compiler/7200264/TestIntVect.java fails with: Test Failed: AddVI 0 < 4
Summary: Define a new function that determines the minimum number of compiler threads for a particular platform/configuration.
Reviewed-by: kvn
dholmes [Mon, 12 May 2014 20:25:53 -0400] rev 24436
Merge
dholmes [Mon, 12 May 2014 20:20:19 -0400] rev 24435
8032551: Remove UsePPCLWSYNC from globals.hpp
Reviewed-by: lfoltan, zgu
ctornqvi [Mon, 12 May 2014 18:45:09 +0000] rev 24434
Merge
mikael [Mon, 12 May 2014 06:17:05 -0700] rev 24433
8042804: Support invoking Hotspot tests from top level
Reviewed-by: sla, erikj
hseigel [Mon, 12 May 2014 13:12:30 -0400] rev 24432
8040292: Annotation attributes must not appear more than once
Summary: Add checks for duplicate attributes.
Reviewed-by: coleenp, lfoltan
lfoltan [Mon, 12 May 2014 15:50:20 +0000] rev 24431
Merge
simonis [Mon, 12 May 2014 09:59:56 -0400] rev 24430
8039805: Fix the signature of the global new/delete operators in allocation.cpp.
Reviewed-by: dholmes, lfoltan
coleenp [Mon, 12 May 2014 09:47:57 -0400] rev 24429
Merge
ctornqvi [Fri, 09 May 2014 17:06:52 +0200] rev 24428
8042726: [TESTBUG] TEST.groups file was not updated after runtime/6925573/SortMethodsTest.java removal
Summary: Removed runtime/6925573/SortMethodsTest.java from TEST.groups
Reviewed-by: gtriantafill, lfoltan, coleenp, dholmes