Jesper Wilhelmsson
a1e6e5f785
Merge
2019-06-25 14:36:31 +02:00
Daniel D. Daugherty
b0933034e0
8226699: [BACKOUT] JDK-8221734 Deoptimize with handshakes
...
Reviewed-by: dholmes, rehn, dlong
2019-06-24 22:38:17 -04:00
Coleen Phillimore
cd598622cc
8214822: Move ConcurrentHashTable VALUE parameter to CONFIG
...
Make VALUE parameter be included in CONFIG configuration, also remove BaseConfig
Reviewed-by: dholmes, kbarrett
2019-06-24 16:51:23 -04:00
Jesper Wilhelmsson
dc0082255a
Merge
2019-06-22 02:03:41 +02:00
Vladimir Kozlov
3b0ee5a6d8
8225810: Update JVMCI
...
Reviewed-by: never, dnsimon
2019-06-21 16:21:13 -07:00
Jesper Wilhelmsson
86ce4e9448
Merge
2019-06-21 04:16:18 +02:00
Jesper Wilhelmsson
333c0c2453
Merge
2019-06-20 02:10:53 +02:00
Harold Seigel
b304a57980
8225789: Empty method parameter type should generate ClassFormatError
...
Check for an empty name when verifying unqualified names
Reviewed-by: lfoltan, coleenp
2019-06-19 08:42:15 -04:00
Igor Ignatyev
0223655711
8226360: merge entries in hotspot problem lists
...
Reviewed-by: epavlova, kvn
2019-06-19 03:21:38 -07:00
Igor Ignatyev
db0a78f9d4
8226313: problem list compiler/types/correctness tests
...
Reviewed-by: thartmann
2019-06-18 09:19:57 -07:00
Jesper Wilhelmsson
dc82364e05
Merge
2019-06-18 22:48:27 +02:00
Joe Darcy
aeedfd44b0
8164819: Make javac's toString() on annotation objects consistent with core reflection
...
Reviewed-by: jjg, coleenp
2019-06-13 11:50:45 -07:00
Vladimir Kozlov
6fc80b4eed
8181837: [Graal] compiler/jvmci/SecurityRestrictionsTest.java fails with AccessControlException
...
Remove test from Problem list because it does not fail anymore.
Reviewed-by: iignatyev
2019-06-17 09:11:27 -07:00
Vladimir Kozlov
2527f768bc
8209590: compiler/compilercontrol/DontInlineCommandTest.java test fails with "Inline message differs" error
...
Increase InlineSmallCode to 4000 for tests which check inlining decisions.
Reviewed-by: iignatyev
2019-06-13 17:18:06 -07:00
Igor Ignatyev
545e81413e
8225746: hotspot problem lists list unexciting tests
...
Reviewed-by: kvn
2019-06-13 13:42:41 -07:00
Igor Ignatyev
b1dc14ab94
8227112: exclude compiler/intrinsics/sha/sanity tests from AOT runs
...
Reviewed-by: kvn
2019-07-02 13:55:21 -07:00
Martin Doerr
fad846280b
8225663: [testbug] Missing JNIEXPORT in XAbortProvoker native function
...
Reviewed-by: mbaesken, gromero, kvn
2019-06-13 11:12:23 +02:00
Igor Ignatyev
44b309d38c
8225676: cleanup hotspot ProblemList
...
Reviewed-by: dholmes
2019-06-12 17:22:11 -07:00
Igor Ignatyev
2329e64f2b
8208236: [TESTBUG] vmTestbase/nsk/stress/stack tests fail by timeout
...
Reviewed-by: dholmes
2019-06-12 21:17:26 -07:00
Ekaterina Pavlova
9c5a2bf5af
8225622: [AOT] runtime/SharedArchiveFile/TestInterpreterMethodEntries.java crashed with AOTed java.base
...
Reviewed-by: kvn
2019-06-12 12:31:32 -07:00
Igor Ignatyev
d1348f46f3
8158048: Fix failure message from jtreg gtest wrapper
...
Reviewed-by: kvn, mseledtsov
2019-06-12 11:48:14 -07:00
Tobias Hartmann
31d261dda2
8224658: Unsafe access C2 compile fails with assert(flat != TypePtr::BOTTOM) failed: cannot alias-analyze an untyped ptr: adr_type = NULL
...
Handle unsafe off-heap access with constant zero address.
Reviewed-by: vlivanov, roland
2019-06-12 14:06:16 +02:00
Joe Darcy
4750064828
8214546: Start of release updates for JDK 14
...
8214547: Add SourceVersion.RELEASE_14
8214548: Add source 14 and target 14 to javac
8214549: Bump maximum recognized class file version to 58 for JDK 14
Reviewed-by: jjg, mikael, erikj, jlahoda, dholmes
2019-06-11 16:45:20 -07:00
Igor Ignatyev
4f171abe26
8066173: compiler/types/correctness/OffTest.java failed with assert
...
Reviewed-by: kvn
2019-06-11 14:59:46 -07:00
Coleen Phillimore
d571d105ae
8224847: gc/stress/TestReclaimStringsLeaksMemory.java fails with reserved greater than expected
...
Rehash threshold was too low for StringTable, and rehashed size table was too large.
Reviewed-by: rehn, gziemski
2019-06-11 07:31:47 -04:00
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