Thu, 26 Nov 2015 03:05:19 +0300 8143308: Add inline checks and tests
ppunegov [Thu, 26 Nov 2015 03:05:19 +0300] rev 34226
8143308: Add inline checks and tests Summary: Fix inlining state creation Reviewed-by: twisti
Wed, 25 Nov 2015 02:17:31 +0300 8143966: JEP 233: Generate Run-Time Compiler Tests Automatically
tpivovarova [Wed, 25 Nov 2015 02:17:31 +0300] rev 34225
8143966: JEP 233: Generate Run-Time Compiler Tests Automatically Reviewed-by: iveresov, vlivanov Contributed-by: anton.ivanov@oracle.com, dmitrij.pochepko@oracle.com, igor.ignatyev@oracle.com, igor.veresov@oracle.com, konstantin.shefov@oracle.com, leonid.mesnik@oracle.com, pavel.punegov@oracle.com, tatiana.pivovarova@oracle.com
Wed, 25 Nov 2015 20:30:28 +0300 8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1)
tpivovarova [Wed, 25 Nov 2015 20:30:28 +0300] rev 34224
8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1) Reviewed-by: iignatyev, twisti
Wed, 25 Nov 2015 21:31:33 +0300 8144024: Octane fails with "memory leak: allocating handle outside HandleMark"
vlivanov [Wed, 25 Nov 2015 21:31:33 +0300] rev 34223
8144024: Octane fails with "memory leak: allocating handle outside HandleMark" Reviewed-by: kvn
Wed, 25 Nov 2015 00:40:04 +0100 Merge
vlivanov [Wed, 25 Nov 2015 00:40:04 +0100] rev 34222
Merge
Wed, 25 Nov 2015 01:17:28 +0300 8143408: Crash during InstanceKlass unloading when clearing dependency context
vlivanov [Wed, 25 Nov 2015 01:17:28 +0300] rev 34221
8143408: Crash during InstanceKlass unloading when clearing dependency context Reviewed-by: kvn
Mon, 23 Nov 2015 11:06:14 +0100 8138952: C1: Distinguish between PPC32 and PPC64
mdoerr [Mon, 23 Nov 2015 11:06:14 +0100] rev 34220
8138952: C1: Distinguish between PPC32 and PPC64 Reviewed-by: twisti, goetz, vlivanov
Tue, 24 Nov 2015 22:59:50 +0300 8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
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
Tue, 24 Nov 2015 21:03:39 +0300 8142967: [TESTBUG] Compiler control tests get NullPointerException
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
Tue, 24 Nov 2015 20:58:53 +0300 8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
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
Tue, 24 Nov 2015 20:55:46 +0300 8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
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
Tue, 24 Nov 2015 20:52:15 +0300 8066156: JEP-JDK-8046155: Test task: stress by dcmd
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
Tue, 24 Nov 2015 16:58:20 +0300 8066154: JEP-JDK-8046155: Test task: huge directive file
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
Tue, 24 Nov 2015 15:50:27 +0300 8067939: make Out of space in CodeCache messages consistent
tpivovarova [Tue, 24 Nov 2015 15:50:27 +0300] rev 34213
8067939: make Out of space in CodeCache messages consistent Reviewed-by: kvn
Mon, 16 Nov 2015 19:21:35 +0300 8138815: improve tests CompilerToVM::getStackTraceElement
tpivovarova [Mon, 16 Nov 2015 19:21:35 +0300] rev 34212
8138815: improve tests CompilerToVM::getStackTraceElement Reviewed-by: kvn
Tue, 24 Nov 2015 10:30:23 +0100 Merge
neliasso [Tue, 24 Nov 2015 10:30:23 +0100] rev 34211
Merge
Thu, 19 Nov 2015 12:53:33 +0100 8143307: Crash in C2 local code motion
goetz [Thu, 19 Nov 2015 12:53:33 +0100] rev 34210
8143307: Crash in C2 local code motion Reviewed-by: kvn
Mon, 23 Nov 2015 15:16:19 +0100 Merge
zmajo [Mon, 23 Nov 2015 15:16:19 +0100] rev 34209
Merge
Mon, 23 Nov 2015 15:09:45 +0100 8143616: Cleanup: Remove unused PrintNMethodsAtLevel flag
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
Mon, 23 Nov 2015 08:11:30 +0100 8143208: compiler/c1/6855215/Test6855215.java supports_sse2() failed
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
Thu, 19 Nov 2015 15:15:20 +0000 8143067: aarch64: guarantee failure in javac
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
Fri, 20 Nov 2015 08:29:10 -0800 8143012: CRC32 Intrinsics support on SPARC
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
Fri, 20 Nov 2015 10:09:42 +0100 8140390: Char stores/loads accessing byte arrays must be marked as unmatched
thartmann [Fri, 20 Nov 2015 10:09:42 +0100] rev 34204
8140390: Char stores/loads accessing byte arrays must be marked as unmatched Summary: Mark unmatched char stores/loads emitted by CompactStrings. Reviewed-by: roland, vlivanov, jrose
Thu, 19 Nov 2015 16:07:22 -0800 8142980: SKX SpecJvm2008 - Derby
mcberg [Thu, 19 Nov 2015 16:07:22 -0800] rev 34203
8142980: SKX SpecJvm2008 - Derby Summary: Fix EVEX and AVX512 problems found by testing on 64-bit SKX and KNL EVEX enabled platforms. Reviewed-by: iveresov, kvn, vlivanov
Mon, 16 Nov 2015 14:19:10 +0100 8141551: C2 can not handle returns with inccompatible interface arrays
simonis [Mon, 16 Nov 2015 14:19:10 +0100] rev 34202
8141551: C2 can not handle returns with inccompatible interface arrays Reviewed-by: kvn
Mon, 05 Oct 2015 23:50:43 +0200 8138895: C1: PPC64 Port needs special register for Locks in synchronization code
mdoerr [Mon, 05 Oct 2015 23:50:43 +0200] rev 34201
8138895: C1: PPC64 Port needs special register for Locks in synchronization code Reviewed-by: vlivanov, goetz
Wed, 21 Oct 2015 11:40:05 +0200 8138892: C1: Improve counter overflow checking
mdoerr [Wed, 21 Oct 2015 11:40:05 +0200] rev 34200
8138892: C1: Improve counter overflow checking Reviewed-by: iveresov, goetz, twisti, vlivanov
Fri, 18 Sep 2015 13:41:24 +0200 8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on.
goetz [Fri, 18 Sep 2015 13:41:24 +0200] rev 34199
8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on. Summary: Others fail because of uncommon trap. Also fix test file names. Reviewed-by: vlivanov
Thu, 19 Nov 2015 11:02:14 +0100 8143180: Internal Error in src/cpu/ppc/vm/macroAssembler_ppc.cpp:4287
goetz [Thu, 19 Nov 2015 11:02:14 +0100] rev 34198
8143180: Internal Error in src/cpu/ppc/vm/macroAssembler_ppc.cpp:4287 Summary: Fix ppc64 issue after 8141133. Reviewed-by: simonis, goetz
Wed, 18 Nov 2015 10:46:21 -1000 8143151: [JVMCI] assertion for allocation of "too many" CompileTasks must take JVMCI into account
twisti [Wed, 18 Nov 2015 10:46:21 -1000] rev 34197
8143151: [JVMCI] assertion for allocation of "too many" CompileTasks must take JVMCI into account Reviewed-by: iignatyev, twisti Contributed-by: Doug Simon <doug.simon@oracle.com>
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip