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 |
|
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 |
|
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 |
|
Gustavo Romero
|
f02e0d4779
|
8204135: jtreg: Fix failing RTM test TestUseRTMXendForLockBusy
Reviewed-by: goetz, iignatyev
|
2018-06-20 22:02:46 +02:00 |
|
Dmitry Chuyko
|
d571ea407c
|
8198719: MethodHandleHelper.linkToStatic should drop MH arg
Reviewed-by: vlivanov, dlong
|
2018-06-19 18:18:46 +03:00 |
|
Tobias Hartmann
|
d2f70d7052
|
8205033: [REDO] Induction variable of over-unrolled loop conflicts with range checks
Update skeleton predicates before main loop during unrolling to remove dead code.
Reviewed-by: kvn, roland
|
2018-06-19 12:25:42 +02:00 |
|
Vladimir Kozlov
|
9b7a61eff1
|
8184349: There should be some verification that EnableJVMCI is disabled if a GC not supporting JVMCI is selected
Exit VM with Error when JVMCI does not support seected GC.
Reviewed-by: iveresov, thartmann
|
2018-06-15 09:16:48 -07:00 |
|
Vladimir Kozlov
|
3ced42361d
|
8202948: C2: assert(init_offset >= 0) failed: positive offset from object start
Convert the assert into compilation check which will skip superword optimization
Reviewed-by: roland, thartmann
|
2018-06-15 08:28:08 -07:00 |
|
Tobias Hartmann
|
d01224d43e
|
8205034: [BACKOUT] Induction variable of over-unrolled loop conflicts with range checks
Backout fix for JDK-8203915 because it causes SIGILL failures.
Reviewed-by: shade
|
2018-06-14 11:22:04 +02:00 |
|
Tobias Hartmann
|
c9c8cc68de
|
8203915: Induction variable of over-unrolled loop conflicts with range checks
Update skeleton predicates before main loop during unrolling to remove dead code.
Reviewed-by: kvn, roland
|
2018-06-14 09:04:55 +02:00 |
|
Per Lidén
|
e7af7a4aef
|
8204210: Implementation: JEP 333: ZGC: A Scalable Low-Latency Garbage Collector (Experimental)
Co-authored-by: Stefan Karlsson <stefan.karlsson@oracle.com>
Co-authored-by: Erik Osterlund <erik.osterlund@oracle.com>
Co-authored-by: Mikael Gerdin <mikael.gerdin@oracle.com>
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Co-authored-by: Nils Eliasson <nils.eliasson@oracle.com>
Co-authored-by: Rickard Backman <rickard.backman@oracle.com>
Co-authored-by: Roland Westrelin <rwestrel@redhat.com>
Co-authored-by: Coleen Phillimore <coleen.phillimore@oracle.com>
Co-authored-by: Robbin Ehn <robbin.ehn@oracle.com>
Co-authored-by: Gerard Ziemski <gerard.ziemski@oracle.com>
Co-authored-by: Hugh Wilkinson <hugh.wilkinson@intel.com>
Co-authored-by: Sandhya Viswanathan <sandhya.viswanathan@intel.com>
Co-authored-by: Bill Wheeler <bill.npo.wheeler@intel.com>
Co-authored-by: Vinay K. Awasthi <vinay.k.awasthi@intel.com>
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, stefank, eosterlund, ehelin, sjohanss, rbackman, coleenp, ihse, jgeorge, lmesnik, rkennke
|
2018-06-12 17:40:28 +02:00 |
|
Vladimir Kozlov
|
312328b44c
|
8204113: Upgrade linker used in AOT tests to be same version as build toolchain
Reviewed-by: erikj, iignatyev
|
2018-06-12 07:52:30 -07:00 |
|
Roland Westrelin
|
ff2c589b63
|
8202747: C2: assert(mode == ControlAroundStripMined && use == sfpt) failed: missed a node
Reviewed-by: neliasso, kvn
|
2018-06-11 14:16:43 +02:00 |
|
Aleksey Shipilev
|
bb1c912d9e
|
8204479: Bitwise AND on byte value sometimes produces wrong result
Reviewed-by: kvn, thartmann
|
2018-06-08 11:41:43 +02:00 |
|
Vladimir Ivanov
|
ddc42415c0
|
8203480: IncompatibleClassChangeError thrown at sites linked to default interface methods
Reviewed-by: kvn
|
2018-06-06 23:36:08 +03:00 |
|