Jesper Wilhelmsson
a130c8a668
Merge
2022-12-14 21:47:29 +00:00
Thomas Schatzl
8ff2928a04
8297639: Remove preventive GCs in G1
...
Reviewed-by: ayang, iwalulya
2022-12-14 17:55:15 +00:00
Emanuel Peter
736fcd49f7
8296318: use-def assert: special case undetected loops nested in infinite loops
...
Reviewed-by: chagedorn, kvn
2022-12-14 17:25:49 +00:00
Kim Barrett
279170147a
8298296: gc/TestFullGCCount.java fails with "System.gc collections miscounted."
...
Reviewed-by: tschatzl, ayang
2022-12-14 13:36:36 +00:00
Alex Menkov
220781fa56
8298513: vmTestbase/nsk/jdi/EventSet/suspendPolicy/suspendpolicy009/TestDescription.java fails with usage tracker
...
Reviewed-by: cjplummer, sspitsyn, lmesnik
2022-12-13 19:50:09 +00:00
Alex Menkov
a120764cc4
8298514: vmTestbase/nsk/jdi/EventRequestManager/threadDeathRequests/thrdeathreq002/TestDescription.java fails with usage tracker
...
Reviewed-by: cjplummer, sspitsyn
2022-12-13 19:49:16 +00:00
David Holmes
829cbc2cb1
8292674: ReportJNIFatalError should print all java frames
...
Reviewed-by: pchilanomate
2022-12-13 00:04:38 +00:00
Emanuel Peter
fabda24696
8296389: C2: PhaseCFG::convert_NeverBranch_to_Goto must handle both orders of successors
...
Reviewed-by: thartmann, chagedorn
2022-12-12 12:11:02 +00:00
Jesper Wilhelmsson
715bf70459
Merge
2022-12-09 22:00:12 +00:00
Chris Plummer
99a6c47855
8298073: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java causes test task timeout on macosx
...
8241293: CompressedClassSpaceSizeInJmapHeap.java time out after 8 minutes
Reviewed-by: ayang, sspitsyn
2022-12-09 18:42:35 +00:00
Roland Westrelin
b7b996cb94
8298353: C2 fails with assert(opaq->outcnt() == 1 && opaq->in(1) == limit) failed
...
Reviewed-by: chagedorn, thartmann, kvn
2022-12-09 15:33:09 +00:00
Gui Cao
33d955ad6e
8298345: Fix another two C2 IR matching tests for RISC-V
...
Reviewed-by: fyang, dzhang, fjiang
2022-12-09 12:43:47 +00:00
Quan Anh Mai
3dfadeebd0
8292289: [vectorapi] Improve the implementation of VectorTestNode
...
Reviewed-by: xgong, kvn
2022-12-08 20:25:20 +00:00
Daniel D. Daugherty
553ba65dc4
8298402: ProblemList javax/swing/JFileChooser/4847375/bug4847375.java on windows-x64
...
8298414: ProblemList gc/TestFullGCCount.java on linux-x64
8298417: ProblemList vmTestbase/nsk/stress/strace/strace004.java on 2 platforms
8298419: ProblemList vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java on windows-x64
Reviewed-by: rriggs
2022-12-08 20:19:18 +00:00
Joe Darcy
175e3d3ff3
8296149: Start of release updates for JDK 21
...
8296150: Add SourceVersion.RELEASE_21
8296151: Add source 21 and target 21 to javac
Reviewed-by: dholmes, iris, erikj, vromero, jlahoda
2022-12-08 16:04:00 +00:00
Emanuel Peter
d562d3fcbe
8297642: PhaseIdealLoop::only_has_infinite_loops must detect all loops that never lead to termination
...
Reviewed-by: thartmann, roland
2022-12-08 15:29:26 +00:00
Tobias Hartmann
d8ef60b406
8298272: Clean up ProblemList
...
Reviewed-by: chagedorn, kvn
2022-12-08 12:06:24 +00:00
Christian Hagedorn
49b86224aa
8290850: C2: create_new_if_for_predicate() does not clone pinned phi input nodes resulting in a broken graph
...
Reviewed-by: thartmann, kvn
2022-12-08 11:23:42 +00:00
Smita Kamath
073897c88b
8294588: Auto vectorize half precision floating point conversion APIs
...
Reviewed-by: sviswanathan, kvn, jbhateja, fgao, xgong
2022-12-08 09:46:59 +00:00
Doug Simon
8b69a2e434
8298099: [JVMCI] decouple libgraal from JVMCI module at runtime
...
Reviewed-by: never
2022-12-07 22:11:11 +00:00
Roland Westrelin
86270e3068
8269820: C2 PhaseIdealLoop::do_unroll get wrong opaque node
...
Reviewed-by: kvn, thartmann, chagedorn
2022-12-07 14:16:50 +00:00
Andrew Haley
221e1a4260
8286666: JEP 429: Implementation of Scoped Values (Incubator)
...
Reviewed-by: psandoz, dlong, alanb, mcimadamore
2022-12-07 10:14:06 +00:00
Yi Yang
acf96c64b7
8290432: C2 compilation fails with assert(node->_last_del == _last) failed: must have deleted the edge just produced
...
Reviewed-by: kvn, thartmann, chagedorn
2022-12-07 03:08:07 +00:00
Chris Plummer
62baff503e
8298221: Problem list gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java on macosx-aarch64
...
Reviewed-by: dcubed
2022-12-06 22:45:53 +00:00
Martin Doerr
cd2182a996
8295724: VirtualMachineError: Out of space in CodeCache for method handle intrinsic
...
Reviewed-by: kvn, dlong
2022-12-06 20:56:48 +00:00
Christian Stein
2cdc019565
8298178: Update to use jtreg 7.1.1
...
Reviewed-by: erikj
2022-12-06 20:51:06 +00:00
Thomas Schatzl
a9e6c62ba7
8297186: G1 triggers unnecessary full GCs when heap utilization is low
...
Reviewed-by: kbarrett, sjohanss
2022-12-06 10:09:59 +00:00
Fei Gao
4458de95f8
8297172: Fix some issues of auto-vectorization of Long.bitCount/numberOfTrailingZeros/numberOfLeadingZeros()
...
Reviewed-by: kvn, thartmann
2022-12-06 09:35:27 +00:00
Pengfei Li
a61399854a
8297689: Fix incorrect result of Short.reverseBytes() call in loops
...
Reviewed-by: thartmann, jbhateja
2022-12-06 09:16:47 +00:00
Christian Hagedorn
0bd04a6589
8297951: C2: Create skeleton predicates for all If nodes in loop predication
...
Reviewed-by: thartmann, kvn
2022-12-06 07:18:44 +00:00
Yude Lin
f5ad515db0
8297247: Add GarbageCollectorMXBean for Remark and Cleanup pause time in G1
...
Reviewed-by: tschatzl, ayang
2022-12-06 07:16:27 +00:00
Maurizio Cimadamore
73baadceb6
8295044: Implementation of Foreign Function and Memory API (Second Preview)
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jvernee, pminborg, psandoz, alanb, sundar
2022-12-05 13:49:53 +00:00
Afshin Zafari
bd381886e0
8297766: Remove UseMallocOnly development option
...
Reviewed-by: coleenp, stuefe, dholmes
2022-12-05 13:31:15 +00:00
Aleksey Shipilev
eab0ada3a1
8296545: C2 Blackholes should allow load optimizations
...
Reviewed-by: kvn, vlivanov
2022-12-05 12:00:30 +00:00
Thomas Stuefe
3b3bbe5487
8296907: VMError: add optional callstacks, siginfo for secondary errors
...
Reviewed-by: aboldtch, rschmelter
2022-12-05 07:10:31 +00:00
Christian Hagedorn
a57392390b
8297264: C2: Cast node is not processed again in CCP and keeps a wrong too narrow type which is later replaced by top
...
Reviewed-by: thartmann, rcastanedalo, kvn
2022-12-05 07:09:04 +00:00
Daniel D. Daugherty
87572d43be
8298068: ProblemList tests failing due to JDK-8297235
...
8298070: ProblemList jdk/internal/vm/Continuation/Fuzz.java#default with ZGC on X64
8298071: ProblemList tests failing due to JDK-8298059
8298072: ProblemList compiler/c1/TestPrintC1Statistics.java in Xcomp mode on linux-aarch64
Reviewed-by: azvegint
2022-12-04 16:37:09 +00:00
Alex Menkov
2821fa9883
8280798: com.sun.jdi.ObjectReference::setValue spec should prohibit any final field modification
...
Reviewed-by: alanb, cjplummer, sspitsyn
2022-12-02 20:16:51 +00:00
Leonid Mesnik
6065696e5d
8297982: Exclude vmTestbase/nsk/monitoring/stress/lowmem/ with ZGC until 8297979 is fixed
...
Reviewed-by: tschatzl
2022-12-02 15:11:41 +00:00
Feilong Jiang
227364d592
8297953: Fix several C2 IR matching tests for RISC-V
...
Reviewed-by: fyang, chagedorn
2022-12-02 12:48:42 +00:00
Leonid Mesnik
337ca10085
8297978: Exclude vmTestbase/nsk/stress/except/except012.java until 8297977 is fixed
...
Reviewed-by: dcubed
2022-12-01 21:29:18 +00:00
Ioi Lam
391599bc9d
8297313: Refactor APIs for calculating address of CDS archive heap regions
...
Reviewed-by: matsaave, ccheung
2022-12-01 19:59:14 +00:00
Christian Stein
c70d1e1bd3
8296710: Update to use jtreg 7.1
...
Reviewed-by: erikj, alanb, jjg
2022-12-01 16:49:40 +00:00
Roland Westrelin
9430f3e65c
8297934: [BACKOUT] Compiler should only use verified interface types for optimization
...
Reviewed-by: thartmann, kvn
2022-12-01 14:19:28 +00:00
Stefan Johansson
eea1a8a95e
8297427: Avoid keeping class loaders alive when executing ClassLoaderStatsVMOperation
...
Reviewed-by: eosterlund, stefank
2022-12-01 10:30:14 +00:00
Alex Menkov
53dd214318
8297742: Combine vmTestbase/nsk/monitoring/ThreadMXBean/resetPeakThreadCount tests
...
Reviewed-by: dholmes, lmesnik, kevinw, sspitsyn
2022-11-30 18:39:24 +00:00
Albert Mingkun Yang
a97e7d9887
8297740: runtime/ClassUnload/UnloadTest.java failed with "Test failed: should still be live"
...
Reviewed-by: dcubed
2022-11-30 13:01:34 +00:00
Jaikiran Pai
3f8882b2eb
8297693: Fix typos in src/hotspot and test/hotspot files
...
Co-authored-by: Michael Ernst <mernst@openjdk.org>
Reviewed-by: kevinw, dholmes, sspitsyn
2022-11-30 11:28:11 +00:00
Tobias Hartmann
abe532a89c
8296924: C2: assert(is_valid_AArch64_address(dest.target())) failed: bad address
...
Co-authored-by: Andrew Haley <aph@openjdk.org>
Reviewed-by: aph, kvn
2022-11-30 06:39:27 +00:00
Bhavana Kilambi
54e6d6aaeb
8293488: Add EOR3 backend rule for aarch64 SHA3 extension
...
Reviewed-by: haosun, njian, eliu, aturbanov, ngasson
2022-11-29 17:17:15 +00:00
Jamil Nimeh
cd6bebbf34
8247645: ChaCha20 intrinsics
...
Reviewed-by: sviswanathan, ngasson, vlivanov, ascarpino
2022-11-29 14:40:20 +00:00
David Holmes
692bedbc1d
8297106: Remove the -Xcheck:jni local reference capacity checking
...
Reviewed-by: dcubed, kevinw
2022-11-29 02:03:49 +00:00
Matias Saavedra Silva
a249a52501
8296754: AutoCreateSharedArchive in JDK 20 is not compatible with JDK 19
...
Reviewed-by: ccheung, iklam, erikj
2022-11-28 15:26:27 +00:00
Roland Westrelin
eff4c039da
8297343: TestStress*.java fail with "got different traces for the same seed"
...
Reviewed-by: thartmann, chagedorn
2022-11-28 12:27:14 +00:00
Albert Mingkun Yang
6a856bc3f6
8297499: Parallel: Missing iteration over klass when marking objArrays/objArrayOops during Full GC
...
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Reviewed-by: sjohanss, tschatzl
2022-11-28 11:57:18 +00:00
Thomas Stuefe
d6102110e1
8297408: Consolidate code in runtime/ErrorHandling
...
Reviewed-by: dholmes, mbaesken
2022-11-28 07:31:18 +00:00
Severin Gehwolf
08e6a820bc
8297590: [TESTBUG] HotSpotResolvedJavaFieldTest does not run
...
Reviewed-by: chagedorn, dnsimon
2022-11-25 16:29:53 +00:00
Zhiqiang Zang
fd910f77bc
8297384: Add IR tests for existing idealizations of arithmetic nodes
...
Reviewed-by: chagedorn
2022-11-25 08:17:44 +00:00
Roland Westrelin
cfe5a3716e
8297556: Parse::check_interpreter_type fails with assert "must constrain OSR typestate"
...
Reviewed-by: thartmann, vlivanov
2022-11-25 08:06:14 +00:00
Severin Gehwolf
3c4d5204ff
8296671: [JFR] jdk.ContainerConfiguration event should include host total memory
...
Reviewed-by: egahlin
2022-11-24 10:05:18 +00:00
Serguei Spitsyn
e661c5a3d0
8296323: JVMTI can_support_virtual_threads not available for agents loaded into running VM
...
Reviewed-by: alanb, rrich
2022-11-22 23:43:15 +00:00
Tobias Hartmann
0b04a99245
8297347: Problem list compiler/debug/TestStress*.java
...
Reviewed-by: chagedorn
2022-11-21 15:20:58 +00:00
Roland Westrelin
45d1807ad3
6312651: Compiler should only use verified interface types for optimization
...
Reviewed-by: vlivanov, kvn
2022-11-21 08:47:42 +00:00
Leonid Mesnik
3ea89711e3
8269817: serviceability/jvmti/DynamicCodeGenerated/DynamicCodeGeneratedTest.java timed out with -Xcomp
...
Reviewed-by: cjplummer, kevinw, sspitsyn
2022-11-19 20:31:37 +00:00
Thomas Stuefe
0845b39caf
8296796: Provide clean, platform-agnostic interface to C-heap trimming
...
Reviewed-by: dholmes, rkennke
2022-11-19 11:52:55 +00:00
Serguei Spitsyn
0ec575a203
8297289: problem list runtime/vthread/RedefineClass.java and TestObjectAllocationSampleEvent.java
...
Reviewed-by: dcubed
2022-11-18 23:46:20 +00:00
Serguei Spitsyn
035eaeecab
8296324: JVMTI GetStackTrace truncates vthread stack trace for agents loaded into running VM
...
Reviewed-by: cjplummer, lmesnik
2022-11-18 20:52:56 +00:00
Chris Plummer
3272954a00
8297083: Remove vmTestbase/nsk/jvmti/GetAllThreads/allthr001 from problem list
...
Reviewed-by: dcubed, lmesnik, amenkov
2022-11-18 19:15:33 +00:00
Roland Westrelin
761a4f4852
8295788: C2 compilation hits "assert((mode == ControlAroundStripMined && use == sfpt) || !use->is_reachable_from_root()) failed: missed a node"
...
Reviewed-by: kvn, thartmann
2022-11-18 13:46:01 +00:00
Thomas Stuefe
a768fed779
8297184: Test runtime/ErrorHandling/TestSigInfoInHsErrFile.java is failing
...
Reviewed-by: dcubed, coleenp
2022-11-17 16:40:32 +00:00
Magnus Ihse Bursie
4527dc67be
8297041: Remove the last remnants of sjavac
...
Reviewed-by: cstein, erikj, jjg
2022-11-17 09:20:22 +00:00
Tobias Hartmann
502fa3eeea
8296912: C2: CreateExNode::Identity fails with assert(i < _max) failed: oob: i=1, _max=1
...
Reviewed-by: chagedorn, kvn
2022-11-17 07:39:57 +00:00
Thomas Stuefe
b9d6e83e9b
8296906: VMError::controlled_crash crashes with wrong code and address
...
Reviewed-by: dholmes, mbaesken
2022-11-17 07:08:14 +00:00
Tobias Hartmann
cd9c688bfc
8276064: CheckCastPP with raw oop input floats below a safepoint
...
Reviewed-by: kvn, vlivanov, roland
2022-11-17 05:58:38 +00:00
Fei Gao
cc44419840
8295407: C2 crash: Error: ShouldNotReachHere() in multiple vector tests with -XX:-MonomorphicArrayCheck -XX:-UncommonNullCast
...
Reviewed-by: thartmann, kvn
2022-11-17 01:39:56 +00:00
Doug Simon
95c390ec75
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
...
Reviewed-by: thartmann, never
2022-11-16 21:21:04 +00:00
Doug Simon
37848a9ca2
8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod
...
Reviewed-by: never
2022-11-16 20:27:19 +00:00
Doug Simon
4ce4f384d7
8296958: [JVMCI] add API for retrieving ConstantValue attributes
...
Reviewed-by: never
2022-11-16 19:56:14 +00:00
Calvin Cheung
3eb6d0e2f8
8291991: Adjust the "shared class paths mismatch" message if class path logging is enabled
...
Reviewed-by: iklam, matsaave
2022-11-16 15:47:32 +00:00
Zdenek Zambersky
3f2f128af6
8295952: Problemlist existing compiler/rtm tests also on x86
...
Reviewed-by: chagedorn, kvn
2022-11-16 06:29:52 +00:00
Joshua Cao
0cbf084b44
8296969: C1: PrintC1Statistics is broken after JDK-8292878
...
Reviewed-by: chagedorn, kvn, xliu
2022-11-15 21:13:11 +00:00
Leonid Mesnik
216c6f6340
8294881: test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/dispose/dispose003/TestDescription.java fails
...
Reviewed-by: cjplummer, sspitsyn
2022-11-15 17:19:48 +00:00
Roland Westrelin
8c472e4816
8294217: Assertion failure: parsing found no loops but there are some
...
Reviewed-by: chagedorn, thartmann
2022-11-14 15:08:15 +00:00
Roland Westrelin
0fe2bf51b2
8296805: ctw build is broken
...
Reviewed-by: kvn, thartmann
2022-11-14 15:05:57 +00:00
Olga Mikhaltsova
277f0c24a2
8296821: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails after JDK-8262901
...
Reviewed-by: kvn, thartmann
2022-11-14 08:40:11 +00:00
Christian Hagedorn
34d10f19f5
8296243: [IR Framework] Fix issues with IRNode.ALLOC* regexes
...
Reviewed-by: mdoerr, thartmann
2022-11-14 08:28:41 +00:00
David Holmes
956d75bcc0
8295099: vmTestbase/nsk/stress/strace/strace013.java failed with "TestFailure: wrong lengths of stack traces: strace013Thread0: NNN strace013Thread83: MMM"
...
Reviewed-by: stuefe, lmesnik
2022-11-11 03:41:54 +00:00
Vladimir Kozlov
2f9a94f41c
8296824: ProblemList compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java
...
Reviewed-by: dcubed
2022-11-10 23:58:25 +00:00
Olga Mikhaltsova
6b456f7a9b
8262901: [macos_aarch64] NativeCallTest expected:<-3.8194101E18> but was:<3.02668882E10>
...
Reviewed-by: aph
2022-11-10 21:06:15 +00:00
Claes Redestad
d9b25e860b
8296426: x86: Narrow UseAVX and UseSSE flags
...
Reviewed-by: vlivanov, kvn
2022-11-08 23:41:50 +00:00
Coleen Phillimore
76790ad242
8295673: Deprecate and disable legacy parallel class loading workaround for non-parallel-capable class loaders
...
Reviewed-by: mchung, dholmes
2022-11-07 23:31:21 +00:00
Bhavana Kilambi
b49bdaeade
8294816: C2: Math.min/max vectorization miscompilation
...
Reviewed-by: thartmann, ngasson
2022-11-04 17:22:54 +00:00
Leonid Mesnik
c206f28629
8283101: serviceability/jvmti/thread/GetFrameCount/framecnt01/framecnt01.java failing #VirtualThread-Frozen: number of frames expected: 14, got: 9
...
Reviewed-by: sspitsyn, kevinw
2022-11-04 17:01:57 +00:00
Fei Yang
4d1bc1b5ad
8296285: test/hotspot/jtreg/compiler/intrinsics/TestFloatIsFinite.java fails after JDK-8280378
...
Reviewed-by: jiefu, thartmann, chagedorn
2022-11-04 00:56:47 +00:00
Yi-Fan Tsai
f43bb9feaa
8296190: TestMD5Intrinsics and TestMD5MultiBlockIntrinsics don't test the intrinsics
...
Reviewed-by: eastigeevich, phh, simonis
2022-11-03 19:26:20 +00:00
Emanuel Peter
19507470c4
8279913: obsolete ExtendedDTraceProbes
...
Reviewed-by: thartmann, chagedorn
2022-11-03 07:10:48 +00:00
Christian Hagedorn
f829b5a73f
8280378: [IR Framework] Support IR matching for different compile phases
...
Reviewed-by: kvn, rcastanedalo
2022-11-01 15:41:09 +00:00
Dean Long
37107fc157
8296007: crash in runtime/DefineClass/NullClassBytesTest.java
...
Reviewed-by: dcubed, dholmes
2022-11-01 00:46:24 +00:00
Vladimir Kozlov
8aa1526b44
8285835: SIGSEGV in PhaseIdealLoop::build_loop_late_post_work
...
Reviewed-by: roland, vlivanov
2022-10-29 12:32:36 +00:00
bobpengxie
823fd4a9df
8293785: Add a jtreg test for TraceOptoParse
...
Reviewed-by: chagedorn, jiefu
2022-10-28 13:18:39 +00:00
Jie Fu
754bd53137
8296030: compiler/c2/irTests/TestVectorizeTypeConversion.java fails with release VMs after JDK-8291781
...
Reviewed-by: chagedorn
2022-10-28 12:46:32 +00:00
Xiaolin Zheng
1fdbb1ba33
8295926: RISC-V: C1: Fix LIRGenerator::do_LibmIntrinsic
...
Reviewed-by: yadongwang, fyang
2022-10-28 11:56:21 +00:00
SuperCoder79
cf5546b3ac
8291336: Add ideal rule to convert floating point multiply by 2 into addition
...
Reviewed-by: qamai, thartmann, chagedorn
2022-10-28 10:04:38 +00:00
Fei Gao
4b89fce083
8291781: assert(!is_visited) failed: visit only once with -XX:+SuperWordRTDepCheck
...
Reviewed-by: thartmann
2022-10-28 07:27:02 +00:00
Chris Plummer
c2d7a35a4b
8269235: serviceability/sa/ClhsdbJstackXcompStress.java timed out
...
Reviewed-by: dcubed
2022-10-26 22:58:47 +00:00
Igor Veresov
58a7141a0d
8295066: Folding of loads is broken in C2 after JDK-8242115
...
Reviewed-by: kvn, thartmann
2022-10-26 20:45:26 +00:00
Coleen Phillimore
a8450b37ee
8295713: runtime/ParallelLoad/SuperWait/SuperWaitTest.java fails intermittently on Windows
...
Reviewed-by: pchilanomate, dholmes
2022-10-26 17:28:44 +00:00
Leonid Mesnik
3bd3caf897
8294486: Remove vmTestbase/nsk/jvmti/ tests ported to serviceability/jvmti.
...
Reviewed-by: sspitsyn
2022-10-25 22:48:00 +00:00
Calvin Cheung
427f50624f
8279366: CDS should allow alternative locations for JAR files in classpath
...
Reviewed-by: iklam, coleenp
2022-10-25 17:52:18 +00:00
Thomas Schatzl
5c4d99a051
8295118: G1: Clear CLD claim marks concurrently
...
Reviewed-by: iwalulya, sjohanss, ayang
2022-10-25 16:21:18 +00:00
Matias Saavedra Silva
fefbddf835
8291443: Obsolete the PrintSharedDictionary flag
...
Reviewed-by: dholmes, iklam
2022-10-24 16:08:51 +00:00
Jie Fu
7cbf6721dc
8295811: serviceability/sa/TestObjectAlignment.java fails on x86_32
...
Reviewed-by: cjplummer
2022-10-23 04:01:16 +00:00
Alex Menkov
6acbdb59da
8295427: popframe004: report more details on error
...
Reviewed-by: cjplummer, lmesnik, sspitsyn
2022-10-22 00:18:39 +00:00
Aleksey Shipilev
dfd2d83144
8295657: SA: Allow larger object alignments
...
Reviewed-by: stuefe, cjplummer
2022-10-21 08:15:49 +00:00
Alex Menkov
6240431b38
8295697: Resolve conflicts between serviceability/jvmti and nsk/jvmti shared code
...
Reviewed-by: lmesnik, sspitsyn, cjplummer
2022-10-20 23:41:54 +00:00
Dean Long
d3eba859f9
8295414: [Aarch64] C2: assert(false) failed: bad AD file
...
Reviewed-by: kvn, chagedorn, aph
2022-10-20 21:24:36 +00:00
Kim Barrett
028e8b3d5e
8137022: Concurrent refinement thread adjustment and (de-)activation suboptimal
...
8155996: Improve concurrent refinement green zone control
8134303: Introduce -XX:-G1UseConcRefinement
Reviewed-by: sjohanss, tschatzl, iwalulya, ayang
2022-10-20 20:29:19 +00:00
Magnus Ihse Bursie
d5a1521fde
8295470: Update openjdk.java.net => openjdk.org URLs in test code
...
Reviewed-by: michaelm, prr, darcy
2022-10-20 10:33:18 +00:00
Joshua Cao
f872467d69
8255746: Make PrintCompilation available on a per method level
...
Reviewed-by: chagedorn, kvn, xliu
2022-10-19 19:40:18 +00:00
Ioi Lam
3f4964f83d
8293291: Simplify relocation of native pointers in archive heap
...
Reviewed-by: ccheung, coleenp
2022-10-19 04:57:56 +00:00
Fei Gao
490fcd0c25
8293833: Error mixing types with -XX:+UseCMoveUnconditionally -XX:+UseVectorCmov
...
Reviewed-by: chagedorn, kvn
2022-10-18 02:00:53 +00:00
Serguei Spitsyn
21a825e059
8288387: GetLocalXXX/SetLocalXXX spec should require suspending target thread
...
Reviewed-by: lmesnik, dsamersoff
2022-10-17 23:36:22 +00:00
Coleen Phillimore
5d273b9f04
8295278: Add parallel class loading tests
...
Reviewed-by: vlivanov, ccheung
2022-10-17 12:31:39 +00:00
Daniel D. Daugherty
e7d0ab227f
8295379: ProblemList java/lang/Float/Binary16Conversion.java in Xcomp mode on x64
...
8295380: ProblemList gc/cslocker/TestCSLocker.java in Xcomp mode on x64
Reviewed-by: alanb
2022-10-15 14:50:10 +00:00
Vladimir Ivanov
8487c56f7e
8295294: Misc cleanups in runtime/InvocationTests
...
Reviewed-by: dholmes
2022-10-14 17:46:11 +00:00
Thomas Schatzl
2e2a51ee22
8295267: Improve G1 scan to merge ratio calculation
...
Reviewed-by: ayang, iwalulya
2022-10-14 14:45:56 +00:00
Doug Simon
03e63a2b87
8295225: [JVMCI] codeStart should be cleared when entryPoint is cleared
...
Reviewed-by: never
2022-10-13 08:34:36 +00:00
Ioi Lam
90fb9a085b
8295102: Always load @lambda-form-invoker lines from default classlist
...
Reviewed-by: redestad, ccheung
2022-10-13 00:01:06 +00:00
Leonid Mesnik
0475c34120
8292386: jvmti/thread/SuspendThread/suspendthrd03 failed with "FAIL: Status is 2"
...
Reviewed-by: sspitsyn, dcubed
2022-10-12 14:59:19 +00:00
Xiaohong Gong
ab8c1361bc
8292898: [vectorapi] Unify vector mask cast operation
...
Co-authored-by: Quan Anh Mai <qamai@openjdk.org>
Reviewed-by: jbhateja, eliu
2022-10-12 01:39:57 +00:00
Jatin Bhateja
2ceb80c60f
8288043: Optimize FP to word/sub-word integral type conversion on X86 AVX2 platforms
...
Reviewed-by: kvn, sviswanathan
2022-10-12 01:05:44 +00:00
Eric Liu
9d116ec147
8294262: AArch64: compiler/vectorapi/TestReverseByteTransforms.java test failed on SVE machine
...
Reviewed-by: aph, njian
2022-10-11 01:37:20 +00:00
Jie Fu
6ed74ef654
8295005: compiler/loopopts/TestRemoveEmptyLoop.java fails with release VMs after JDK-8294839
...
Reviewed-by: chagedorn, epeter
2022-10-10 07:06:51 +00:00
Alex Menkov
495c043533
7124710: interleaved RedefineClasses() and RetransformClasses() calls may have a problem
...
Reviewed-by: sspitsyn, dcubed
2022-10-07 23:02:19 +00:00
Matias Saavedra Silva
3466e99934
8294691: dynamicArchive/RelativePath.java is running other test case
...
Reviewed-by: iklam, ccheung
2022-10-07 20:44:35 +00:00
Sacha Coppey
7a194d31a3
8290154: [JVMCI] partially implement JVMCI for RISC-V
...
Reviewed-by: ihse, dnsimon, yadongwang
2022-10-07 13:09:09 +00:00
Zhiqiang Zang
5dd851d872
8281453: New optimization: convert ~x into -1-x when ~x is used in an arithmetic expression
...
Reviewed-by: kvn
2022-10-06 22:15:20 +00:00
Matias Saavedra Silva
f888aa953c
8293061: Combine CDSOptions and AppCDSOptions test utility classes
...
Reviewed-by: dholmes, iklam, ccheung
2022-10-06 15:03:24 +00:00
Emanuel Peter
73f06468ae
8294839: Disable StressLongCountedLoop in compiler/loopopts/TestRemoveEmptyLoop.java
...
Reviewed-by: thartmann, chagedorn
2022-10-06 10:40:11 +00:00
Aleksey Shipilev
e38ae8a651
8294759: Print actual lock/monitor ranking
...
Reviewed-by: coleenp, dholmes
2022-10-06 07:57:54 +00:00
Leonid Mesnik
2dbedf0e93
8294406: Test runtime/handshake/HandshakeDirectTest.java failed: JVMTI_ERROR_WRONG_PHASE
...
Reviewed-by: dholmes, sspitsyn
2022-10-04 12:57:55 +00:00
Roland Westrelin
16047e8308
8292780: misc tests failed "assert(false) failed: graph should be schedulable"
...
Reviewed-by: dlong, chagedorn, thartmann
2022-10-04 08:34:29 +00:00
Serguei Spitsyn
07ed68efb2
8288907: serviceability/jvmti/vthread/SuspendResume1/SuspendResume1.java fails with -XX:TieredStopAtLevel=2,3
...
Reviewed-by: dholmes
2022-10-03 23:16:51 +00:00
Roberto Castañeda Lozano
5fe837a35e
8294236: [IR Framework] CPU preconditions are overriden by regular preconditions
...
Reviewed-by: chagedorn, pli, kvn
2022-10-03 07:40:53 +00:00
Doug Simon
b8b9b97a1a
8294676: [JVMCI] InstalledCode.deoptimize(false) should not touch address field
...
Reviewed-by: never
2022-10-01 11:20:46 +00:00
Vladimir Ivanov
c7ab1caafb
8294609: C2: Improve inlining of methods with unloaded signature classes
...
Reviewed-by: kvn, dlong
2022-09-30 23:30:45 +00:00
Severin Gehwolf
6d83482a6b
8293540: [Metrics] Incorrectly detected resource limits with additional cgroup fs mounts
...
Reviewed-by: iklam
2022-09-30 08:44:10 +00:00
Dingli Zhang
7c60e6d2d6
8293770: RISC-V: Reuse runtime call trampolines
...
Co-authored-by: zifeihan <caogui@iscas.ac.cn>
Reviewed-by: fyang, shade
2022-09-30 07:31:57 +00:00
Aleksei Voitylov
aeef3ecdc4
8294198: Implement isFinite intrinsic for RISC-V
...
Reviewed-by: fyang, kvn
2022-09-29 18:51:38 +00:00
Chris Plummer
545ded1a82
8294548: Problem list SA core file tests on macosx-x64 due to JDK-8294316
...
Reviewed-by: sspitsyn
2022-09-29 18:30:20 +00:00
Chris Plummer
76f1865124
8293563: [macos-aarch64] SA core file tests failing with sun.jvm.hotspot.oops.UnknownOopException
...
Reviewed-by: sspitsyn, kevinw
2022-09-28 20:35:33 +00:00
Roland Westrelin
1ea0d6b424
8292301: [REDO v2] C2 crash when allocating array of size too large
...
Reviewed-by: xliu, thartmann, kvn
2022-09-28 07:16:59 +00:00
AJ Ferguson
9d76ac8a44
8292158: AES-CTR cipher state corruption with AVX-512
...
Reviewed-by: kvn, svkamath, sviswanathan
2022-09-28 00:12:23 +00:00
David Holmes
e5b65c40ea
8290482: Update JNI Specification of DestroyJavaVM for better alignment with JLS, JVMS, and Java SE API Specifications
...
Reviewed-by: rehn, coleenp
2022-09-27 23:57:32 +00:00
Leonid Mesnik
f8d9fa8873
8294483: Remove vmTestbase/nsk/jvmti/GetThreadState tests.
...
Reviewed-by: kvn, dholmes
2022-09-27 22:47:01 +00:00
Gerard Ziemski
739fdec7ea
8289162: runtime/NMT/ThreadedMallocTestType.java should print out memory allocations to help debug
...
Reviewed-by: hseigel, coleenp
2022-09-27 16:27:32 +00:00
Emanuel Peter
dd51f7e0b7
8293996: C2: fix and simplify IdealLoopTree::do_remove_empty_loop
...
Reviewed-by: roland, thartmann, chagedorn
2022-09-27 08:52:19 +00:00
Leonid Mesnik
49a7347ba5
8294408: Problemlist runtime/handshake/HandshakeSuspendExitTest.java
...
Reviewed-by: dholmes
2022-09-27 01:45:36 +00:00
Fei Gao
aa48705ddd
8289422: Fix and re-enable vector conditional move
...
Reviewed-by: thartmann, kvn
2022-09-27 01:24:17 +00:00
Aleksey Shipilev
36b61c5d7e
8293872: Make runtime/Thread/ThreadCountLimit.java more robust
...
Reviewed-by: dholmes, adinn
2022-09-26 12:44:04 +00:00
Leonid Mesnik
543851db92
8289607: Change hotspot/jtreg tests to not use Thread.suspend/resume
...
Reviewed-by: sspitsyn, cjplummer
2022-09-23 17:44:57 +00:00
Fei Gao
a4dc035a97
8290910: Wrong memory state is picked in SuperWord::co_locate_pack()
...
Reviewed-by: chagedorn, kvn
2022-09-23 01:26:21 +00:00
Thomas Stuefe
c6be2cd347
8293156: Dcmd VM.classloaders fails to print the full hierarchy
...
Reviewed-by: dholmes, cjplummer
2022-09-21 17:07:41 +00:00
Jie Fu
07afa3f41e
8294110: compiler/uncommontrap/Decompile.java fails after JDK-8293798
...
Reviewed-by: shade, thartmann
2022-09-21 13:10:10 +00:00
Emanuel Peter
379f3094db
8287217: C2: PhaseCCP: remove not visited nodes, prevent type inconsistency
...
Reviewed-by: roland, chagedorn, thartmann
2022-09-21 07:22:28 +00:00
Emanuel Peter
12e3510f63
8293798: Fix test bugs due to incompatibility with -XX:+AlwaysIncrementalInline
...
Reviewed-by: kvn, thartmann, chagedorn
2022-09-21 07:21:27 +00:00
casparcwang
cb72f80925
8293978: Duplicate simple loop back-edge will crash the vm
...
Reviewed-by: roland, chagedorn
2022-09-21 06:24:19 +00:00
Alex Menkov
21008cad46
8285383: vmTestbase/nsk/jvmti/scenarios/hotswap/HS204/hs204t001/hs204t001.java failed with "exit code: 96"
...
Reviewed-by: dcubed, lmesnik, sspitsyn
2022-09-20 18:18:39 +00:00
Christian Hagedorn
471e2f12b4
8292088: C2: assert(is_OuterStripMinedLoop()) failed: invalid node class: IfTrue
...
Reviewed-by: roland, kvn
2022-09-19 10:15:18 +00:00
Thomas Schatzl
04d7b7d574
8293503: gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 failed assertGreaterThanOrEqual: expected MMM >= NNN
...
Reviewed-by: lkorinth, kbarrett
2022-09-19 07:34:14 +00:00
Thomas Schatzl
d77c464c38
8293891
: gc/g1/mixedgc/TestOldGenCollectionUsage.java (still) assumes that GCs take 1ms minimum
...
Reviewed-by: ayang, kbarrett
2022-09-19 07:33:14 +00:00
Kevin Walls
cfd44bb2cd
8293218: serviceability/tmtools/jstat/GcNewTest.java fails with "Error in the percent calculation"
...
8293564: serviceability/tmtools/jstat/GcTest01.java fails with "Error in the percent calculation"
Reviewed-by: sspitsyn, lmesnik, dcubed
2022-09-17 09:55:51 +00:00
Aleksei Voitylov
b31a03c60a
8293695: Implement isInfinite intrinsic for RISC-V
...
Reviewed-by: yadongwang, fyang, dsamersoff
2022-09-15 09:45:03 +00:00
casparcwang
8f3bbe950f
8293472: Incorrect container resource limit detection if manual cgroup fs mounts present
...
Reviewed-by: sgehwolf, iklam
2022-09-15 08:47:05 +00:00
Pengfei Li
211fab8d36
8291669: [REDO] Fix array range check hoisting for some scaled loop iv
...
Reviewed-by: roland, thartmann
2022-09-14 14:20:39 +00:00
Jie Fu
8351b30e00
8293771: runtime/handshake/SystemMembarHandshakeTransitionTest.java fails if MEMBARRIER_CMD_QUERY is unsupported
...
Reviewed-by: rehn
2022-09-14 07:54:32 +00:00
Emanuel Peter
6f2223faa1
8288180: C2: VectorPhase must ensure that SafePointNode memory input is a MergeMemNode
...
Reviewed-by: roland, thartmann
2022-09-13 13:14:05 +00:00
Robbin Ehn
1e1db5debd
8292591: Experimentally add back barrier-less Java thread transitions
...
Reviewed-by: mdoerr, eosterlund, pchilanomate, dcubed
2022-09-13 08:31:45 +00:00
Fei Gao
ec2629c052
8275275: AArch64: Fix performance regression after auto-vectorization on NEON
...
Reviewed-by: aph, xgong
2022-09-13 03:13:38 +00:00
Hao Sun
cbee0bc9ef
8292587: AArch64: Support SVE fabd instruction
...
Reviewed-by: njian, fgao, ngasson
2022-09-13 02:19:02 +00:00
Roland Westrelin
37df5f5625
8291599: Assertion in PhaseIdealLoop::skeleton_predicate_has_opaque after JDK-8289127
...
Reviewed-by: chagedorn, thartmann
2022-09-12 07:30:47 +00:00
Vladimir Ivanov
005b49bb78
8293044: C1: Missing access check on non-accessible class
...
Reviewed-by: thartmann, dlong
2022-09-09 20:47:31 +00:00
Man Cao
45ff10cc68
8292695: SIGQUIT and jcmd attaching mechanism does not work with signal chaining library
...
Reviewed-by: xliu, stuefe
2022-09-09 19:12:08 +00:00
Dean Long
dbec22b84b
8293287: add ReplayReduce flag
...
Reviewed-by: kvn, thartmann
2022-09-09 18:45:43 +00:00
Bhavana Kilambi
00befddd7c
8292675: Add identity transformation for removing redundant AndV/OrV nodes
...
Reviewed-by: thartmann, ngasson
2022-09-09 14:24:23 +00:00
Daniel D. Daugherty
2d13f53017
8293512: ProblemList serviceability/tmtools/jstat/GcNewTest.java in -Xcomp mode
...
8293516: ProblemList gc/cslocker/TestCSLocker.java in -Xcomp mode
8293517: ProblemList sun/management/jmxremote/bootstrap/RmiBootstrapTest.java#id1 on linux-x64
8293518: ProblemList sun/management/jmxremote/bootstrap/RmiSslNoKeyStoreTest.java
Reviewed-by: bpb
2022-09-07 23:08:54 +00:00
Ioi Lam
f84386cf6e
8293182: Improve testing of CDS archive heap
...
Reviewed-by: ccheung, coleenp
2022-09-07 23:02:35 +00:00
Chris Plummer
51de765867
8283010: serviceability/sa/ClhsdbThread.java failed with "'Base of Stack:' missing from stdout/stderr "
...
Reviewed-by: amenkov
2022-09-07 21:51:46 +00:00
Daniel D. Daugherty
8a489658ab
8293514: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64 on all platforms
...
Reviewed-by: kbarrett
2022-09-07 21:33:46 +00:00
Daniel D. Daugherty
1080c4e4ae
8293508: ProblemList gc/metaspace/TestMetaspacePerfCounters.java#Epsilon-64
...
Reviewed-by: bpb
2022-09-07 20:49:06 +00:00
Brian Burkhalter
76df73b390
8293456: runtime/os/TestTracePageSizes.java sub-tests fail with "AssertionError: No memory range found for address: NNNN"
...
Reviewed-by: alanb, lancea
2022-09-07 18:53:25 +00:00
Daniel D. Daugherty
d36abbe8da
8293496: ProblemList runtime/os/TestTracePageSizes.java on linux-x64
...
Reviewed-by: alanb, azvegint
2022-09-07 15:26:02 +00:00
Christian Stein
1ee59adcfe
8289798: Update to use jtreg 7
...
Reviewed-by: ihse, jpai
2022-09-07 15:13:35 +00:00
Coleen Phillimore
5934669ca8
8292383: Create a SymbolHandle type to use for ResourceHashtable
...
Reviewed-by: iklam, hseigel
2022-09-07 14:50:58 +00:00
Evgeny Astigeevich
6ff4775b71
8285487: AArch64: Do not generate unneeded trampolines for runtime calls
...
Reviewed-by: xliu, aph
2022-09-07 14:39:48 +00:00
Albert Mingkun Yang
9833c025fd
8292946: GC lock/jni/jnilock001 test failed "assert(gch->gc_cause() == GCCause::_scavenge_alot || !gch->incremental_collection_failed()) failed: Twice in a row"
...
Reviewed-by: kbarrett, tschatzl
2022-09-05 13:35:36 +00:00
Roberto Castañeda Lozano
730ced9a10
8292660: C2: blocks made unreachable by NeverBranch-to-Goto conversion are removed incorrectly
...
Reviewed-by: kvn, roland
2022-09-05 07:16:51 +00:00
Chris Plummer
767262e67c
8292201: serviceability/sa/ClhsdbThreadContext.java fails with "'Thread "Common-Cleaner"' missing from stdout/stderr"
...
Reviewed-by: amenkov, sspitsyn
2022-09-03 16:06:25 +00:00
Roland Westrelin
77e21c57ce
8290529: C2: assert(BoolTest(btest).is_canonical()) failure
...
Reviewed-by: kvn, thartmann
2022-09-02 13:35:11 +00:00
Coleen Phillimore
fcc0cf9677
8292375: Convert ProtectionDomainCacheTable to ResourceHashtable
...
Reviewed-by: dholmes, iklam
2022-09-02 13:07:45 +00:00
Joe Darcy
2d18dda3f2
8173605: Remove support for source and target 1.7 option in javac
...
Reviewed-by: vromero
2022-09-01 16:43:50 +00:00
Aleksey Shipilev
5204528296
8293201: Library detection in runtime/ErrorHandling/TestDwarf.java fails on some systems
...
Reviewed-by: chagedorn
2022-09-01 14:13:51 +00:00
Aleksey Shipilev
6e6202c14d
8292407: Improve Weak CAS VarHandle/Unsafe tests resilience under spurious failures
...
Reviewed-by: yadongwang, fyang, vkempik, psandoz
2022-09-01 09:22:56 +00:00
Dingli Zhang
17283cfe4c
8293011: riscv: Duplicated stubs to interpreter for static calls
...
Reviewed-by: fyang
2022-09-01 01:06:45 +00:00
Roland Westrelin
4c90e87a6f
8290781: Segfault at PhaseIdealLoop::clone_loop_handle_data_uses
...
Reviewed-by: chagedorn, thartmann
2022-08-31 09:23:41 +00:00
Serguei Spitsyn
f5ebbf3225
8292657: Calling GetLocalXXX from virtual thread with thread parameter set to NULL returns carrier locals
...
Reviewed-by: cjplummer, alanb
2022-08-30 18:28:05 +00:00
Roland Westrelin
afa5d4ced3
8290451: Incorrect result when switching to C2 OSR compilation from C1
...
Reviewed-by: thartmann, kvn
2022-08-30 07:27:51 +00:00
Pengfei Li
a88a9e344f
8291466: C2: assert(false) failed: infinite loop in PhaseIterGVN::transform_old with -XX:+StressIGVN
...
Reviewed-by: roland, chagedorn
2022-08-29 13:06:20 +00:00
Doug Simon
b0e0b87891
8292917: [JVMCI] Extend InstalledCode API to make an nmethod non entrant.
...
Reviewed-by: never
2022-08-27 08:21:58 +00:00
Daniel D. Daugherty
1500d3dfb2
8292994: ProblemList vmTestbase/gc/lock/jni/jnilock001/TestDescription.java
...
Reviewed-by: prr
2022-08-26 20:52:35 +00:00
Mikhailo Seledtsov
774edeb521
8271615: vmTestbase/vm/jit/LongTransitions/ test fail due to locale mismatch
...
Reviewed-by: shade, lmesnik
2022-08-26 18:16:16 +00:00
Jonathan Dowland
9a0d1e7ce8
8292541: [Metrics] Reported memory limit may exceed physical machine memory
...
Reviewed-by: stuefe, sgehwolf
2022-08-26 16:22:14 +00:00
Stefan Karlsson
3844685be0
8292697: ZGC: Hangs when almost out of metaspace memory
...
Reviewed-by: eosterlund, coleenp
2022-08-26 13:44:28 +00:00
Jonathan Dowland
f694f8a767
8292083: Detected container memory limit may exceed physical machine memory
...
Reviewed-by: sgehwolf, stuefe
2022-08-26 12:25:16 +00:00
Roland Westrelin
6354a57b5c
8290711: assert(false) failed: infinite loop in PhaseIterGVN::optimize
...
Reviewed-by: chagedorn, kvn
2022-08-26 07:57:40 +00:00
Coleen Phillimore
e353b572a5
8292890: Remove PrintTouchedMethodsAtExit and LogTouchedMethods
...
Reviewed-by: iklam, hseigel
2022-08-25 21:12:35 +00:00
Coleen Phillimore
4f50316a1a
8292680: Convert Dictionary to ConcurrentHashTable
...
Reviewed-by: rehn, hseigel
2022-08-25 19:02:52 +00:00
Erik Österlund
054c23f484
8290025: Remove the Sweeper
...
Reviewed-by: stefank, kvn, iveresov, coleenp, vlivanov, mdoerr
2022-08-25 09:48:55 +00:00
Ramkumar Sunderbabu
7b81a9c75d
8289764: gc/lock tests failed with "OutOfMemoryError: Java heap space: failed reallocation of scalar replaced objects"
...
Reviewed-by: lmesnik
2022-08-25 01:37:54 +00:00
Coleen Phillimore
b653b9cc27
8291969: Convert LoaderConstraintsTable to ResourceHashtable
...
Reviewed-by: dholmes, iklam
2022-08-24 11:39:25 +00:00
Thomas Stuefe
fa5cc4cc8e
8291878: NMT: Malloc limits
...
Reviewed-by: kvn, shade
2022-08-24 07:58:54 +00:00
Christian Hagedorn
13c0369646
8242181: [Linux] Show source information when printing native stack traces in hs_err files
...
Reviewed-by: erikj, tschatzl, stuefe, ihse
2022-08-24 06:44:06 +00:00
Doug Simon
259ba86c60
8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter
...
Reviewed-by: mgronlun
2022-08-23 07:24:53 +00:00
Daniel D. Daugherty
f58aaab4a4
8292262: adjust timeouts in several M&M tests
...
Reviewed-by: cjplummer
2022-08-22 19:32:40 +00:00
Harold Seigel
db77227684
8282684: Obsolete UseContainerCpuShares and PreferContainerQuotaForCPUCount flags
...
Reviewed-by: dholmes, iklam, sgehwolf
2022-08-22 14:35:44 +00:00
Bhavana Kilambi
07c797720d
8290249: Vectorize signum on AArch64
...
Reviewed-by: aph, ngasson
2022-08-22 09:01:08 +00:00
Ioi Lam
27b0f7726b
8292318: Memory corruption in remove_dumptime_info
...
Reviewed-by: coleenp, ccheung
2022-08-22 03:43:27 +00:00
Thomas Stuefe
f9004fe443
8292561: Make "ReplayCompiles" a diagnostic product switch
...
Reviewed-by: kvn, xliu
2022-08-21 06:59:20 +00:00
Kevin Walls
3601e30df7
8290909: MemoryPoolMBean/isUsageThresholdExceeded tests failed with "isUsageThresholdExceeded() returned false, and is still false, while threshold = MMMMMMM and used peak = NNNNNNN"
...
Reviewed-by: cjplummer, amenkov
2022-08-20 14:20:29 +00:00
Ioi Lam
57aac2ab65
8290981: Enable CDS for zero builds
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: erikj, shade, ihse
2022-08-19 19:16:33 +00:00
Harold Seigel
37aa7c165d
8292559: Add test for -XX:+CheckJNICalls showing changed signal handlers
...
Reviewed-by: stuefe, coleenp
2022-08-19 12:19:35 +00:00
Pengfei Li
f2f0cd86bf
8292511: AArch64: Align CPU feature name for NEON with hwcap
...
Reviewed-by: aph, njian
2022-08-19 09:09:18 +00:00
Ioi Lam
964aac28fe
8292499: CDS ArchivedEnumTest.java fails: object points to a static field that may be reinitialized
...
Reviewed-by: dholmes, ccheung
2022-08-19 03:04:08 +00:00
Christian Stein
82dbe29fc8
8292633: runtime/cds/appcds/dynamicArchive/CDSStreamTestDriver.java fails to compile
...
Reviewed-by: dcubed, dholmes
2022-08-18 23:29:39 +00:00
Daniel D. Daugherty
a1df2da668
8292632: compiler/sharedstubs/SharedTrampolineTest.java fails with "Error: VM option 'PrintRelocations' is develop and is available only in debug version of VM."
...
Reviewed-by: dholmes
2022-08-18 22:17:49 +00:00
Christian Stein
62a7fc60d3
8292315: Tests should not rely on specific JAR file names (hotspot)
...
Reviewed-by: vromero
2022-08-18 17:26:14 +00:00
Christian Hagedorn
32d675ca60
8291775: C2: assert(r != __null && r->is_Region()) failed: this phi must have a region
...
Reviewed-by: thartmann, kvn
2022-08-18 07:35:14 +00:00
Harold Seigel
0d96546ab9
8292054: Test runtime/posixSig/TestPosixSig.java fails with 'Test failed, bad output.'
...
Reviewed-by: coleenp, stuefe
2022-08-17 19:56:14 +00:00
Aleksey Shipilev
e8bc87956a
8292443: Weak CAS VarHandle/Unsafe tests should test always-failing cases
...
Reviewed-by: psandoz
2022-08-17 18:13:49 +00:00
Yi-Fan Tsai
494d3873b1
8280152: AArch64: Reuse runtime call trampolines
...
Reviewed-by: aph, phh
2022-08-17 17:35:02 +00:00
Hao Sun
f75da2235a
8292395: [testbug] VectorGatherScatterTest.java fails on SVE with -XX:MaxVectorSize=8 after JDK-8288397
...
Reviewed-by: chagedorn, thartmann
2022-08-17 10:30:18 +00:00
Hao Sun
0cc66aeae8
8285790: AArch64: Merge C2 NEON and SVE matching rules
...
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Reviewed-by: adinn, aph, xgong
2022-08-17 03:51:46 +00:00
Daniel D. Daugherty
da477b1366
8292509: ProblemList java/lang/invoke/lambda/LogGeneratedClassesTest.java on windows
...
8292510: ProblemList runtime/cds/appcds/cacheObject/ArchivedEnumTest.java
Reviewed-by: darcy
2022-08-16 23:02:23 +00:00
Joe Darcy
e44e3f0c19
8289106: Add model of class file versions to core reflection
...
Reviewed-by: rriggs
2022-08-16 18:43:58 +00:00
Calvin Cheung
c3d3662e52
8292313: 2 runtime/cds/appcds tests fail after JDK-8284313
...
Reviewed-by: hseigel, iklam
2022-08-16 16:26:59 +00:00
Christian Hagedorn
e89abb7d2d
8292190: [IR Framework] Remove redundant regex matching for failing counts constraints
...
Reviewed-by: kvn, rcastanedalo, thartmann
2022-08-15 06:08:08 +00:00
David Holmes
77cd917a97
Merge
2022-08-14 20:05:10 +00:00
Daniel D. Daugherty
d546d13861
8292319: ProblemList 2 runtime/cds/appcds tests due to JDK-8292313
...
Reviewed-by: kvn
2022-08-13 15:06:31 +00:00
Vladimir Kozlov
967a28c3d8
8292260: [BACKOUT] JDK-8279219: [REDO] C2 crash when allocating array of size too large
...
Reviewed-by: vlivanov
2022-08-12 20:24:53 +00:00
Calvin Cheung
22d6d315f2
8284313: Improve warning messages when CDS archive fails to load
...
Reviewed-by: iklam, dholmes
2022-08-12 16:39:55 +00:00