dpochepk [Tue, 24 Nov 2015 22:59:50 +0300] rev 34219
8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
Summary: A test was redesigned to track xcomp and tiered states
Reviewed-by: twisti
ppunegov [Tue, 24 Nov 2015 21:03:39 +0300] rev 34218
8142967: [TESTBUG] Compiler control tests get NullPointerException
Summary: Fix incoorect build jtreg tags
Reviewed-by: iignatyev, neliasso
ppunegov [Tue, 24 Nov 2015 20:58:53 +0300] rev 34217
8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
Summary: Fix CompileCommand output processing
Reviewed-by: kvn, iignatyev, neliasso
ppunegov [Tue, 24 Nov 2015 20:55:46 +0300] rev 34216
8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
Summary: Test Compiler.directive_print command
Reviewed-by: iignatyev, neliasso
ppunegov [Tue, 24 Nov 2015 20:52:15 +0300] rev 34215
8066156: JEP-JDK-8046155: Test task: stress by dcmd
Summary: Stress dcmd tests that add directives
Reviewed-by: iignatyev, neliasso
ppunegov [Tue, 24 Nov 2015 16:58:20 +0300] rev 34214
8066154: JEP-JDK-8046155: Test task: huge directive file
Summary: Stress tests for directive parser
Reviewed-by: iignatyev, neliasso
tpivovarova [Tue, 24 Nov 2015 15:50:27 +0300] rev 34213
8067939: make Out of space in CodeCache messages consistent
Reviewed-by: kvn
tpivovarova [Mon, 16 Nov 2015 19:21:35 +0300] rev 34212
8138815: improve tests CompilerToVM::getStackTraceElement
Reviewed-by: kvn
neliasso [Tue, 24 Nov 2015 10:30:23 +0100] rev 34211
Merge
goetz [Thu, 19 Nov 2015 12:53:33 +0100] rev 34210
8143307: Crash in C2 local code motion
Reviewed-by: kvn
zmajo [Mon, 23 Nov 2015 15:16:19 +0100] rev 34209
Merge
zmajo [Mon, 23 Nov 2015 15:09:45 +0100] rev 34208
8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
Summary: Remove the unused PrintNMethodsAtLevel flag.
Reviewed-by: roland
zmajo [Mon, 23 Nov 2015 08:11:30 +0100] rev 34207
8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
Summary: Check that SSE is enabled before using SSE instructions in string-related intrinsics. Make the UseSSE42Intrinsics dependent on UseSSE >= 4.
Reviewed-by: kvn
enevill [Thu, 19 Nov 2015 15:15:20 +0000] rev 34206
8143067: aarch64: guarantee failure in javac
Summary: Fix adrp going out of range during code relocation
Reviewed-by: aph, kvn
kvn [Fri, 20 Nov 2015 08:29:10 -0800] rev 34205
8143012: CRC32 Intrinsics support on SPARC
Reviewed-by: kvn, roland
Contributed-by: ahmed.khawaja@oracle.com