Mikhailo Seledtsov
66c817134f
8222299: [TESTBUG] move hotspot container tests to hotspot/containers
...
Moved the tests, updated relevant files
Reviewed-by: dholmes, iignatyev
2019-04-12 12:26:29 -07:00
Stefan Karlsson
23f02171c8
8221393: ResolvedMethodTable too small for StackWalking applications
...
Reviewed-by: coleenp, rehn
2019-04-10 15:41:04 +02:00
Serguei Spitsyn
ff03f5c84e
8222072: JVMTI GenerateEvents() sends CompiledMethodLoad events to wrong jvmtiEnv
...
Fix GenerateEvents() to send CompiledMethodLoad events to requesting agent only
Reviewed-by: jcbeyler, amenkov
2019-04-10 17:29:03 -07:00
Daniil Titov
32848d8166
8222224: vmTestbase/nsk/jvmti/SingleStep/singlestep001/TestDescription.java fails
...
Reviewed-by: sspitsyn, jcbeyler, amenkov
2019-04-10 21:21:31 +00:00
Daniel D. Daugherty
758f02e6cc
8222229: ProblemList compiler/jsr292/InvokerSignatureMismatch.java
...
Reviewed-by: iignatyev
2019-04-09 18:26:36 -04:00
Aleksey Shipilev
321615029c
8222186: Shenandoah should not uncommit below minimum heap size
...
Reviewed-by: zgu, rkennke
2019-04-09 21:20:16 +02:00
Mikhailo Seledtsov
072f45ed9c
8221711: [TESTBUG] create more tests for JFR in container environment
...
Added test cases for environment and network events
Reviewed-by: egahlin
2019-04-15 11:44:07 -07:00
David Holmes
d7097cb0f4
8218458: [TESTBUG] runtime/NMT/CheckForProperDetailStackTrace.java fails with Expected stack trace missing from output
...
Reviewed-by: cjplummer, zgu
2019-04-08 17:30:18 -04:00
Sangheon Kim
bb31c7d085
8218049: Survivor MemoryMXBean used() size granularity is region based
...
Reviewed-by: tschatzl, kbarrett
2019-04-08 12:15:40 -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
Daniil Titov
8dfa6d1acc
8221730: jcmd process name matching broken
...
Reviewed-by: jcbeyler, dholmes, cjplummer
2019-04-08 17:09:02 +00:00
Roman Kennke
d2ac25420e
8222125: Shenandoah: Crash when running with ShenandoahParallelSafepointThreads=1
...
Reviewed-by: shade
2019-04-08 18:42:27 +02:00
Thomas Stuefe
1baf5289c5
8221539: [metaspace] Improve MetaspaceObj::is_metaspace_obj() and friends
...
Reviewed-by: adinn, coleenp, mdoerr
2019-03-27 14:13:34 +01:00
Aleksey Shipilev
208ecde943
8221918: runtime/SharedArchiveFile/serviceability/ReplaceCriticalClasses.java fails: Shared archive not found
...
Reviewed-by: jiangli, dholmes
2019-04-05 09:06:19 +02:00
Goetz Lindenmaier
d6c2cc2413
8219918: ProblemList hotspot tests failing in SAP testing
...
Reviewed-by: dholmes
2019-04-05 07:59:13 +02:00
Goetz Lindenmaier
39f3368ffd
8221470: Print methods in exception messages in java-like Syntax
...
Reviewed-by: dholmes, mdoerr, coleenp
2019-04-04 09:39:44 +02:00
Mikhailo Seledtsov
05b294ea97
8221710: [TESTBUG] more configurable parameters for docker testing
...
Introduced docker test config properties
Reviewed-by: lmesnik, iignatyev, egahlin
2019-04-04 12:29:43 -07:00
Roman Kennke
03ab1404f0
8221766: Load-reference barriers for Shenandoah
...
Reviewed-by: kvn, erikj, aph, shade
2019-04-02 23:00:22 +02:00
David Holmes
2f20909d10
8218483: Crash in "assert(_daemon_threads_count->get_value() > daemon_count) failed: thread count mismatch 5 : 5"
...
Reviewed-by: dcubed, stuefe
2019-04-03 22:03:39 +00:00
Zhengyu Gu
6881a91868
8220602: Shenandoah-SA: Enable best-effort implementation of heap walk
...
Reviewed-by: rkennke, cjplummer
2019-03-14 09:53:15 -04:00
Zhengyu Gu
5730a0413b
8221875: Unquarantine Shenandoah string dedup tests
...
Reviewed-by: rkennke
2019-04-02 16:36:00 -04:00
Igor Ignatyev
c115415af1
8221870: use driver to run CtwRunner in applications/ctw tests
...
Reviewed-by: shade, epavlova
2019-04-02 13:39:22 -07:00
Kim Barrett
e7e00f7ae0
8221102: Allow GC threads to participate in threads claiming protocol
...
Expand claim counter from 1bit to uintx, with rare overflow handling.
Reviewed-by: tschatzl, rkennke
2019-04-02 13:08:38 -04:00
Henry Jen
52da980fa2
Merge
2019-03-26 10:55:17 -07:00
Jiangli Zhou
223e1c6e42
8220095: Assertion failure when symlink (with different name) is used for lib/modules file
...
Removed confusing function ClassLoader::is_modules_image(char*)
Reviewed-by: lfoltan, ccheung
2019-03-23 21:51:07 -07:00
Coleen Phillimore
54f31c6089
8218399: runtime/RedefineObject/TestRedefineObject.java timeout
...
Exclude this test for graal
Reviewed-by: hseigel, lfoltan
2019-03-22 16:16:10 -04:00
Nick Gasson
1925ff3540
8220451: jdi/EventQueue/remove/remove004 failed due to "ERROR: thread2 is not alive"
...
8220456: jdi/EventQueue/remove_l/remove_l004 failed due to "TIMEOUT while waiting for event"
Reviewed-by: sspitsyn, dcubed, gadams
2019-03-22 03:04:09 +00:00
Roman Kennke
59a025d90b
8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
...
Reviewed-by: vlivanov, roland
2019-03-15 09:57:42 +01:00
Daniil Titov
ed5a2f1e06
8218401: WRONG_PHASE: vmTestbase/nsk/jvmti test crash
...
Reviewed-by: sspitsyn, jcbeyler
2019-03-21 19:56:31 +00:00
David Holmes
87283a7568
8221180: Deprecate AllowJNIEnvProxy
...
Reviewed-by: coleenp, dcubed
2019-03-20 23:32:57 -04: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
Coleen Phillimore
3ed98222a7
8220744: Move RedefineTests to from runtime to serviceability
...
Move tests out of runtime to jvmti/RedefineClasses
Reviewed-by: sspitsyn, dcubed, cjplummer, hseigel, mseledtsov
2019-03-19 14:22:47 -04:00
Ao Qi
f6e688c7c8
8220812: gc/shenandoah/options/TestLoopMiningArguments.java fails if default GC is serial/parallel/cms
...
Reviewed-by: shade
2019-03-19 17:03:18 +08:00
Per Lidén
4a83447db2
8220597: ZGC: Convert ZForwarding to use ZAttachedArray
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
dd412e66c5
8220594: ZGC: Remove superfluous ZPage::is_active()
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:40 +01:00
Per Lidén
0ce7c21d33
8220588: ZGC: Convert ZRelocationSet to hold ZForwardings instead of ZPages
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01:00
Per Lidén
5a079bf515
8220587: ZGC: Break out forwarding information from ZPage
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:39 +01: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
Jesper Wilhelmsson
f0b707b94b
8220704: ZGC: gc tests complain Java heap too small
...
Reviewed-by: iignatyev, tschatzl
2019-03-15 18:59:21 +01:00
Aleksey Shipilev
977992a07e
8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled
...
Reviewed-by: rkennke, roland
2019-03-15 13:01:30 +01:00
Gary Adams
b860b6bf89
8220678: unquarantine nsk/jdi/ThreadReference/setEnabled/setenabled003
...
Reviewed-by: cjplummer, sspitsyn
2019-03-15 06:16:39 -04: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
Daniil Titov
a148e026a9
8218812: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/TestDescription.java failed
...
Reviewed-by: dlong, sspitsyn, jcbeyler
2019-03-14 16:28:31 -07:00
Igor Ignatyev
8d282e55e2
8220689: problem list RandomCommandsTest in graal runs
...
Reviewed-by: kvn
2019-03-14 16:17:42 -07:00
Mikhailo Seledtsov
2b19cf94b2
8220676: [TESTBUG] ProblemList TestCPUSets until the test issue is resolved
...
Added the test to problem list
Reviewed-by: lfoltan
2019-03-14 11:26:53 -07:00
Jean Christophe Beyler
818df25a3b
8220628: Move the HeapMonitor library to C++
...
Migrate libHeapMonitorTest.c to libHeapMonitorTest.cpp
Reviewed-by: cjplummer, sspitsyn
2019-03-14 09:35:45 -07:00
Harold Seigel
cace9d1c8e
8219579: Remove redundant signature parsing from the verifier
...
Change verifier signature checking into asserts because ClassFileParser checks signatures for files being verified.
Reviewed-by: lfoltan, coleenp, redestad, dholmes
2019-03-14 09:38:17 -04:00
Stefan Karlsson
2370adc703
8220343: Move scavenge_root_nmethods from shared code
...
Reviewed-by: kvn, eosterlund
2019-03-14 09:15:51 +01: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
Chris Plummer
6fd9b75e55
8220352: Crash with assert(external_guard || result != __null) failed: Invalid JNI handle
...
Don't delete globalrefs that might still be referenced
Reviewed-by: gadams, jcbeyler, sspitsyn
2019-03-13 19:42:23 -07:00
Ekaterina Pavlova
4df6db5e3f
8219882: [AOT] Develop regression test for 8218859
...
Reviewed-by: kvn
2019-03-13 12:30:20 -07:00
Per Lidén
6d4374b876
8219633: ZGC: Rename ZPageSizeMin to ZGranuleSize
...
Reviewed-by: eosterlund, stefank
2019-03-13 11:31:00 +01:00
Per Lidén
304dca18b5
8219816: Add IsArray/RemoveExtent type traits utilities
...
Reviewed-by: kbarrett, eosterlund
2019-03-13 11:31:00 +01:00
Daniil Titov
aff762c368
8220244: vmTestbase/nsk/jvmti/scenarios/sampling/SP06/sp06t003 hasn't been un-problemlisted
...
Reviewed-by: dlong
2019-03-12 17:55:17 -07:00
Henry Jen
833627bc3c
Merge
2019-01-22 14:14:52 -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
Aleksey Shipilev
5f325c2363
8217423: Windows gtest build fails after JDK-8212826 (Make PtrQueue free list lock-free)
...
Reviewed-by: clanger, zgu, kbarrett
2019-01-21 10:05:24 +01:00
Kim Barrett
5c83330cf8
8212826: Make PtrQueue free list lock-free
...
Add lock-free stack and use in BufferNode::Allocator.
Reviewed-by: tschatzl, sangheki
2019-01-19 19:50:01 -05:00
Aleksey Shipilev
2858e8f4e2
8217343: Shenandoah control thread should be able to run at critical priority
...
Reviewed-by: rkennke
2019-01-19 11:20:01 +01:00
Aleksey Shipilev
028cf5ae00
8217378: UseCriticalCMSThreadPriority is broken
...
Reviewed-by: rkennke, dcubed
2019-01-19 11:19:55 +01:00
David Holmes
8859f7ec1e
8217337: [TESTBUG] TestThreadDumpClassInitMonitor.java fails with Unexpected thread info line
...
Product build is missing two lines in the stacktrace
Reviewed-by: clanger, iignatyev
2019-01-18 18:21:50 -05:00
Aleksey Shipilev
07b8d39e6f
8217315: Proper units should print more significant digits
...
Reviewed-by: stuefe, tschatzl
2019-01-18 17:05:41 +01:00
Aleksey Shipilev
3be22e5884
8217014: Epsilon should not ignore Metadata GC causes
...
Reviewed-by: stuefe, zgu
2019-01-18 16:40:24 +01:00
Gary Adams
b979952d62
8158066: SourceDebugExtensionTest fails to rename file
...
Reviewed-by: dcubed, dholmes
2019-01-18 05:33:28 -05:00
Aleksey Shipilev
a9663a0a7b
8217321: [TESTBUG] utilities/test_globalDefinitions.cpp should use _LP64, not LP64
...
Reviewed-by: tschatzl, coleenp
2019-01-17 17:28:47 +01:00
Jesper Wilhelmsson
c7219faf86
8218074: Update Graal
...
Reviewed-by: kvn
2019-03-12 19:17:42 +01:00
Gary Adams
f9d6d1d8f2
8013728: nsk/jdi/BScenarios/hotswap/tc10x001 Unrecognized Windows Sockets error: 0: recv failed
...
Reviewed-by: cjplummer, amenkov
2019-03-12 07:17:03 -04: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
Mikhailo Seledtsov
f31d3d540e
Merge
2019-03-08 11:09:39 -08:00
Mikhailo Seledtsov
08aa348b05
8220313: [TESTBUG] Update base image for Docker testing to OL 7.6
...
Updated the OL version in Dockerfile in FROM field
Reviewed-by: dcubed
2019-03-08 11:08:11 -08:00
Severin Gehwolf
1952af8053
8220353: [TESTBUG] TestRegisterRestoring uses SafepointALot without UnlockDiagnosticVMOptions
...
Reviewed-by: thartmann, shade
2019-03-08 13:56:05 +01:00
Harold Seigel
871541b342
8220085: runtime/CompressedOops/UseCompressedOops.java times out on Windows intermittently
...
Increase the test's timeout to 480 and move it from tier1 to tier3.
Reviewed-by: lfoltan, mseledtsov
2019-03-08 08:19:16 -05:00
Martin Doerr
97ec4aeed2
8219584: Try to dump error file by thread which causes safepoint timeout
...
Reviewed-by: stuefe, dholmes, kvn
2019-03-08 11:23:30 +01:00
Mikhailo Seledtsov
6d12ffec19
8219997: [TESTBUG] Create test for JFR events in Docker container: CPU, Memory and Process Info
...
Start docker with limits on CPU/Mem, verify JFR reports correct data
Reviewed-by: egahlin
2019-03-07 13:20:04 -08: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
Gary Adams
359e6b0a42
8201252: unquarantine nsk/jdi/ThreadReference/resume/resume001
...
Reviewed-by: cjplummer
2019-03-07 07:19:49 -05:00
Robbin Ehn
9b70cef920
8220050: Deprecate -XX:-ThreadLocalHandshakes
...
Reviewed-by: dcubed, mdoerr
2019-03-07 10:32:55 +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
Daniil Titov
02d0800300
8218464: vmTestbase/nsk/jdi/VirtualMachine/allThreads/allthreads001/TestDescription.java failed
...
Reviewed-by: sspitsyn, gadams
2019-03-06 09:30:05 -08:00
Thomas Stuefe
914ce13a0c
8219650: [Testbug] Fix potential crashes in new test hotspot gtest "test_print_hex_dump"
...
Reviewed-by: clanger, shade
2019-02-28 14:22:03 +01:00
Daniil Titov
ac7f4635e1
8218167: nsk/jvmti/scenarios/sampling/SP02/sp02t003 fails
...
Reviewed-by: dlong, cjplummer
2019-03-05 13:41:35 -08: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
Gary Adams
cf086be753
4903717: nsk/jdi/ThreadReference/isSuspended/issuspended002 failing
...
Reviewed-by: amenkov, sspitsyn
2019-03-04 08:45:05 -05:00
Thomas Schatzl
e68d585a8d
8218880: G1 crashes when issuing a periodic GC while the GCLocker is held
...
Do not wait for the GC locker in the periodic GC thread as the GC locker being held is an indication for being busy anyway.
Reviewed-by: kbarrett, shade
2019-03-04 11:49:16 +01:00
Coleen Phillimore
84a6e34fb0
8218266: G1 crash in AccessInternal::PostRuntimeDispatch
...
Protection_domains can be unloaded in the dictionary pd_set.
Reviewed-by: zgu, hseigel
2019-02-28 16:30:31 -05:00
Daniil Titov
ba84c4bc0c
8207367: 10 vmTestbase/nsk/jdi tests timed out when running with jtreg
...
Reviewed-by: sspitsyn, cjplummer
2019-02-28 13:12:26 -08:00
Gerard Ziemski
dbd7ee1eb4
8212932: [TESTBUG] Clean up TestVirtualSpaceNode test
...
Remove test/hotspot/gtest/memory/test_virtualSpaceNode.cpp
Reviewed-by: stuefe, coleenp
2019-02-28 11:04:06 -06:00
Gerard Ziemski
d291437162
8219789: [TESTBUG] TestOptionsWithRanges.java produces hs_err_pidXXXXX.log file for VMThreadStackSize=9007199254740991
...
Excluded test of mac range for VMThreadStackSize
Reviewed-by: coleenp, mseledtsov
2019-02-28 10:55:07 -06:00
Coleen Phillimore
2a83596e85
8181171: Deleting method for RedefineClasses breaks ResolvedMethodName
...
8210457: JVM crash in ResolvedMethodTable::add_method(Handle)
Add a function to call NSME in ResolvedMethodTable to replace deleted methods.
Reviewed-by: sspitsyn, dholmes, dcubed
2019-02-26 08:01:20 -05:00
David Holmes
1d5674ab33
8208278: [mlvm] [TESTBUG] vm.mlvm.mixed.stress.java.findDeadlock.INDIFY_Test Deadlocked threads are not always detected
...
Reviewed-by: iignatyev
2019-02-24 16:10:52 -05:00
Stefan Karlsson
17777a7680
8219571: ProblemList serviceability/sa/TestJmapCoreMetaspace.java
...
Reviewed-by: iignatyev
2019-02-22 20:42:01 +01:00
Igor Ignatyev
b88c7ac223
8219158: use 'test.root' property instead of traversing test-src path
...
Reviewed-by: dholmes
2019-02-22 11:07:18 -08:00
Igor Ignatyev
98ebd2bc9e
8219417: bump jtreg requiredVersion to b14
...
Reviewed-by: alanb, dholmes
2019-02-22 09:47:00 -08:00
Robbin Ehn
74d466fd5f
8219436: Safepoint logs correction and misc
...
Reviewed-by: mdoerr, coleenp
2019-02-22 14:20:06 +01:00
Ioi Lam
d06f3e7e28
8218751: Do not store original classfiles inside the CDS archive
...
Remove the OD shared region and decode classfiles on the fly
Reviewed-by: jiangli, ccheung, sspitsyn, redestad
2019-02-21 17:07:35 -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
Aleksey Shipilev
ace0b7a803
8219524: Shenandoah misreports "committed" size in MemoryMXBean
...
Reviewed-by: rkennke, zgu
2019-02-21 15:52:42 +01:00