Tobias Hartmann
be08874935
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
...
Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
2016-08-17 08:19:06 +02:00
Igor Veresov
19d25373bf
Merge
2016-08-11 16:22:08 -07:00
Daniel D. Daugherty
d05e00ca76
8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
...
Reviewed-by: hseigel
2016-08-11 12:27:20 -07:00
Dmitrij Pochepko
5ae0aff787
8160299: Test8015436 doesn't check which method was executed
...
Reviewed-by: kvn
2016-08-09 16:47:47 +03:00
Dmitrij Pochepko
dfce7d89bf
8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB
...
Reviewed-by: kvn
2016-08-09 14:17:28 +03:00
Dmitrij Pochepko
432e69e8fe
8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache
...
Reviewed-by: kvn
2016-08-09 14:16:44 +03:00
Doug Simon
e9ea1b08e8
8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
...
Simplify CompilerToVM.getConstantPool() and related tests.
Reviewed-by: kvn, zmajo
2016-08-08 17:06:21 +02:00
Sharath Ballal
bd4e4b5bfb
8163269: Testcase missed in push for JDK-8160817
...
Add missed testcase
Reviewed-by: dsamersoff
2016-08-08 17:15:46 +03:00
Dmitrij Pochepko
91f0706600
8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class
...
Reviewed-by: iveresov
2016-08-08 11:30:46 +03:00
Igor Veresov
3c025b715c
Merge
2016-08-05 13:37:53 -07:00
Alejandro Murillo
8857b866e7
Merge
2016-08-05 09:58:09 -07:00
Alejandro Murillo
22b49b9431
Merge
2016-08-05 09:50:25 -07:00
Dmitrij Pochepko
8d7182f2a7
8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
...
Reviewed-by: kvn
2016-08-05 16:23:44 +03:00
Dmitrij Pochepko
b06d871fad
8161279: Various JMX-tests timed out
...
Reviewed-by: kvn
2016-08-05 16:22:30 +03:00
Chris Plummer
3a4f05d90c
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
...
Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
2016-08-04 16:11:49 -07:00
Joe Darcy
4497988860
8163231: A couple of runtime tests failing for the -testset hotspot snapshot job
...
Reviewed-by: acorn
2016-08-04 15:52:14 -07:00
Max Ockner
3d98a46718
Merge
2016-08-04 23:17:33 +02:00
Max Ockner
9465d5512a
8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
...
Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java
Reviewed-by: coleenp, gtriantafill
2016-08-04 12:55:28 -04:00
Leonid Mesnik
127367ce74
8162852: Mark stress compiler and gc tests with stress keyword
...
Reviewed-by: kvn, tschatzl
2016-08-04 14:04:14 +03:00
Tobias Hartmann
af8e1270cb
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
...
Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper().
Reviewed-by: kvn
2016-08-04 10:34:34 +02:00
Tobias Hartmann
13fca14037
8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
...
Value of CICompilerCount should be range checked after ergo. Don't create C2 compiler threads with TieredStopAtLevel=1.
Reviewed-by: kvn
2016-08-04 08:58:22 +02:00
Tom Rodriguez
70110abb7a
Merge
2016-08-03 15:52:38 +00:00
Vladimir Kozlov
836b73b338
8163018: Slow compiler tests in JPRT
...
Fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test.
Reviewed-by: dholmes, dcubed
2016-08-02 19:46:29 -07:00
Tom Rodriguez
d77fbe8b1b
8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
...
Reviewed-by: kvn
2016-08-02 17:12:16 -07:00
Gerald Thornbrugh
8a3dd8c557
8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k
...
Changed argument from 328k to 1M
Reviewed-by: dcubed, fparain, dholmes
2016-08-02 13:48:07 -07:00
Michail Chernov
18a908de4a
8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
...
Reviewed-by: sangheki, tschatzl
2016-08-02 15:22:41 +03:00
Vladimir Kozlov
4b428d9b3a
Merge
2016-08-01 20:47:51 -07:00
Sharath Ballal
3baf6b1f72
8158050: Remove SA-JDI
...
Remove SA-JDI
Reviewed-by: alanb, dsamersoff
2016-08-01 10:51:22 +03:00
Tatiana Pivovarova
a4383337fe
8161138: testlibrary_tests/ctw/* failed with "Failed. Unexpected exit from test [exit code: 0]"
...
Reviewed-by: kvn
2016-07-29 17:41:14 +03:00
Dmitrij Pochepko
757db81501
8162603: Unrecognized VM option 'UseCountedLoopSafepoints'
...
Reviewed-by: kvn
2016-07-28 16:09:31 +03:00
Vladimir Ivanov
1208854be7
8155781: C2: opaque unsafe access triggers an assert
...
Reviewed-by: kvn, lmesnik, ppunegov
2016-07-21 20:18:11 +03:00
Daniel D. Daugherty
1ffdc57850
8161949: quarantine runtime/Unsafe/GetUnsafe.java to allow sync with JDK9-dev
...
Reviewed-by: jiangli, gtriantafill
2016-07-20 10:55:32 -07:00
Roland Westrelin
3636d8f3d5
8161147: jvm crashes when -XX:+UseCountedLoopSafepoints is enabled
...
Don't convert loop with safepoint on the backedge to Counted loop
Reviewed-by: kvn
2016-07-25 14:31:42 -07:00
Dmitrij Pochepko
52d291dd00
8162376: TestSHA512Intrinsics.java failed with Unexpected count of intrinsic _sha5_implCompress is expected
...
Reviewed-by: kvn
2016-07-25 21:02:51 +03:00
Doug Simon
86961b9419
8161265: [JVMCI] EnableJVMCI should only be required when its not implied by other flags
...
Reviewed-by: twisti, kvn, never
2016-07-20 22:18:13 +00:00
Dmitrij Pochepko
48476abaa6
8071652: -XX:CompileOnly does not behave as documented
...
Reviewed-by: kvn
2016-07-20 19:35:08 +03:00
Dmitrij Pochepko
8ad8a1e35e
8161695: compiler/jsr292/MHInlineTest.java can't be run on client-only platforms
...
Reviewed-by: kvn
2016-07-20 19:33:22 +03:00
Dmitrij Pochepko
70dd85aca8
8158756: [Testbug] serviceability/dcmd/compiler/CompilerQueueTest.java fails with TieredStopAtLevel=1
...
Reviewed-by: thartmann
2016-07-20 19:31:34 +03:00
Dmitrij Pochepko
71fd93cbb7
8161508: JVMCI: MaterializeVirtualObjectTest fails w/ "CASE: invalidate=true: has no virtual object before materialization
...
Reviewed-by: kvn
2016-07-20 19:29:10 +03:00
Tom Rodriguez
e26d43a2a3
8161603: [JVMCI] HotSpotVMConfig.baseVtableLength is incorrectly computed
...
Reviewed-by: kvn
2016-07-19 18:17:40 -07:00
Tom Rodriguez
368df4fd8d
8161292: [JVMCI] missing test files from 8159368
...
Reviewed-by: twisti, kvn
2016-07-19 18:11:03 +00:00
Rickard Bäckman
3d15529c03
Merge
2016-07-19 13:15:46 +02:00
Thomas Schatzl
ada5ab192f
8034842: Parallelize the Free CSet phase in G1
...
Reviewed-by: jmasa, ehelin
2016-07-19 10:31:41 +02:00
Daniel D. Daugherty
c0e5b2646f
8161173: quarantine compiler/arraycopy/TestEliminatedArrayCopyDeopt.java
...
8161174: quarantine gc/stress/TestStressG1Humongous.java on 32-bit
8161175: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java on 32-bit
Reviewed-by: sspitsyn, jmasa, gtriantafill
2016-07-18 14:20:30 -07:00
Gerald Thornbrugh
8f39b65deb
8144278: [TESTBUG] hotspot/runtime/StackGuardPages/testme.sh should use native library build support
...
Reviewed-by: erikj, dsamersoff, dholmes
2016-07-15 10:46:08 -07:00
Gerald Thornbrugh
2b23013b97
8144279: [TESTBUG] hotspot/runtime/jsig/Test8017498.sh should use native library build support
...
Reviewed-by: ccheung, cjplummer, dcubed
2016-07-15 10:31:50 -07:00
Gerald Thornbrugh
b571e747c5
8081770: [TESTBUG] regression Test7107135 needs to remove dependence on locally installed gcc
...
Reviewed-by: cjplummer, dcubed
2016-07-15 10:25:16 -07:00
Paul Sandoz
22f1fb042e
8151163: All Buffer implementations should leverage Unsafe unaligned accessors
...
Reviewed-by: shade, aph
2016-07-15 12:36:18 +02:00
Michail Chernov
dd05422209
8158508: gc/logging/TestUnifiedLoggingSwitchStress.java timeout
...
Reviewed-by: jmasa, tschatzl
2016-07-12 15:06:18 +03:00
Richard Reingruber
aa7a85dcbf
8134434: JVM_DoPrivileged() fires assert(_exception_caught == false) failed: _exception_caught is out of phase
...
Explicitly set exception detected inside rethrow_C
Reviewed-by: goetz, sspitsyn
2016-07-13 10:51:19 +03:00