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 |
|
Stefan Karlsson
|
df6cf1e41d
|
8296886: Fix various include sort order issues
Reviewed-by: kbarrett, dholmes, stuefe
|
2022-11-24 15:06:19 +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 |
|
Gerard Ziemski
|
ccc6e16918
|
8291067: macOS should use O_CLOEXEC instead of FD_CLOEXEC
Reviewed-by: dcubed, dholmes, stuefe
|
2022-11-22 16:30:24 +00:00 |
|
Tobias Hartmann
|
0b04a99245
|
8297347: Problem list compiler/debug/TestStress*.java
Reviewed-by: chagedorn
|
2022-11-21 15:20:58 +00:00 |
|
Christian Hagedorn
|
8b8d8481bc
|
8293422: DWARF emitted by Clang cannot be parsed
Reviewed-by: tschatzl, ihse, stuefe
|
2022-11-21 12:58:45 +00:00 |
|
Bhavana Kilambi
|
891c706a10
|
8295276: AArch64: Add backend support for half float conversion intrinsics
Reviewed-by: ngasson, aph, njian
|
2022-11-21 09:56:38 +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
|
0a3b0fc8ad
|
8296784: Provide clean mallinfo/mallinfo2 wrapper for Linux glibc platforms
Reviewed-by: rkennke, mbaesken
|
2022-11-19 18:06:48 +00:00 |
|
Thomas Stuefe
|
251e065a17
|
8296764: NMT: reduce loads in os::malloc
Reviewed-by: adinn, iklam
|
2022-11-19 14:45:45 +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 |
|
Stefan Karlsson
|
373e52c0ab
|
8296785: Use realloc for CHeap-allocated BitMaps
Reviewed-by: stuefe, aboldtch
|
2022-11-17 21:23:27 +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 |
|
Stefan Karlsson
|
813b223a6b
|
8296926: Sort include lines of files in the include/ directory
Reviewed-by: kbarrett, erikj, lkorinth
|
2022-11-16 12:51:26 +00:00 |
|
Stefan Karlsson
|
196d0210df
|
8297020: Rename GrowableArray::on_stack
Reviewed-by: stuefe, coleenp
|
2022-11-16 11:01:39 +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 |
|
Thomas Stuefe
|
657a0b2f15
|
8295865: Several issues with os::realloc
Reviewed-by: dholmes, jsjolen
|
2022-11-12 05:51:50 +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 |
|
Stefan Karlsson
|
bfc5816595
|
8295475: Move non-resource allocation strategies out of ResourceObj
Reviewed-by: coleenp, stuefe, rehn, dholmes
|
2022-11-10 08:31:37 +00:00 |
|
Xin Liu
|
1b94ae13d3
|
8296139: Make GrowableBitMap the base class of all implementations
Reviewed-by: aboldtch, stefank, simonis
|
2022-11-09 19:51:54 +00:00 |
|
Johan Sjölen
|
4a0093ccc4
|
8294362: UL: Replace the internal usage of manual buffers with stringStream in LogSelection
Reviewed-by: dholmes, rehn
|
2022-11-09 10:55:08 +00:00 |
|
Claes Redestad
|
d9b25e860b
|
8296426: x86: Narrow UseAVX and UseSSE flags
Reviewed-by: vlivanov, kvn
|
2022-11-08 23:41:50 +00:00 |
|
Ivan Walulya
|
dd5d4df5b6
|
8295658: G1: Refactor G1SegmentedArray to indicate that it is an allocator
Reviewed-by: tschatzl, sjohanss
|
2022-11-08 09:02:11 +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 |
|
Matias Saavedra Silva
|
ba303c048e
|
8295893: Improve printing of Constant Pool Cache Entries
Reviewed-by: dholmes, coleenp, iklam
|
2022-11-07 16:15:09 +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 |
|
Stefan Karlsson
|
8ee0f7d598
|
8296231: Fix MEMFLAGS for CHeapBitMaps
Reviewed-by: coleenp, dholmes
|
2022-11-04 09:36:26 +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 |
|
Ivan Walulya
|
1a58cb1c02
|
8233697: CHT: Iteration parallelization
Reviewed-by: tschatzl, rehn
|
2022-11-02 11:38:45 +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 |
|
Thomas Stuefe
|
cf121df17e
|
8295889: NMT preinit code does not handle allocation errors
Reviewed-by: dholmes, mbaesken
|
2022-10-26 08:35:05 +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 |
|
Kim Barrett
|
3a873d3c5b
|
8295808: GrowableArray should support capacity management
Reviewed-by: aboldtch, tschatzl, sspitsyn
|
2022-10-25 17:42:48 +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 |
|
Ioi Lam
|
89dafc002f
|
8292699: Improve printing of classes in native debugger
Reviewed-by: coleenp
|
2022-10-24 22:17:51 +00:00 |
|
Matias Saavedra Silva
|
fefbddf835
|
8291443: Obsolete the PrintSharedDictionary flag
Reviewed-by: dholmes, iklam
|
2022-10-24 16:08:51 +00:00 |
|
Johan Sjölen
|
89a94d0502
|
8293873: Centralize the initialization of UL
Reviewed-by: stuefe, rehn
|
2022-10-24 09:12:59 +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 |
|
Kim Barrett
|
1164258ec7
|
8295124: Atomic::add to pointer type may return wrong value
Reviewed-by: tschatzl, coleenp
|
2022-10-20 22:24:53 +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 |
|
Aleksey Shipilev
|
b06f1b149c
|
8294594: Fix cast-function-type warnings in signal handling code
Reviewed-by: dholmes, kbarrett
|
2022-10-18 08:45:28 +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 |
|
Thomas Stuefe
|
ec2981b83b
|
8293711: Factor out size parsing functions from arguments.cpp
Reviewed-by: dholmes, jsjolen
|
2022-10-17 12:44:51 +00:00 |
|