ctornqvi [Wed, 14 May 2014 18:18:58 +0200] rev 24451
8042595: [TESTBUG] runtime/7110720/Test7110720.sh rarely fails with message "explicit compiler command file not read"
Summary: Removed the shell test and moved the testcases into the already existing Java based tests
Reviewed-by: coleenp, lfoltan
mseledtsov [Wed, 14 May 2014 10:38:40 -0400] rev 24450
8041938: [TESTBUG] runtime/SharedArchiveFile/CdsWriteError.java failed in RT_Baseline with 'Unable to create shared archive file' missing from stdout/stderr
Summary: his test is unstable in automated testing system, team agreed to remove it
Reviewed-by: coleenp, gtriantafill
rasbold [Wed, 21 May 2014 10:54:59 -0700] rev 24449
8043354: 8043354: Make is_return_allocated() respect allocated objects than can method-escape
Summary: In bcEscapeAnalyzer update the _allocated_escapes flag if a var escapes the method.
Reviewed-by: kvn
lana [Thu, 22 May 2014 14:38:34 -0700] rev 24448
Merge
amurillo [Fri, 16 May 2014 02:13:12 -0700] rev 24447
Merge
twisti [Thu, 15 May 2014 11:35:26 -0700] rev 24446
Merge
iveresov [Wed, 14 May 2014 14:28:09 -0700] rev 24445
8043063: Code aging should allocate MethodCounters when flushing a method
Summary: Make sure that MethodCounters are present when the method is flushed for the first time to switch on code aging
Reviewed-by: kvn
simonis [Wed, 14 May 2014 12:09:13 -0400] rev 24444
8043029: Change 8037816 breaks HS build with older GCC versions which don't support diagnostic pragmas
Summary: Added conditions around macro definitions for pragmas.
Reviewed-by: kvn
vlivanov [Tue, 11 Mar 2014 15:06:34 +0400] rev 24443
8023461: Thread holding lock at safepoint that vm can block on: MethodCompileQueue_lock
Reviewed-by: kvn, iveresov
iveresov [Tue, 13 May 2014 11:32:10 -0700] rev 24442
8032463: VirtualDispatch test timeout with DeoptimizeALot
Summary: Introduce code aging for warm method detection
Reviewed-by: kvn, twisti
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
ctornqvi [Fri, 09 May 2014 17:06:17 +0200] rev 24427
8042471: Unable to build JDK 9 Hotspot within VS2010
Summary: Fixed quoting issue and passing on defines to project file
Reviewed-by: mgronlun, sla
gziemski [Wed, 07 May 2014 14:16:45 -0500] rev 24426
8038654: Separate SymbolTable and StringTable code
Summary: Refactor stringTable class out of symbolTable, making sure all includes are minimal set and are sorted.
Reviewed-by: coleenp, stefank
zgu [Wed, 07 May 2014 06:03:31 -0700] rev 24425
8041415: remove port.{cpp,hpp} files
Summary: Hotspot should use standard headers and types
Reviewed-by: coleenp, kvn
drchase [Fri, 09 May 2014 16:50:54 -0400] rev 24424
8037816: Fix for 8036122 breaks build with Xcode5/clang
Summary: Repaired or selectively disabled offending formats; future-proofed with additional checking
Reviewed-by: kvn, jrose, stefank
katleman [Thu, 22 May 2014 12:53:50 -0700] rev 24423
Added tag jdk9-b14 for changeset 631682a70d8a
jcoomes [Tue, 27 May 2014 12:35:34 -0700] rev 24422
Merge
jcoomes [Fri, 23 May 2014 10:48:42 -0700] rev 24421
Merge
amurillo [Fri, 16 May 2014 07:16:18 -0700] rev 24420
Merge