Harold Seigel
|
ef40115621
|
8221685: -XX:BytecodeVerificationRemote and -XX:BytecodeVerificationLocal should be diagnostic options
Make the options diagnostic and add -XX:+UnlockDiagnosticVMOptions to tests where needed.
Reviewed-by: lfoltan, acorn, dholmes
|
2019-04-24 08:27:00 -04:00 |
|
Jesper Wilhelmsson
|
75db2f7df9
|
8221598: Update Graal
Reviewed-by: kvn
|
2019-04-23 22:55:09 +02:00 |
|
Ekaterina Pavlova
|
a8550e4589
|
8222747: [Graal] mx_subprocess files miss testing VM flags
Reviewed-by: kvn
|
2019-04-19 11:18:06 -07:00 |
|
Ekaterina Pavlova
|
894027aec4
|
8208066: compiler/graalunit/JttThreadsTest.java failed with org.junit.runners.model.TestTimedOutException: test timed out after 20 seconds
Reviewed-by: iignatyev
|
2019-04-12 14:13:31 -07:00 |
|
Ekaterina Pavlova
|
93c0734d3a
|
8216551: GraalUnitTestLauncher should be executed as '@run driver'
Reviewed-by: dlong, kvn
|
2019-04-08 11:11:22 -07:00 |
|
Rahul Raghavan
|
3f0955154d
|
8219612: compiler.codecache.stress.Helper.TestCaseImpl can't be defined in different runtime package as its nest host
Test rewritten to use top level classes rather then nested ones
Reviewed-by: iignatyev, kvn, thartmann
|
2019-03-27 18:33:48 +05:30 |
|
Volker Simonis
|
6efb59fad7
|
8221483: TestOopCmp.java fails due to "Multiple garbage collectors selected"
Reviewed-by: kvn, mdoerr
|
2019-03-26 18:42:10 +01:00 |
|
Volker Simonis
|
f9c08cc6fb
|
8221083: [ppc64] Wrong oop compare in C1-generated code
Reviewed-by: mdoerr, goetz
|
2019-03-26 11:51:41 +01:00 |
|
Dmitry Cherepanov
|
f16af8d4d5
|
8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
Reviewed-by: iveresov, thartmann
|
2019-03-20 11:51:43 +03:00 |
|
Per Lidén
|
fbf62f0fb8
|
8220569: ZGC: Rename and rework ZUnmapBadViews to ZVerifyViews
Reviewed-by: stefank, eosterlund
|
2019-03-18 11:50:38 +01:00 |
|
Tobias Hartmann
|
0b42c0728a
|
8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout
Test should not be executed with Graal as JIT.
Reviewed-by: kvn
|
2019-03-15 08:27:13 +01:00 |
|
Igor Ignatyev
|
8fb834a4bf
|
8219139: move hotspot tests from test/jdk/vm
Reviewed-by: dholmes, mseledtsov
|
2019-03-14 19:37:17 -07:00 |
|
Roland Westrelin
|
3ec1137c1f
|
8220374: C2: LoopStripMining doesn't strip as expected
Reviewed-by: rkennke, thartmann, mdoerr
|
2019-03-12 15:42:32 +01:00 |
|
Ekaterina Pavlova
|
4df6db5e3f
|
8219882: [AOT] Develop regression test for 8218859
Reviewed-by: kvn
|
2019-03-13 12:30:20 -07:00 |
|
Jesper Wilhelmsson
|
c7219faf86
|
8218074: Update Graal
Reviewed-by: kvn
|
2019-03-12 19:17:42 +01:00 |
|
Bernard Blaser
|
cf09431450
|
8220407: compiler/intrinsics/math/TestFpMinMaxIntrinsics.java timedout
Reviewed-by: kvn
|
2019-03-12 02:13:02 +01:00 |
|
Tobias Hartmann
|
164fcbbec9
|
8218201: Failures when vmIntrinsics::_getClass is not inlined
Fix BCEscapeAnalyzer to correctly handle _getClass intrinsic.
Reviewed-by: kvn, dlong, redestad, neliasso
|
2019-03-11 11:42:57 +01:00 |
|
Severin Gehwolf
|
1952af8053
|
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
Reviewed-by: thartmann, shade
|
2019-03-08 13:56:05 +01:00 |
|
Jatin Bhateja
|
c2ec1085e1
|
8217561: X86: Add floating-point Math.min/max intrinsics
Implementation taking care of +/-0.0 and NaN which uses a specific pattern for reductions
Reviewed-by: aph, kvn, neliasso, sviswanathan, adinn
|
2019-03-07 15:27:42 +01:00 |
|
Goetz Lindenmaier
|
3d593b0c1c
|
8219651: compiler/ciReplay/TestServerVM.java is failing on windows
Reviewed-by: thartmann, kvn
|
2019-03-06 16:01:01 +01:00 |
|
Tobias Hartmann
|
ac17b61a59
|
8163511: Allocation of compile task fails with assert: "Leaking compilation tasks?"
Use weak handles for compile tasks to allow unloading of referenced methods.
Reviewed-by: kvn, coleenp, eosterlund
|
2019-03-07 08:38:16 +01:00 |
|
Fairoz Matte
|
3e71e62ff6
|
8219513: compiler/codegen/aes/TestCipherBlockChainingEncrypt.java timeout on Solaris-sparc
Reviewed-by: kvn, iignatyev
|
2019-03-01 04:34:28 -08:00 |
|
Roland Westrelin
|
7fd7a118da
|
8219335: "failed: unexpected type" assert failure in ConnectionGraph::split_unique_types() with unsafe accesses
Reviewed-by: thartmann, kvn
|
2019-02-18 17:41:31 +01:00 |
|
Harold Seigel
|
dd7e50dc01
|
8214719: Deprecate -Xverify:none option
Deprecate -Xverify:none and -noverify and remove them from tests
Reviewed-by: dholmes, mikael
|
2019-02-20 13:21:36 -05:00 |
|
Tobias Hartmann
|
799c9a66fd
|
8218721: C1's CEE optimization produces safepoint poll with invalid debug information
Bail out of CEE if one of the gotos is a safepoint but the if is not.
Reviewed-by: vlivanov, mdoerr
|
2019-02-19 08:58:55 +01:00 |
|
Igor Ignatyev
|
8512c3117d
|
8218471: generate-unsafe-access-tests.sh does not correctly invoke build.tools.spp.Spp
Reviewed-by: kvn, thartmann
|
2019-02-14 23:45:03 -08:00 |
|
Vladimir Ivanov
|
992f8f87ad
|
8218758: [TESTBUG] compiler/cha/StrengthReduceInterfaceCall.java misses recompilation event
Reviewed-by: iignatyev
|
2019-02-14 15:27:12 -08:00 |
|
Igor Ignatyev
|
328fae7880
|
8145845: [AOT] NullPointerException in compiler/whitebox/GetCodeHeapEntriesTest.java
Reviewed-by: kvn, thartmann
|
2019-02-12 11:23:43 -08:00 |
|
Aleksey Shipilev
|
7ce7e1b3d7
|
8218715: [TESTBUG] TestUseOptoBiasInliningWithoutEliminateLocks needs to unlock WhiteBoxAPI
Reviewed-by: kvn
|
2019-02-09 19:39:28 +01:00 |
|
Roland Westrelin
|
f88962f2d9
|
8217990: C2 UseOptoBiasInlining: load of markword optimized to 0 if running with -XX:-EliminateLocks
Reviewed-by: thartmann, mdoerr, rrich, kvn
|
2019-02-07 09:55:57 +01:00 |
|
Pengfei Li
|
42f34d1076
|
8218550: Add test omitted from JDK-8212043
Add test case omitted from fix for JDK-8212043
Reviewed-by: shade
|
2019-02-06 16:25:58 +00:00 |
|
Jesper Wilhelmsson
|
b2d0be746a
|
Merge
|
2019-02-02 00:11:54 +01:00 |
|
Igor Ignatyev
|
f20fd7ee18
|
8178798: Two compiler/aot/verification/vmflags tests fail by timeout with UseAVX=3
Reviewed-by: kvn
|
2019-01-30 17:35:20 -08:00 |
|
Vladimir Ivanov
|
ac3711e9cd
|
6986483: CHA: optimize calls through interfaces
Reviewed-by: neliasso, thartmann
|
2019-01-31 17:48:29 -08:00 |
|
Fairoz Matte
|
7f57d05d73
|
8209951: Problematic sparc intrinsic: com.sun.crypto.provider.CipherBlockChaining
Reviewed-by: kvn, thartmann
|
2019-01-31 04:49:46 -08:00 |
|
Vladimir Ivanov
|
d2552c3e55
|
8217760: C2: Missing symbolic info on a call from intrinsics when invoked through MethodHandle
Reviewed-by: thartmann, roland
|
2019-01-25 13:37:08 -08:00 |
|
Jesper Wilhelmsson
|
fd21613d59
|
Merge
|
2019-01-25 18:12:06 +01:00 |
|
Tao Ji
|
3626d59867
|
8217359: C2 compiler triggers SIGSEGV after transformation in ConvI2LNode::Ideal
Reviewed-by: thartmann
|
2019-01-21 13:31:42 +08:00 |
|
Vladimir Ivanov
|
50e3aa4150
|
8202952: C2: Unexpected dead nodes after matching
Reviewed-by: kvn
|
2019-01-22 18:14:14 -08:00 |
|
Tobias Hartmann
|
5172199ef9
|
8217447: Develop flag TraceICs is broken
Added NULL check and fixed output.
Reviewed-by: kvn
|
2019-01-22 08:47:01 +01:00 |
|
Jesper Wilhelmsson
|
cda0d67617
|
Merge
|
2019-01-16 20:53:09 +01:00 |
|
Tom Rodriguez
|
e590813950
|
8215748: Application fails when executed with Graal
Reviewed-by: iveresov, kvn, thartmann
|
2019-01-15 22:59:33 -08:00 |
|
Jesper Wilhelmsson
|
a8c5f1e59a
|
Merge
|
2019-01-15 22:54:09 +01:00 |
|
Jesper Wilhelmsson
|
528bc73ca4
|
Merge
|
2019-01-14 23:05:26 +01:00 |
|
Tobias Hartmann
|
955d587990
|
8213249: compiler/graalunit/HotspotTest.java failed in ExplicitExceptionTest
Added -XX:-OmitStackTraceInFastThrow to test flags to avoid empty exception message.
Reviewed-by: epavlova, iignatyev, dlong, kvn
|
2019-01-14 09:48:30 +01:00 |
|
Roland Westrelin
|
70ba959a4b
|
8216549: Mismatched unsafe access to non escaping object fails
Reviewed-by: vlivanov, kvn, thartmann
|
2019-01-11 10:03:00 +01:00 |
|
Thomas Schatzl
|
c64595190f
|
8216316: Tests fail due to too low specified TLAB size
Co-authored-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com>
Reviewed-by: goetz, sangheki
|
2019-01-10 12:14:12 +01:00 |
|
Patric Hedlin
|
a17df8d45b
|
8210392: assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
Avoid excessive split-if.
Reviewed-by: thartmann, neliasso
|
2018-12-18 10:12:28 +01:00 |
|
Roland Westrelin
|
b68257174d
|
8214862: assert(proj != __null) at compile.cpp:3251
Reviewed-by: kvn, thartmann
|
2018-12-07 17:56:51 +01:00 |
|
Roland Westrelin
|
103c8dc608
|
8215265: C2: range check elimination may allow illegal out of bound access
Reviewed-by: thartmann, kvn
|
2018-12-14 11:22:26 +01:00 |
|