Gustavo Romero
|
a6d0d07957
|
8209972: [GRAAL] Don't run RTM tests with Graal
Reviewed-by: kvn, goetz
|
2018-09-14 15:32:22 -04:00 |
|
Dmitrij Pochepko
|
8eb4ba001c
|
8210461: AArch64: Math.cos intrinsic gives incorrect results
Reviewed-by: aph
|
2018-09-14 14:24:00 +03:00 |
|
Tobias Hartmann
|
8e0e188abd
|
8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
Refresh iterator and start from the beginning while there is progress when removing dead regions.
Reviewed-by: kvn
|
2018-09-12 09:23:36 +02:00 |
|
Doug Simon
|
c131915d0a
|
8210066: [JVMCI] iterateFrames uses wrong GrowableArray API for appending
Reviewed-by: dlong, twisti
|
2018-08-31 11:43:06 +02:00 |
|
Mikael Vidstedt
|
f5e624c0b3
|
8209856: Obsolete error reporter
Reviewed-by: coleenp, stuefe
|
2018-08-29 13:04:50 -07:00 |
|
Jesper Wilhelmsson
|
d40735db17
|
Merge
|
2018-08-29 19:48:28 +02:00 |
|
Dean Long
|
347b95d500
|
8209825: guarantee(false) failed: wrong number of expression stack elements during deopt
Reviewed-by: kvn, thartmann
|
2018-08-24 11:56:14 -07:00 |
|
Ge Guo
|
538ba1fb5c
|
8207838: AArch64: Float registers incorrectly restored in JNI call
Fix the order in which float registers are restored in restore_args for aarch64
Reviewed-by: aph
|
2018-08-21 13:44:59 +01:00 |
|
Roland Westrelin
|
423c207dc7
|
8209639: assert failure in coalesce.cpp: attempted to spill a non-spillable item
Reviewed-by: neliasso, kvn
|
2018-08-17 17:13:12 +02:00 |
|
Staffan Larsen
|
b806cb371e
|
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
|
2018-08-07 13:51:30 -07:00 |
|
David Buck
|
0919d6d626
|
8204966: [TESTBUG] hotspot/test/compiler/whitebox/IsMethodCompilableTest.java test fails with -XX:CompileThreshold=1
Enforce lower bound on number of loop iterations used to trigger OSR
Reviewed-by: kvn, iignatyev
|
2018-08-06 22:30:37 -04:00 |
|
Tobias Hartmann
|
6dac70d919
|
8207355: C1 compilation hangs in ComputeLinearScanOrder::compute_dominator
Bail out from recursive computation if the block was already processed.
Reviewed-by: kvn, iveresov
|
2018-08-06 09:09:57 +02:00 |
|
Igor Ignatyev
|
b863c0efab
|
8199081: [Testbug] compiler/linkage/LinkageErrors.java fails if run twice
Reviewed-by: kvn, vlivanov
|
2018-08-03 15:39:28 -07:00 |
|
Ekaterina Pavlova
|
daa3f2ce32
|
8206241: compiler/graalunit/PhasesCommonTest.java fails with java.lang.Error: TESTBUG: no tests found for prefix org.graalvm.compiler.phases.common.test
Reviewed-by: kvn
|
2018-07-20 11:39:52 -07:00 |
|
Igor Ignatyev
|
d38a0c13fd
|
8207915: [AOT] jaotc w/ '--ignore-errors' should ignore illegal class files
Reviewed-by: kvn
|
2018-07-20 11:39:37 -07:00 |
|
Tobias Hartmann
|
a494a819eb
|
8209833: C2 compilation fails with "assert(ex_map->jvms()->same_calls_as(_exceptions->jvms())) failed: all collected exceptions must come from the same place"
Deoptimize if exception is thrown in _clone intrinsic.
Reviewed-by: kvn
|
2018-08-24 08:17:23 +02:00 |
|
Tobias Hartmann
|
73bcb0507e
|
8208275: C2 crash in Node::add_req(Node*)
Split-if optimization should not process (dead) counted loops.
Reviewed-by: roland
|
2018-08-17 08:21:20 +02:00 |
|
Doug Simon
|
e39c7c3c93
|
8209535: [JVMCI] Do not swallow NoClassDefFoundError when converting JVMCI methods and fields to reflection objects
Reviewed-by: kvn, iveresov
|
2018-08-16 09:46:09 +02:00 |
|
Joshua Zhu
|
f87ec5faf7
|
8209459: TestSHA512MultiBlockIntrinsics failed on AArch64
Prevent classloading to avoid generation of SHA stubs.
Reviewed-by: kvn, thartmann
|
2018-08-15 14:35:33 +02:00 |
|
Vladimir Kozlov
|
4729c903c6
|
8207153: Some intrinsic tests take long time to run
Reviewed-by: thartmann, mikael
|
2018-08-13 13:24:55 -07:00 |
|
Mikael Vidstedt
|
83a51d869e
|
Merge
|
2018-08-09 10:08:07 -07:00 |
|
Xin Liu
|
e5f3e1b60c
|
8207965: C2-only debug build fails
Reviewed-by: kvn, iignatyev
|
2018-08-08 18:38:34 -07:00 |
|
Staffan Larsen
|
3be8d256e9
|
8031761: [TESTBUG] Add a regression test for JDK-8026328
Reviewed-by: kvn, iignatyev
|
2018-08-07 13:51:30 -07:00 |
|
Vladimir Kozlov
|
77204ca163
|
8209023: fix 2 compiler tests to avoid JDK-8208690
Reviewed-by: dholmes, dcubed
|
2018-08-06 18:49:51 -07:00 |
|
Ekaterina Pavlova
|
080d3bb21a
|
8194958: [Graal] disable compiler/c2/cr7200264 tests
Reviewed-by: kvn, tschatzl
|
2018-08-06 13:53:49 -07:00 |
|
Daniel D. Daugherty
|
2ce4abbcc8
|
8208706: compiler/tiered/ConstantGettersTransitionsTest.java fails to compile
Reviewed-by: dholmes
|
2018-08-02 22:14:54 -04:00 |
|
Igor Ignatyev
|
17891770c1
|
8208655: use JTreg skipped status in hotspot tests
Reviewed-by: kvn, hseigel, iklam
|
2018-08-02 14:40:55 -07:00 |
|
Ekaterina Pavlova
|
addc5a823f
|
8207761: Split compiler/graalunit/JttReflectFTest.java
Reviewed-by: kvn
|
2018-07-18 14:44:04 -07:00 |
|
Gustavo Romero
|
d3201f3e40
|
8205578: jtreg: Fix failing TestRTMAbortRatio on PPC64
Reviewed-by: iignatyev, kvn
|
2018-06-24 17:11:17 -04:00 |
|
Gustavo Romero
|
8d3616ba4e
|
8205390: jtreg: Fix failing TestRTMSpinLoopCount on PPC64
Reviewed-by: kvn, iignatyev
|
2018-06-23 18:02:46 -04:00 |
|
Ekaterina Pavlova
|
5df013d4e6
|
8207380: compiler/graalunit/JttLangMTest.java timeout
Reviewed-by: kvn
|
2018-07-18 13:24:25 -07:00 |
|
Aleksei Voitylov
|
2d0aee2275
|
8207065: Cleanup compiler tests for Client VM
Reviewed-by: kvn, iignatyev
|
2018-07-13 11:13:34 -07:00 |
|
Roland Westrelin
|
6dc1ccac6b
|
8200282: Serializing non-zero byte as zero to ByteBuffer
Arraycopy converted as a series of loads/stores uses wrong slice for loads
Reviewed-by: kvn, thartmann
|
2018-07-13 15:44:54 +02:00 |
|
Vladimir Kozlov
|
dbb21a2a92
|
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
Restore original behavior when C2 is used
Reviewed-by: thartmann, mdoerr, dnsimon, gdub
|
2018-07-12 11:57:06 -07:00 |
|
Roland Westrelin
|
8c2d9b5ff0
|
8202123: C2 Crash in Node::in(unsigned int) const+0x14
Reviewed-by: kvn, thartmann
|
2018-06-29 17:59:44 +02:00 |
|
Igor Ignatyev
|
cb2d33f02c
|
8206287: fix legal notice in hotspot tests
Reviewed-by: kvn, hseigel
|
2018-07-09 11:15:55 -07:00 |
|
Andrew Dinn
|
d5c20788ae
|
8206163: AArch64: incorrect code generation for StoreCM
StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland
|
2018-07-09 09:38:11 +01:00 |
|
Roland Westrelin
|
7d7184e505
|
8205515: assert(opcode == Op_RangeCheck) failed: no other if variant here
Reviewed-by: thartmann, kvn
|
2018-07-02 10:44:46 +02:00 |
|
Igor Ignatyev
|
6c7c6c7190
|
8206117: failed to get JDK properties for JVM w/o JVMCI
Reviewed-by: kvn
|
2018-06-29 13:43:35 -07:00 |
|
Ekaterina Pavlova
|
992c9ee022
|
8205207: Port Graal unit tests under jtreg
Reviewed-by: kvn, erikj, iignatyev
|
2018-06-28 17:07:34 -07:00 |
|
Andrew Dinn
|
c61ba730c1
|
8205694: AArch64: Add test to validate volatile load, store and CAS code generation
Implement tests to check volatile operations are translated to valid code
Reviewed-by: aph, kvn, dpochepk
|
2018-06-28 10:09:58 +00:00 |
|
Smita Kamath
|
3feaefd75f
|
8205528: Base64 encoding algorithm using AVX512 instructions
Reviewed-by: kvn, psandoz
|
2018-06-27 20:21:42 -07:00 |
|
Tom Rodriguez
|
6fc0ec871a
|
8205824: Update Graal
Reviewed-by: iveresov, kvn
|
2018-06-27 17:02:41 -07:00 |
|
Vladimir Kozlov
|
f4ae3d5325
|
8205400: [Graal] compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java fails with can't be enqueued for compilation on level 4
Add -XX:-BackgroundCompilation to tests to eager initialize JVMCI
Reviewed-by: thartmann
|
2018-06-26 09:14:49 -07:00 |
|
Goetz Lindenmaier
|
991f2f8c0b
|
8205419: [testbug] TestJmapCore failing without SA: introduce @requires vm.hasSAandCanAttach
Reviewed-by: jgeorge, cjplummer
|
2018-06-25 23:04:21 +02:00 |
|
Weijun Wang
|
60ff77bd97
|
8201815: Use Mozilla Public Suffix List
Reviewed-by: michaelm, erikj, ihse
|
2018-06-26 18:55:48 +08:00 |
|
David Holmes
|
95bf19563b
|
8010319: Implementation of JEP 181: Nest-Based Access Control
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Maurizio Mimadamore <maurizio.mimadamore@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Tobias Hartmann <tobias.hartmann@oracle.com>
Co-authored-by: Vlaidmir Ivanov <vladimir.x.ivanov@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Vladimir Kozlov <vladimir.kozlov@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Co-authored-by: Daniel Smith <daniel.smith@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Kumar Srinivasan <kumardotsrinivasan@gmail.com>
Co-authored-by: Boris Ulasevich <boris.ulasevich@bell-sw.com>
Reviewed-by: alanb, psandoz, mchung, coleenp, acorn, mcimadamore, forax, jlahoda, sspitsyn, abuckley
|
2018-06-23 01:32:41 -04:00 |
|
Igor Ignatyev
|
6eeaab54a4
|
8155192: [TESTBUG] SHA tests assumes that x86 does not have SHA intrinsics
Reviewed-by: kvn, gromero
|
2018-06-22 16:11:36 -07:00 |
|
Igor Ignatyev
|
0c8ab995b9
|
8185927: create regression test for 8062950
Reviewed-by: kvn
|
2018-06-21 15:14:36 -07:00 |
|
Alan Bateman
|
91d9f3fbe0
|
8194937: Inconsistent behavior of --validate-modules when combined with -m and other options
Reviewed-by: mchung
|
2018-06-21 18:56:35 +01:00 |
|