Nils Eliasson
|
8c0ad215bc
|
8144246: adding lots of directives via jcmd may produce OOM crash
Add a limit to the number of directives
Reviewed-by: kvn
|
2015-12-16 15:38:28 +01:00 |
|
Dmitrij Pochepko
|
e699dcb655
|
8141351: Create tests for direct invoke instructions testing
Tests for invoke* instructions
Reviewed-by: twisti
|
2015-12-16 18:38:02 +03:00 |
|
Alexander Vorobyev
|
1a135175c4
|
8079667: port vm/compiler/AESIntrinsics/CheckIntrinsics into jtreg
Reviewed-by: kvn
|
2015-12-15 17:31:18 +03:00 |
|
Goetz Lindenmaier
|
6f27a97d77
|
8144466: ppc64: fix argument passing through opto stubs
Reviewed-by: kvn
|
2015-12-07 15:42:47 +01:00 |
|
Vladimir Ivanov
|
1a4c3a752d
|
8145137: Incorrect call signature can be used in nmethod::preserve_callee_argument_oops
Reviewed-by: roland, jrose
|
2015-12-11 15:03:11 +03:00 |
|
Vladimir Ivanov
|
e56a7de478
|
8145026: compiler/jsr292/NonInlinedCall/RedefineTest.java fails with: java.lang.NullPointerException in ClassFileInstaller.main
Reviewed-by: roland
|
2015-12-10 14:51:54 +03:00 |
|
Paul Sandoz
|
4d4c7ad974
|
8143628: Fork sun.misc.Unsafe and jdk.internal.misc.Unsafe native method tables
Reviewed-by: shade, dholmes, alanb, chegar, mchung, roland
|
2015-12-09 14:54:40 +01:00 |
|
Pavel Punegov
|
a1bb5b8456
|
8144933: CompilerControl: commandfile/ExcludeTest has incorrect jtreg run innotation
Fix incorrect full test name
Reviewed-by: kvn
|
2015-12-09 00:30:32 +03:00 |
|
Pavel Punegov
|
555dd24642
|
8140667: CompilerControl: tests incorrectly set states for excluded methods
Fix exclude command generation
Reviewed-by: kvn
|
2015-12-09 00:33:30 +03:00 |
|
Paul Sandoz
|
73acd18275
|
8144223: Move j.l.invoke.{ForceInline, DontInline, Stable} to jdk.internal.vm.annotation package
Reviewed-by: jrose, vlivanov, mchung, roland
|
2015-12-03 11:18:34 +01:00 |
|
Roland Westrelin
|
7925eb298b
|
8134883: C1 hard crash in range check elimination in Nashorn test262parallel
C1's range check elimination breaks with a non-natural loop that has an exception handler as one entry
Reviewed-by: iveresov
|
2015-12-02 15:13:42 +01:00 |
|
Roland Westrelin
|
b97ff269d0
|
8143930: C1 LinearScan asserts when compiling two back-to-back CompareAndSwapLongs
Refactor CAS code to decrease register pressure in c1
Reviewed-by: kvn, shade
|
2015-12-01 12:17:18 +01:00 |
|
Vladimir Ivanov
|
d60a09e9c5
|
8072008: Emit direct call instead of linkTo* for recursive indy/MH.invoke* calls
Reviewed-by: jrose, dlong, aph, forax
|
2015-12-04 23:46:19 +03:00 |
|
Andreas Eriksson
|
c64b2175e7
|
6869327: Add new C2 flag to keep safepoints in counted loops
Reviewed-by: kvn, shade
|
2015-12-04 14:06:38 +01:00 |
|
Christian Thalinger
|
a676faba28
|
8144529: [JVMCI] compiler/jvmci/errors/TestInvalidCompilationResult.java fails to compile after JDK-8143730
Reviewed-by: kvn
|
2015-12-02 14:59:57 -10:00 |
|
Andrew Haley
|
87662ee432
|
8144028: Use AArch64 bit-test instructions in C2
Reviewed-by: kvn
|
2015-11-25 18:13:13 +00:00 |
|
Nils Eliasson
|
2a7b97807e
|
Merge
|
2015-12-01 19:18:56 +01:00 |
|
Jesper Wilhelmsson
|
c7a51854d9
|
Merge
|
2015-11-30 19:38:51 +01:00 |
|
Christian Thalinger
|
875865b60c
|
Merge
|
2015-11-26 02:09:46 +01:00 |
|
Pavel Punegov
|
8f2fb74418
|
8143308: Add inline checks and tests
Fix inlining state creation
Reviewed-by: twisti
|
2015-11-26 03:05:19 +03:00 |
|
Tatiana Pivovarova
|
c17490ef7b
|
8144053: [TESTBUG] CompilerToVM::getStackTraceElementTest : unexpected line number for abstract or native method (assert failed: 0 < -1)
Reviewed-by: iignatyev, twisti
|
2015-11-25 20:30:28 +03:00 |
|
Dmitrij Pochepko
|
ad8dfcdf38
|
8139384: [TESTBUG] JVMCI test fails with java.lang.RuntimeException: a 100_000 times invoked method should be mature
A test was redesigned to track xcomp and tiered states
Reviewed-by: twisti
|
2015-11-24 22:59:50 +03:00 |
|
Pavel Punegov
|
5e051287af
|
8142967: [TESTBUG] Compiler control tests get NullPointerException
Fix incoorect build jtreg tags
Reviewed-by: iignatyev, neliasso
|
2015-11-24 21:03:39 +03:00 |
|
Pavel Punegov
|
0f008d2194
|
8142385: [Testbug] RandomCommandsTest fails with error: Could not parse method pattern
Fix CompileCommand output processing
Reviewed-by: kvn, iignatyev, neliasso
|
2015-11-24 20:58:53 +03:00 |
|
Pavel Punegov
|
06c9ee5a1c
|
8138993: JEP-JDK-8046155: Test task: add check for Compiler.directives_print diagnostic command
Test Compiler.directive_print command
Reviewed-by: iignatyev, neliasso
|
2015-11-24 20:55:46 +03:00 |
|
Pavel Punegov
|
faa5a2381c
|
8066156: JEP-JDK-8046155: Test task: stress by dcmd
Stress dcmd tests that add directives
Reviewed-by: iignatyev, neliasso
|
2015-11-24 20:52:15 +03:00 |
|
Ioi Lam
|
ce1bdba7c7
|
8145620: Disable compiler/floatingpoint/ModNaN.java
Reviewed-by: dholmes, coleenp
|
2015-12-16 19:30:10 -08:00 |
|
Pavel Punegov
|
38c7096e4e
|
8066154: JEP-JDK-8046155: Test task: huge directive file
Stress tests for directive parser
Reviewed-by: iignatyev, neliasso
|
2015-11-24 16:58:20 +03:00 |
|
Tatiana Pivovarova
|
98bc340162
|
8138815: improve tests CompilerToVM::getStackTraceElement
Reviewed-by: kvn
|
2015-11-16 19:21:35 +03:00 |
|
Ahmed Khawaja
|
e28d9ba105
|
8143012: CRC32 Intrinsics support on SPARC
Reviewed-by: kvn, roland
|
2015-11-20 08:29:10 -08:00 |
|
Volker Simonis
|
350b04eab2
|
8141551: C2 can not handle returns with inccompatible interface arrays
Reviewed-by: kvn
|
2015-11-16 14:19:10 +01:00 |
|
Gerard Ziemski
|
a138de1354
|
8141706: [TESTBUG] Update tests failing due to changed behavior
Add UnlockDiagnosticVMOptions as appropriate.
Reviewed-by: kvn, dholmes
|
2015-11-20 11:57:33 -06:00 |
|
Tobias Hartmann
|
039050a9f7
|
8142303: C2 compilation fails with "bad AD file"
Move range checks into intrinsics for String methods.
Reviewed-by: kvn, aph
|
2015-11-27 09:36:46 +01:00 |
|
Goetz Lindenmaier
|
dd76bcc4c2
|
8134579: [TESTBUG] Some bmi tests fail if can_access_local_variables is on
Others fail because of uncommon trap. Also fix test file names.
Reviewed-by: vlivanov
|
2015-09-18 13:41:24 +02:00 |
|
Roland Westrelin
|
c18a26c573
|
8142386: Octane crashes with assert(is_Load())
Unsafe access to an array is wrongly marked as mismatched
Reviewed-by: vlivanov, thartmann
|
2015-11-17 12:00:16 +01:00 |
|
Nils Eliasson
|
36d1144c83
|
8143059: TestUnsafeUnalignedMismatchedAccesses doens't build after 8139891
Use new Unsafe import path
Reviewed-by: roland, thartmann, shade
|
2015-11-16 20:57:49 +01:00 |
|
Nils Eliasson
|
c2892b5dce
|
Merge
|
2015-11-16 20:56:18 +01:00 |
|
Hui Shi
|
854b8d1ff1
|
8139758: [REDO] Elide more final field's write memory barrier with escape analysis result
Membar for all final field initializations eliminated if possible
Reviewed-by: roland, vlivanov
|
2015-11-16 16:14:15 +01:00 |
|
Nils Eliasson
|
2f9e32256d
|
Merge
|
2015-11-13 13:31:48 +01:00 |
|
Roland Schatz
|
eee22b283d
|
8142387: Various JVMCI tests fail on unexpected exception
Reviewed-by: iignatyev, twisti
|
2015-11-12 13:30:35 +01:00 |
|
Joseph Provino
|
539395ffbf
|
Merge
|
2015-11-11 23:47:41 +00:00 |
|
Tatiana Pivovarova
|
163e0435dc
|
8139388: [TESTBUG] JVMCI test failed with RuntimeException profiling info wasn't changed after 100 invocations (assert failed: BaseProfilingInfo<> != BaseProfilingInfo<>)
Reviewed-by: twisti
|
2015-11-10 21:09:49 +03:00 |
|
Tatiana Pivovarova
|
e0d743ff05
|
8138810: rework tests for CompilerToVM::allocateCompiledId
Reviewed-by: twisti
|
2015-11-11 15:04:15 +03:00 |
|
Aleksey Shipilev
|
ac09d8a135
|
8140650: Method::is_accessor should cover getters and setters for all types
Reviewed-by: vlivanov, coleenp, sgehwolf
|
2015-11-11 01:27:36 +03:00 |
|
Vladimir Kozlov
|
6ed8c23581
|
8141624: Limit calculation of pre loop during super word optimization is wrong
Reviewed-by: vlivanov, kvn
|
2015-11-10 21:36:35 -08:00 |
|
Nils Eliasson
|
3307d0f163
|
Merge
|
2015-11-06 11:34:03 +01:00 |
|
Jesper Wilhelmsson
|
1a5787d42e
|
Merge
|
2015-11-05 19:31:57 +01:00 |
|
Christian Thalinger
|
a38ea495d6
|
8139170: JVMCI refresh
Reviewed-by: kvn
|
2015-11-04 07:23:23 -10:00 |
|
Pavel Punegov
|
b03077878d
|
8141129: 3 compiler control tests fail on product builds
UnlockDiagnosticVMOptions should be placed before the PrintAssembly
Reviewed-by: kvn
|
2015-11-03 18:42:40 +03:00 |
|
Tatiana Pivovarova
|
25bd94edfe
|
8138809: improve tests for CompilerToVM::hasCompiledCodeForOSR
Reviewed-by: kvn
|
2015-11-03 20:12:47 +03:00 |
|