David Holmes
02f1d4430c
8225568: ProblemList compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest.java
...
Reviewed-by: thartmann
2019-06-11 08:03:29 -04:00
Rahul Raghavan
2f25526470
8225567: Wrong file headers with 8202414 fix changeset
...
Corrected source file headers
Reviewed-by: thartmann
2019-06-11 14:33:34 +05:30
Daniil Titov
2f1b1de1e8
8222828: vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java failed
...
Reviewed-by: cjplummer, gadams, jcbeyler
2019-06-10 09:41:09 -07:00
Harold Seigel
9ee5ab5124
8224952: RI deviates from JVMS - non-zero minor_version for class files throws UnsupportedClassVersionError
...
Change the JVM to follow the JVM Spec and accept non-zero minor_version for appropriate older class file versions.
Reviewed-by: acorn, dholmes, iignatyev
2019-06-10 09:52:04 -04:00
Stefan Karlsson
2fded1c480
8223837: Add -XX:MinHeapSize flag to set the minimum heap size
...
Reviewed-by: pliden, tschatzl
2019-06-07 13:50:14 +02:00
Matthias Baesken
4dececb589
8226943: compile error in libfollowref003.cpp with XCode 10.2 on macosx
...
Reviewed-by: sspitsyn
2019-06-28 13:16:11 +02:00
Igor Ignatyev
f2f26ca775
8149040: Cleanup compiler/jsr292/NonInlinedCall tests after JDK-8148994
...
Reviewed-by: kvn, thartmann
2019-06-07 21:35:26 -07:00
Dean Long
c18ffd6a79
8223050: JVMCI: findUniqueConcreteMethod() should not use Dependencies::find_unique_concrete_method() for non-virtual methods
...
Reviewed-by: kvn, dnsimon
2019-06-07 18:11:33 -04:00
Vladimir Kozlov
12bb59fb63
8225350: compiler/jvmci/compilerToVM/IsCompilableTest.java timed out
...
Reviewed-by: iignatyev
2019-06-07 13:57:08 -07:00
Leonid Mesnik
8c40b77cd8
8225388: Running jcmd Compiler.CodeHeap_Analytics all 0 cause crash
...
Reviewed-by: thartmann, sspitsyn
2019-06-07 12:26:50 -07:00
Per Lidén
a6aa1030b4
8222145: Add -XX:SoftMaxHeapSize flag
...
Reviewed-by: eosterlund, tschatzl
2019-06-07 11:19:34 +02:00
Igor Ignatyev
51b861c303
8225469: clean up problem lists
...
Reviewed-by: kvn
2019-06-06 23:06:47 -07:00
Daniil Titov
f198fdd639
8206074: nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java is timing out
...
Reviewed-by: cjplummer, gadams
2019-06-06 18:57:28 -07:00
Vladimir Kozlov
4bd89c7401
8208379: compiler/jvmci/events/JvmciNotifyInstallEventTest.java failed with "Got unexpected event count after 2nd install attempt: expected 9 to equal 2"
...
Reviewed-by: iignatyev
2019-06-06 15:12:37 -07:00
Igor Ignatyev
8bdcada62b
8225450: use @file in CtwRunner
...
Reviewed-by: kvn
2019-06-06 13:42:41 -07:00
Vladimir Ivanov
6346d77b03
8225106: C2: Parse::clinit_deopt asserts when holder klass is in error state
...
Reviewed-by: mdoerr
2019-06-06 13:46:01 +03:00
Jie Fu
d738e209f3
8224162: assert(profile.count() == 0) failed: sanity in InlineTree::is_not_reached
...
Reviewed-by: vlivanov, kvn
2019-06-06 13:45:59 +03:00
Thomas Stuefe
19ab931c71
8225348: serviceability/dcmd/vm/EventsTest.java failed
...
Reviewed-by: jcbeyler, cjplummer
2019-06-05 21:14:46 +02:00
Daniel D. Daugherty
858b7e21d6
8188872: runtime/ErrorHandling/TimeoutInErrorHandlingTest.java fails intermittently
...
Reviewed-by: dholmes, stuefe
2019-06-05 14:07:14 -04:00
Thomas Stuefe
a7f5e6f7fd
8225225: stringStream internal buffer should always be zero terminated
...
Reviewed-by: coleenp, dholmes
2019-06-05 19:34:43 +02:00
Peter Januschke
0835c96bda
8222103: [testbug] compiler/compilercontrol/jcmd/ClearDirectivesFileStackTest may exceed VM limit
...
Reviewed-by: iignatyev, mdoerr
2019-05-31 14:52:01 +02:00
Per Lidén
0b647d15bf
8225084: gc/z/TestHighUsage.java fails with unexpected allocation stall
...
Reviewed-by: eosterlund
2019-06-05 10:43:45 +02:00
Aleksey Shipilev
bb4d8b504a
8225229: Shenandoah: trim down default number of GC threads
...
Reviewed-by: rkennke
2019-06-05 09:23:09 +02:00
Thomas Stuefe
dbc3f88d5c
8224600: Provide VM.events command
...
Reviewed-by: minqi, dholmes, mbaesken, clanger
2019-06-05 07:25:09 +02:00
Mikael Vidstedt
aacff490bf
8225307: ProblemList compiler/codegen/TestCharVect2.java and compiler/c2/cr6340864/TestLongVect.java
...
Reviewed-by: kvn
2019-06-04 18:12:25 -07:00
Vladimir Kozlov
7356905a83
8225019: Update JVMCI
...
Reviewed-by: never, dlong
2019-06-04 12:44:53 -07:00
Kim Barrett
9965ded5dd
8212630: jtreg/gc/logging/TestMetaSpaceLog.java failed with Agent timed out
...
Use driver with framework test options passed through to subtask.
Reviewed-by: tschatzl, lmesnik
2019-06-04 13:26:20 -04:00
Coleen Phillimore
f855474b0d
8222468: [TESTBUG] vmTestbase/metaspace/flags/maxMetaspaceSize/TestDescription.java fails with java.lang.NoClassDefFoundError
...
Preload StackTraceElement$HashedModules in test.
Reviewed-by: lmesnik, dholmes
2019-06-04 10:29:42 -04:00
Ekaterina Pavlova
b8e5aefce8
8225199: [Graal] compiler/jvmci/compilerToVM/IsMatureVsReprofileTest.java fails with -XX:CompileThresholdScaling=0.1
...
Reviewed-by: kvn
2019-06-03 17:14:23 -07:00
Coleen Phillimore
7acdde31ca
8225212: ProblemList gc/stress/TestReclaimStringsLeaksMemory.java
...
Reviewed-by: dholmes
2019-06-03 19:42:58 -04:00
Patric Hedlin
d222b01dee
8223363: Bad node estimate assertion failure
...
8223502: Node estimate for loop unswitching is not correct: assert(delta <= 2 * required) failed: Bad node estimate
8224648: assert(!exceeding_node_budget()) failed: Too many NODES required! failure with ctw
Tighten the node estimates. New est_loop_clone_sz() implementation that will compute a "fan-out" complexity estimate as part of the size estimate (to better estimate complex loop body size after cloning). New est_loop_unroll_sz() function, used to estimate the size of a loop body att full/maximal unrolling. Correction to node budget final tests and asserts.
Reviewed-by: neliasso, kvn
2019-05-28 14:56:58 +02:00
Aleksey Shipilev
d4dca25c8f
8225111: Make Shenandoah tests work with 32-bit VMs
...
Reviewed-by: rkennke
2019-06-02 10:08:38 +02:00
Calvin Cheung
561c9182e8
8223336: Assert in VirtualMemoryTracker::remove_released_region when running the SharedArchiveConsistency.java test with -XX:NativeMemoryTracking=detail
...
Added the missing call MemTracker::record_virtual_memory_reserve_and_commit()
Reviewed-by: jiangli, zgu
2019-05-31 15:49:12 -07:00
Ioi Lam
43e23020f2
8224692: runtime/appcds tests crash in "HotSpotJVMCI::compute_offset" when running in Graal as JIT mode
...
Reviewed-by: ccheung
2019-05-31 12:51:36 -07:00
Harold Seigel
1b0445639f
8222936: mlvm/anonloader/stress/randomBytecodes/Test.java fails due to "ERROR: There were 1 hangups during parsing."
...
Prevent false failures by blocking the test until either it times out or the loading thread finishes
Reviewed-by: dholmes, coleenp
2019-05-31 13:09:15 -04:00
Zhengyu Gu
1a3d4e638c
8225014: Separate ShenandoahRootScanner method for object_iterate
...
Reviewed-by: shade
2019-05-30 21:12:26 -04:00
Serguei Spitsyn
110ead8bea
8223718: Checks in check_slot_type_no_lvt() should be always executed
...
Call check_slot_type_no_lvt() even if the LVT is present
Reviewed-by: kvn, gadams, amenkov
2019-05-30 15:55:16 -07:00
Vladimir Ivanov
e72bfe15ad
8223213: Implement fast class initialization checks on x86-64
...
Reviewed-by: kvn, redestad, dholmes, mdoerr, coleenp
2019-05-30 13:39:13 +03:00
Aleksey Shipilev
fbed983c90
8225017: [TESTBUG] gc/shenandoah/oom/TestThreadFailure.java takes too long
...
Reviewed-by: rkennke
2019-05-30 10:21:51 +02:00
Daniel D. Daugherty
d3fd7e2a25
8225022: Put compiler/graalunit/JttThreadsTest.java on ProblemList-graal.txt
...
Reviewed-by: kvn
2019-05-29 19:25:45 -04:00
Igor Ignatyev
18eb89aac0
8224945: googlemock update breaks the build of arm32 and ppc
...
Reviewed-by: dholmes, simonis
2019-05-29 11:54:26 -07:00
Gustavo Romero
88cef8d961
8223660: jtreg: Decouple Unsafe from RTM tests
...
Reviewed-by: mdoerr, shade
2019-05-22 12:17:26 -04:00
Rahul Raghavan
c4f8325420
8220449: serviceability/dcmd/compiler/CodelistTest.java failure
...
Added -XX:-BackgroundCompilation to test to eager initialize JVMCI
Reviewed-by: gadams, thartmann
2019-05-29 07:49:06 +05:30
Calvin Cheung
421c364797
8224548: [TESTBUG] runtime/appcds/jvmti/ClassFileLoadHookTest.java failed: must be shared
...
Improve the -Xshare:auto case
Reviewed-by: iklam, coleenp
2019-05-28 09:40:49 -07:00
Tobias Hartmann
4ff2682a4a
8224870: Problemlist compiler/c2/Test8004741.java until JDK-8214904 is fixed
...
Added Test8004741 to problem list.
Reviewed-by: shade
2019-05-28 14:53:57 +02:00
Coleen Phillimore
14ea8f5c59
8220688: [TESTBUG] runtime/NMT/MallocStressTest.java timed out
...
Reduce number of threads and iterate rather than sleep.
Reviewed-by: zgu, dholmes
2019-05-28 06:42:32 -04:00
Igor Ignatyev
99a18f1249
8222414: bring googlemock v1.8.1
...
Reviewed-by: erikj, rwestberg
2019-05-27 19:46:34 -07:00
Yasumasa Suenaga
b77c2ea4e9
8224252: [TESTBUG] hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java is timing out again after fix for JDK-8163805
...
Reviewed-by: cjplummer, sspitsyn
2019-05-25 20:55:33 +09:00
Wang Xue
2e04779cef
8224723: [TESTBUG] compiler/arraycopy/TestArrayCopyWithBadOffset.java failed
...
Added missing -XX:+IgnoreUnrecognizedVMOptions
Reviewed-by: thartmann
2019-05-24 09:51:02 +02:00
Thomas Stuefe
a46a6bcfeb
8220394: bufferedStream does not honor size limit
...
Reviewed-by: dholmes, clanger
2019-05-24 09:02:33 +02:00
Jesper Wilhelmsson
866c0de81c
8224715: ProblemList compiler/graalunit/HotspotJdk9Test.java
...
Reviewed-by: mikael
2019-05-24 03:17:31 +02:00
Ioi Lam
6bf5ad140a
8224689: ProblemList runtime/appcds/SharedArchiveConsistency.java
...
Reviewed-by: ccheung, dcubed
2019-05-23 12:57:12 -07:00
Calvin Cheung
b582ed131a
8224264: [TESTBUG] HelloDynamicCustom.java test failed on the Windows platform in tiers 6 and 7 testing
...
Making use of the DynamicArchiveTestBase class so that mapping failure can be handled more robustly.
Reviewed-by: iklam
2019-05-23 10:05:02 -07:00
Robbin Ehn
9baafa55a6
8221734: Deoptimize with handshakes
...
Reviewed-by: dcubed, dholmes, pchilanomate, dlong, coleenp
2019-05-23 10:13:29 +02:00
Tobias Hartmann
abe90da665
8224539: C2 compilation fails during ArrayCopyNode optimizations with assert(i < _max) failed: oob: i=1, _max=1
...
Bail out if src_offset or dst_offset is top.
Reviewed-by: roland, vlivanov, kvn
2019-05-23 08:57:37 +02:00
Per Lidén
868ab3044f
8224185: ZGC: Introduce "High Usage" rule
...
Reviewed-by: eosterlund
2019-05-23 08:09:29 +02:00
Dmitrij Pochepko
c21fc9448d
8218966: AArch64: String.compareTo() can read memory after string
...
Reviewed-by: dsamersoff
2019-05-22 20:39:04 +03:00
Dmitrij Pochepko
d83c89b805
8215792: AArch64: String.indexOf generates incorrect result
...
Reviewed-by: dsamersoff
2019-05-22 20:12:19 +03:00
Jean Christophe Beyler
2bd36a5352
8224500: Put HeapMonitorStatArrayCorrectnessTest in the problem list
...
Since the test is failing, let's quarantine it
Reviewed-by: stuefe
2019-05-22 09:32:02 -07:00
Stefan Karlsson
4914e0ee95
8224203: Remove need to specify type when using FLAG_SET macros
...
Reviewed-by: rehn, pliden, coleenp
2019-05-22 13:06:31 +02:00
David Holmes
bef6a3e0db
8224570: Update ProblemList-graal.txt
...
Reviewed-by: thartmann
2019-05-22 06:13:53 -04:00
Thomas Stuefe
7a0ac25b37
8224193: stringStream should not use Resouce Area
...
Reviewed-by: goetz, coleenp, dholmes
2019-05-22 09:33:22 +02:00
Ekaterina Pavlova
fddcb90369
8222482: [Graal] Update java-allocation-instrumenter.jar handling in graalunit README.md
...
Reviewed-by: kvn, shade
2019-05-21 12:29:47 -07:00
Thomas Stuefe
d1145fa663
8224034: [TESTBUG] runtime/ErrorHandlerTest/ErrorHandler fails intermittently for case 13 on Windows
...
Reviewed-by: dholmes
2019-05-21 18:22:54 +02:00
Coleen Phillimore
168e5cbf66
8224119: Safepoint cleanup logging logs times for things it doesn't do
...
Test condition before reporting times for cleanup actions.
Reviewed-by: rehn, hseigel
2019-05-21 09:53:16 -04:00
Martin Doerr
6b2615be6a
8224230: [PPC64, s390] Support AsyncGetCallTrace
...
Reviewed-by: goetz, jcbeyler, sspitsyn
2019-05-21 11:45:37 +02:00
Robbin Ehn
1645161cad
8223306: Remove threads linked list (use ThreadsList's array in SA)
...
Reviewed-by: coleenp, dholmes, dcubed
2019-05-21 10:34:57 +02:00
Mikhailo Seledtsov
37572de2a1
8220672: [TESTBUG] TestCPUSets should check that cpuset does not exceed available cores
...
Making sure cpuset size does not exceed available cores
Reviewed-by: dholmes, lmesnik
2019-05-20 15:18:00 -07:00
Jie Fu
c69b24eb77
8222302: [TESTBUG]test/hotspot/jtreg/compiler/intrinsics/sha/cli/TestUseSHAOptionOnUnsupportedCPU.java fails on any other CPU
...
Reviewed-by: kvn, dlong
2019-05-18 12:13:38 -07:00
Yasumasa Suenaga
3b8d8d0a89
8163805: hotspot/test/serviceability/sa/sadebugd/SADebugDTest.java failed with timed out
...
Reviewed-by: cjplummer, jcbeyler
2019-05-18 15:42:21 +09:00
Calvin Cheung
72dc5721e0
8207812: Implement Dynamic CDS Archive
...
Improve the usability of AppCDS
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: Jiangli Zhou <jianglizhou@google.com>
Reviewed-by: acorn, jiangli, mseledtsov
2019-05-17 08:29:55 -07:00
Ekaterina Pavlova
ca569937da
8224017: [Graal] gc/z/TestUncommit.java fails with Graal
...
Reviewed-by: kvn
2019-05-16 12:33:44 -07:00
Jean Christophe Beyler
c8319ed0cc
8224020: AsyncGetCallTrace test should not run on PPC64 or IA64
...
Restrict the test to the right architectures
Reviewed-by: cjplummer, sspitsyn, simonis
2019-05-16 12:48:21 -07:00
Ekaterina Pavlova
954169d7d1
8223910: TestFloatJNIArgs and TestTrichotomyExpressions time out with Graal as JIT
...
Reviewed-by: thartmann
2019-05-16 11:30:32 -07:00
Alex Menkov
e18cecafb9
8184770: JDWP support for IPv6
...
Reviewed-by: sspitsyn, chegar
2019-05-15 11:06:33 -07:00
Tobias Hartmann
48b04f9a08
8223885: hs_err and replay file may contain garbage when overwriting existing file
...
Truncate file before overwriting.
Reviewed-by: stuefe, dholmes
2019-05-15 14:30:22 +02:00
Andrew Luo
5bdacf11bd
8223810: HotSpot compile warnings from VS2017
...
Reviewed-by: dholmes, stuefe
2019-05-14 20:29:40 -04:00
Jesper Wilhelmsson
062dce8f1b
8223917: Problemlist compiler/ciReplay/TestServerVM.java
...
Reviewed-by: kbarrett, mikael
2019-05-14 22:31:52 +02:00
Coleen Phillimore
204059634d
8223657: Remove unused THREAD argument from SymbolTable functions
...
Also made lookup and lookup_only functions private to SymbolTable. External callers use new_symbol or probe.
Reviewed-by: dholmes, gziemski
2019-05-14 11:29:18 -04:00
Thomas Stuefe
7e9c683397
8221738: ErrorFile option does not handle pre-existing error files of the same name
...
Reviewed-by: coleenp, clanger
2019-04-07 09:13:17 +02:00
Thomas Schatzl
3d149df158
8200545: Improve filter for enqueued deferred cards
...
Reviewed-by: kbarrett, sangheki
2019-05-14 15:36:26 +02:00
Claes Redestad
cc6cc06183
8221478: Disable VerifySharedSpaces by default
...
Reviewed-by: iklam, dholmes
2019-05-14 12:00:49 +02:00
Per Lidén
44e7959bb8
8222480: Implementation: JEP 351: ZGC: Uncommit Unused Memory
...
Reviewed-by: stefank, eosterlund
2019-05-14 09:55:02 +02:00
Aleksey Shipilev
92d97ce512
8223759: Shenandoah should allow arbitrarily low initial heap size
...
Reviewed-by: rkennke
2019-05-14 09:12:00 +02:00
Ekaterina Pavlova
b567fe0101
8223235: [Graal] compiler/jsr292/NonInlinedCall/InvokeTest.java failed time out
...
Reviewed-by: kvn
2019-05-13 13:32:38 -07:00
Jean Christophe Beyler
4e2ebd3937
8223040: Add a AsyncGetCallTrace test
...
Add a AsyncGetCallTrace test
Reviewed-by: sspitsyn, dcubed
2019-05-08 15:36:10 -07:00
David Holmes
796775c12a
8222292: runtime/exceptionMsgs/ArrayIndexOutOfBoundsException/ArrayIndexOutOfBoundsExceptionTest.java timeout but test passed
...
Reviewed-by: goetz, lfoltan, kvn
2019-05-09 18:42:07 -04:00
Stefan Karlsson
c90f3ee68b
8223624: Cleanup includes of universe.hpp
...
Reviewed-by: coleenp, lkorinth
2019-05-09 14:28:30 +02:00
Pengfei Li
d2472e6dcd
8223427: [TESTBUG] Disable JTReg Shenandoah tests when Graal is enabled
...
Reviewed-by: shade
2019-05-08 09:50:23 +00:00
Jean Christophe Beyler
608a45ce68
8223441: HeapMonitorStatArrayCorrectnessTest fails due to sampling determinism
...
Added an error loop to help with convergence
Reviewed-by: cjplummer, sspitsyn
2019-05-08 20:28:56 -07:00
Vladimir Kozlov
5c0fc93f30
8223380: [Graal] compiler/c2/Test8062950.java failed with time out
...
Put test on Graal problem list.
Reviewed-by: vlivanov
2019-05-08 16:47:53 -07:00
Aleksey Shipilev
3b1bb3d2a7
8223589: Build failures after JDK-8223534 (add back fixed test_markOop.cpp)
...
Reviewed-by: coleenp
2019-05-08 23:53:24 +02:00
Coleen Phillimore
0450eca4e7
8223534: add back fixed test_markOop.cpp
...
The test needed wait_with_safepoint_check in the main thread.
Reviewed-by: dcubed
2019-05-08 13:22:27 -04:00
Rahul Raghavan
7197040cea
8223445: compiler/intrinsics/mathexact/LongMulOverflowTest.java java timeout
...
Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation
Reviewed-by: kvn, thartmann
2019-05-08 18:05:28 +05:30
Coleen Phillimore
260ae30b14
8223481: gtest/GTestWrapper.java failed due to "assert(ret == 0) failed: sem_post failed; error='Invalid argument' (errno=EINVAL)"
...
Remove the test for now.
Reviewed-by: dholmes
2019-05-07 18:24:36 -04:00
Sandhya Viswanathan
707c30fae6
8222074: Enhance auto vectorization for x86
...
Reviewed-by: kvn, vlivanov
2019-05-07 13:33:27 -07:00
Aleksey Shipilev
0284208ab3
8223447: Stabilize gc/shenandoah/TestStringDedupStress test
...
Reviewed-by: rkennke
2019-05-07 21:53:46 +02:00
Aleksey Shipilev
c222e1aad0
8223446: Shenandoah breaks alignment with some HumongousThreshold values
...
Reviewed-by: rkennke
2019-05-07 21:53:38 +02:00
Jean Christophe Beyler
68ae1e7965
8223044: Add back exception checking in tests
...
Add exception checking to previously modified tests
Reviewed-by: sspitsyn, cjplummer
2019-05-07 07:43:41 -07:00
Xin Liu
63dbcdc874
8222670: pathological case of JIT recompilation and code cache bloat
...
Prevent downgraded compilation tasks from recompiling.
Reviewed-by: sgehwolf, thartmann
2019-05-07 09:17:03 +02:00
Dean Long
a854955d3e
8218700: infinite loop in HotSpotJVMCIMetaAccessContext.fromClass after OutOfMemoryError
...
Reviewed-by: never, kvn
2019-04-25 13:35:34 -07:00
Vladimir Kozlov
72f082e925
8223332: Update JVMCI
...
Reviewed-by: never, dnsimon
2019-05-06 20:05:19 -07:00
Pengfei Li
58a1f6ac13
8223054: [TESTBUG] Put graalJarsCP before existing classpath in GraalUnitTestLauncher
...
Reviewed-by: iignatyev, dlong
2019-05-07 00:58:10 +00:00
Coleen Phillimore
0c6f7e5516
8223412: tier1 build failure after 8222893
...
Disable the test in PRODUCT
Reviewed-by: dcubed, pliden, kvn
2019-05-06 18:01:01 -04:00
Coleen Phillimore
26255c10cb
8222893: markOopDesc::print_on() is a bit confused
...
Add print_on for ObjectMonitor and make markOop printing sensible and add test.
Reviewed-by: dcubed, pchilanomate
2019-05-06 15:25:57 -04:00
Daniil Titov
5a264ba9db
8222667: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter002/TestDescription.java failed with "event IS NOT a breakpoint"
...
Reviewed-by: gadams, sspitsyn, jcbeyler, cjplummer
2019-05-06 09:58:14 -07:00
Kim Barrett
a8e13a5839
8221359: Eliminate SATBMarkQueueSet::filter_thread_buffers
...
Removed filter_thread_buffers
Reviewed-by: tschatzl, sangheki
2019-05-03 23:35:12 -04:00
Harold Seigel
84c38b8f7f
8222500: runtime/8176717/TestInheritFD.java failed with java.nio.file.NoSuchFileException: /tmp/communication7071713601211876892.txt
...
Create the test's temporary files inside of jtreg scratch directories instead of /tmp
Reviewed-by: coleenp, lfoltan, dholmes
2019-05-03 07:54:09 -04:00
Stefan Karlsson
087c03a0c7
8198505: Remove CollectorPolicy and its subclasses
...
Reviewed-by: pliden, shade
2019-04-15 11:47:46 +02:00
Coleen Phillimore
b3f4ca4563
8223194: runtime/Shutdown/ShutdownTest.java due to "OutOfMemoryError: Java heap too small"
...
Use default memory for the test.
Reviewed-by: dholmes, kvn
2019-05-01 20:48:19 -04:00
Severin Gehwolf
f69d3532e5
8222769: [TESTBUG] TestJFRNetworkEvents should not rely on hostname command
...
Using InetAddress.getLocalHost()
Reviewed-by: egahlin, lmesnik
2019-05-01 13:25:54 -07:00
Vladimir Kozlov
e9c523ae5f
8220623: [JVMCI] Update JVMCI to support JVMCI based Compiler compiled into shared library
...
Reviewed-by: dnsimon, never, stefank, rehn, neliasso, dholmes, kbarrett, coleenp
2019-05-01 12:31:29 -07:00
Rahul Raghavan
fee481d5a2
8202414: Unsafe write after primitive array creation may result in array length change
...
Avoided collecting unaligned stores in Initialize node by making can_capture_store return false for same
Reviewed-by: dlong, kvn, vlivanov
2019-05-01 22:02:48 +05:30
Coleen Phillimore
6fb8502b77
8074355: make MutexLocker smarter about non-JavaThreads
...
Use safepoint_check_always/safepoint_check_never instead of safepoint_check_sometimes for locks that are taken by JavaThreads and non-JavaThreads
Reviewed-by: dholmes, rehn, dcubed, lmesnik
2019-05-01 08:56:38 -04:00
Jean Christophe Beyler
95b5fba3d7
8223146: [TESTBUG] new test vmTestbase/nsk/share/ExceptionCheckingJniEnv/exceptionjni001/ fails on Windows
...
Keep it simple and handle INT32_MIN separately
Reviewed-by: dholmes, sspitsyn
2019-04-30 20:26:16 -07:00
Jean Christophe Beyler
4b6adaa5f1
8215113: Sampling interval not always correct
...
Fix the sampling interval
Reviewed-by: phh, sspitsyn
2019-04-30 15:39:42 -07:00
Daniil Titov
b505fd128d
8222749: vmTestbase/nsk/jdi/ThreadStartRequest/addThreadFilter/addthreadfilter001/TestDescription.java failed with "eventSet1.size() != 3 :: 2"
...
Reviewed-by: sspitsyn, jcbeyler
2019-04-30 08:45:19 -07:00
Tobias Hartmann
048c3dc026
8219807: C2 crash in IfNode::up_one_dom(Node*, bool)
...
Guard against regions degraded to copies.
Reviewed-by: kvn
2019-04-30 14:49:19 +02:00
Serguei Spitsyn
e3aa6f7907
8222934: mark new VM option AllowRedefinitionToAddOrDeleteMethods as deprecated
...
Mark new option depricated
Reviewed-by: dcubed, coleenp, dholmes
2019-04-30 01:56:28 -07:00
Dean Long
61f35bf898
8219403: JVMCIRuntime::adjust_comp_level should be replaced
...
Reviewed-by: kvn, dnsimon, never
2019-04-24 09:10:45 -07:00
Ao Qi
e6ace7be6f
8220813: update hotspot tier1_gc tests depending on GC to use @requires vm.gc.X
...
Reviewed-by: pliden, lmesnik
2019-04-26 11:33:32 -07:00
Jesper Wilhelmsson
63c7f8d0a3
8223026: [BACKOUT] Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
...
Reviewed-by: dsimms
2019-04-26 12:35:26 +02:00
David Holmes
6f8821cadc
8222970: Update ProblemList for vmTestbase/nsk/jdb/eval/eval001/eval001.java
...
Reviewed-by: gadams, dcubed, sspitsyn
2019-04-25 18:41:52 -04:00
Mikhailo Seledtsov
d81e2cc4fe
8222888: [TESTBUG] docker/TestJFREvents.java fails due to "RuntimeException: JAVA_MAIN_CLASS_ is not defined"
...
Introduced unique environment variable
Reviewed-by: egahlin, lmesnik, sgehwolf
2019-04-25 11:45:52 -07:00
Coleen Phillimore
fbafef11c0
8222811: Consolidate MutexLockerEx and MutexLocker
...
Make MutexLocker be MutexLockerEx implementation, remove MutexLockerEx calls.
Reviewed-by: dcubed, dholmes, pliden, rehn
2019-04-25 10:56:31 -04:00
Per Lidén
86808b9d47
8221786: ZGC: Increase max heap size to 16TB
...
Reviewed-by: stefank
2019-04-25 08:55:50 +02:00
Jean Christophe Beyler
131bdfdff3
8222935: Fix ExceptionCheckingJniEnv system
...
Added missing tests and fixed the code
Reviewed-by: cjplummer, sspitsyn, amenkov
2019-04-24 19:51:38 -07:00
Jesper Wilhelmsson
f7a96018a7
8222952: Typo in test/hotspot/jtreg/TEST.groups is causing test harness failures
...
Reviewed-by: darcy
2019-04-25 02:14:22 +02:00
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
Jean Christophe Beyler
fd3378a73e
8213501: Deploy ExceptionJniWrapper for a few tests
...
Add more tests to be using the wrapper
Reviewed-by: phh, amenkov, sspitsyn, dholmes, cjplummer
2019-04-23 08:11:38 -07:00
Gary Adams
eab5f23c59
8222741: jdi/EventQueue/remove/remove004 fails due to VMDisconnectedException
...
Reviewed-by: cjplummer, jcbeyler
2019-04-22 07:13:18 -04:00
Coleen Phillimore
6ebf2ce655
8192936: RI does not follow the JVMTI RedefineClasses spec that is too strict in the definition
...
Introduce new flag fo compatibility: -XX:AllowRedefinitionToAddOrDeleteMethods
Reviewed-by: jcbeyler, sspitsyn
2019-04-19 21:49:54 -07:00
Ekaterina Pavlova
a8550e4589
8222747: [Graal] mx_subprocess files miss testing VM flags
...
Reviewed-by: kvn
2019-04-19 11:18:06 -07:00
Stefan Karlsson
b1ae2d0bf1
8222550: runtime/MemberName/MemberNameLeak.java times out
...
Reviewed-by: coleenp, dholmes
2019-04-17 07:41:12 +02:00
Stefan Karlsson
3e581f13a0
8222558: Rework ResolvedMethodTable verification
...
Reviewed-by: coleenp
2019-04-17 07:41:09 +02:00
Tobias Hartmann
6493a50643
8222418: compiler/arguments/TestScavengeRootsInCode.java times out
...
Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
2019-04-17 08:15:09 +02:00
Tobias Hartmann
4f601b6ed6
8222417: compiler/loopopts/TestOverunrolling.java times out
...
Problem list the test with Graal because it uses -Xcomp in combination with -XX:-TieredCompilation.
Reviewed-by: kvn, iignatyev
2019-04-17 08:12:00 +02:00
Henry Jen
930f116ae7
Merge
2019-04-16 20:47:11 -07:00
Coleen Phillimore
f5cb284275
8220743: [TESTBUG] Review Runtime tests recently migrated from JDK subdirs
...
Removed tests that will not find bugs in current code base.
Reviewed-by: lfoltan, hseigel
2019-04-16 10:01:20 -04:00
Patrick Zhang
b9a4ede307
8222334: java -Xss0 triggers StackOverflowError
...
Launcher to use the stack size decided by hotpot or system if -Xss is 0
Reviewed-by: dholmes, alanb
2019-04-16 11:00:48 +00:00
Henry Jen
da6f620059
Merge
2019-04-15 18:24:37 -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
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