Nils Eliasson
|
48b6051ee7
|
8145331 : SEGV in DirectivesStack::release(DirectiveSet*)
GetDefaultDirective was not updated in 8144873
Reviewed-by: twisti, kvn
|
2016-01-14 13:24:03 +01:00 |
|
Zoltan Majo
|
ee1e047269
|
8071864: compiler/c2/6772683/InterruptedTest.java failed in nightly
Increase the amount of time the main thread waits for the worker thread.
Reviewed-by: kvn
|
2016-01-14 09:30:31 +01:00 |
|
Roland Westrelin
|
3b0e147813
|
8146792: Predicate moved after partial peel may lead to broken graph
Partial peel can leave a pinned node between predicates and loop and prevent some loop predication
Reviewed-by: kvn
|
2016-01-11 16:02:42 +01:00 |
|
Zoltan Majo
|
dfa6539a6a
|
8086053: Address inconsistencies regarding ZeroTLAB
Add zero-initialization to C1 for fast TLAB refills; strenghten C2 conditions for skipping zero-initialization.
Reviewed-by: kvn, thartmann
|
2016-01-12 09:19:09 +01:00 |
|
Christian Thalinger
|
a0861106e3
|
Merge
|
2016-01-11 17:11:57 -08:00 |
|
Joseph Provino
|
9288ff53e7
|
Merge
|
2016-01-07 21:10:28 +00:00 |
|
Doug Simon
|
c1d5c540ac
|
8146001: Remove support for command line options from JVMCI
Reviewed-by: twisti
|
2016-01-05 10:57:15 -10:00 |
|
Kishor Kharbas
|
790f5bded4
|
8143925: Enhancing CounterMode.crypt() for AES
Add intrinsic for CounterMode.crypt() to leverage the parallel nature of AES in Counter(CTR) Mode.
Reviewed-by: kvn, ascarpino
|
2015-12-28 23:11:01 -08:00 |
|
Igor Ignatyev
|
e227bbc9da
|
8146205: quarantine compiler/jvmci/compilerToVM/ExecuteInstalledCodeTest.java
Reviewed-by: kvn
|
2015-12-25 03:27:06 +03:00 |
|
Christian Thalinger
|
e4b9b7a178
|
Merge
|
2015-12-24 17:21:09 +01:00 |
|
Andrew Haley
|
cee2a179e6
|
8143072: [JVMCI] Port JVMCI to AArch64
Reviewed-by: gdub, rschatz, twisti, kvn
|
2015-12-23 20:19:42 -10:00 |
|
Christian Thalinger
|
ffa21cb2b2
|
8146100: compiler/jvmci/code/SimpleCodeInstallationTest.java JUnit Failure: expected:<12> but was:<109710641>
Reviewed-by: kvn
|
2015-12-23 11:36:46 -10:00 |
|
Igor Ignatyev
|
2c62b9355d
|
8146129: quarantine compiler/cpuflags/TestAESIntrinsicsOnSupportedConfig.java
Reviewed-by: twisti
|
2015-12-23 23:08:16 +03:00 |
|
Roland Schatz
|
af94163551
|
8144704: [JVMCI] add tests for simple code installation
Reviewed-by: twisti
|
2015-12-15 16:55:24 +01:00 |
|
Christian Thalinger
|
9e981ee107
|
Merge
|
2015-12-18 12:39:02 -08:00 |
|
Roland Westrelin
|
6961dea52a
|
8139771: Eliminating CastPP nodes at Phis when they all come from a unique input may cause crash
Lost dependency when CastPP at Phis are eliminate
Reviewed-by: kvn
|
2015-12-11 16:57:08 +01:00 |
|
Christian Tornqvist
|
a39fa54251
|
8015396: double a%b returns NaN for some (a,b) (|a| < inf, |b|>0)
Reviewed-by: coleenp, gtriantafill
|
2015-12-10 09:42:22 -08:00 |
|
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 |
|