Chris Plummer
bdfa15d92c
8250801: Add clhsdb "threadcontext" command
...
Reviewed-by: sspitsyn, kevinw
2022-01-18 19:21:13 +00:00
Aleksey Shipilev
645b38d586
8280089: compiler/c2/irTests/TestIRAbs.java fails on some arches
...
Reviewed-by: jiefu, thartmann, chagedorn, fgao
2022-01-18 12:13:44 +00:00
Jesper Wilhelmsson
39f140a201
Merge
2022-01-18 01:56:50 +00:00
Jesper Wilhelmsson
37143c09ab
Merge
2022-01-18 01:10:17 +00:00
Aleksey Shipilev
590eb86033
8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
...
Reviewed-by: tschatzl, ayang
2022-01-17 08:17:49 +00:00
Fei Gao
c6196662b8
8276673: Optimize abs operations in C2 compiler
...
Reviewed-by: thartmann, jiefu
2022-01-17 02:16:45 +00:00
Daniel D. Daugherty
eab4e6d670
8280045: ProblemList 2 AppCDS tests until JDK-8279970 is fixed
...
Reviewed-by: ccheung
2022-01-14 22:24:39 +00:00
Hao Sun
45f20633f6
8279597: [TESTBUG] ReturnBlobToWrongHeapTest.java fails with -XX:TieredStopAtLevel=1 on machines with many cores
...
Reviewed-by: kvn
2022-01-13 23:56:27 +00:00
Christian Hagedorn
65eb066b63
8279837: C2: assert(is_Loop()) failed: invalid node class: Region
...
Reviewed-by: kvn, thartmann
2022-01-13 07:13:22 +00:00
Jesper Wilhelmsson
67e3d51d68
Merge
2022-01-13 01:05:45 +00:00
Yumin Qi
1228b2f1f8
8261455: Automatically generate the CDS archive if necessary
...
Reviewed-by: iklam, ccheung
2022-01-13 00:23:05 +00:00
Albert Mingkun Yang
4f0b65023f
8278581: Improve reference processing statistics log output
...
Reviewed-by: tschatzl, kbarrett, sjohanss
2022-01-12 08:28:51 +00:00
Jie Fu
1c688f4137
8279900: compiler/vectorization/TestPopCountVectorLong.java fails due to vpopcntdq is not supported
...
Reviewed-by: kvn
2022-01-12 03:55:00 +00:00
Vamsi Parasa
c4518e257c
8278868: Add x86 vectorization support for Long.bitCount()
...
Reviewed-by: jbhateja, sviswanathan, kvn
2022-01-11 18:47:42 +00:00
Liam Miller-Cushon
cfee4512f7
8273914: Indy string concat changes order of operations
...
Reviewed-by: vromero, jlahoda
2022-01-11 15:45:15 +00:00
Harold Seigel
c08b2ac34c
8225093: Special property jdk.boot.class.path.append should not default to empty string
...
Reviewed-by: dholmes, sspitsyn, alanb
2022-01-11 13:43:13 +00:00
Fairoz Matte
86d0abb66b
8279695: [TESTBUG] modify compiler/loopopts/TestSkeletonPredicateNegation.java to run on C1 also
...
Reviewed-by: neliasso
2022-01-11 09:39:39 +00:00
Tobias Hartmann
6d7db4b0b3
8279356: Method linking fails with guarantee(mh->adapter() != NULL) failed: Adapter blob must already exist!
...
Reviewed-by: chagedorn, kvn, coleenp
2022-01-11 06:59:26 +00:00
Jesper Wilhelmsson
d9b1bb5860
Merge
2022-01-10 17:06:23 +00:00
Vladimir Ivanov
ad34f03b54
8279515: C1: No inlining through invokedynamic and invokestatic call sites when resolved class is not linked
...
Reviewed-by: kvn, dlong
2022-01-10 13:56:01 +00:00
Fairoz Matte
928e347736
8279032: compiler/loopopts/TestSkeletonPredicateNegation.java times out with -XX:TieredStopAtLevel < 4
...
Reviewed-by: chagedorn, thartmann
2022-01-10 12:36:05 +00:00
Roland Westrelin
8d1a1e83f4
8278228: C2: Improve identical back-to-back if elimination
...
Reviewed-by: chagedorn, kvn
2022-01-10 07:52:18 +00:00
Doug Simon
e14fb4f4aa
8279437: [JVMCI] exception in HotSpotJVMCIRuntime.translate can exit the VM
...
Reviewed-by: kvn
2022-01-08 21:47:54 +00:00
Quan Anh Mai
62d03c2836
8279547: [vectorapi] Enable vector cast tests after JDK-8278948
...
Reviewed-by: kvn
2022-01-07 03:22:34 +00:00
Jie Fu
6a42fbaf9b
8279258: Auto-vectorization enhancement for two-dimensional array operations
...
Reviewed-by: neliasso, kvn
2022-01-07 00:04:51 +00:00
Jatin Bhateja
8703f14808
8273322: Enhance macro logic optimization for masked logic operations.
...
Reviewed-by: kvn, sviswanathan
2022-01-06 18:41:06 +00:00
Jesper Wilhelmsson
844dfb3ab6
Merge
2022-01-06 01:26:50 +00:00
bobpengxie
8b5de27ce1
8279485: Incorrect copyright year in compiler/lib/ir_framework/IRNode.java after JDK-8278114
...
Reviewed-by: haosun, jiefu
2022-01-05 02:22:26 +00:00
Zhiqiang Zang
f326305396
8278114: New addnode ideal optimization: converting "x + x" into "x << 1"
...
Reviewed-by: kvn, redestad
2022-01-05 00:38:59 +00:00
Quan Anh Mai
f8f9148016
8278948: compiler/vectorapi/reshape/TestVectorCastAVX1.java crashes in assembler
...
Reviewed-by: kvn, sviswanathan
2022-01-04 22:59:33 +00:00
Jesper Wilhelmsson
191f7307bb
Merge
2022-01-04 19:31:12 +00:00
Yasumasa Suenaga
d1e6f26160
8279351: [TESTBUG] SADebugDTest.java does not handle "Address already in use" error
...
Reviewed-by: cjplummer
2022-01-04 15:00:58 +00:00
Vladimir Ivanov
95a3010acf
8275830: C2: Receiver downcast is missing when inlining through method handle linkers
...
Reviewed-by: kvn, dlong
2022-01-04 12:35:48 +00:00
Hamlin Li
93c7d90c55
8278282: G1: Log basic statistics for evacuation failure
...
Reviewed-by: tschatzl, ayang, iwalulya
2022-01-04 11:55:41 +00:00
Roland Westrelin
e7244c19f4
8278966: two microbenchmarks tests fail "assert(!jvms->method()->has_exception_handlers()) failed: no exception handler expected" after JDK-8275638
...
Reviewed-by: rbackman, vlivanov
2022-01-04 10:56:37 +00:00
Ioi Lam
09cf5f19d7
8278602: CDS dynamic dump may access unloaded classes
...
Reviewed-by: coleenp, ccheung
2022-01-04 04:52:49 +00:00
Jesper Wilhelmsson
4f607f2ada
Merge
2021-12-27 01:22:11 +00:00
Sergey Bylokhov
7fea10327e
8279134: Fix Amazon copyright in various files
...
Reviewed-by: xliu, phh
2021-12-26 22:10:54 +00:00
Igor Veresov
54b800d56d
8271202: C1: assert(false) failed: live_in set of first block must be empty
...
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: vlivanov, kvn
2021-12-25 05:38:12 +00:00
Eric Liu
6588bedc19
8278889: AArch64: [vectorapi] VectorMaskLoadStoreTest.testMaskCast() test fail
...
Reviewed-by: njian, kvn
2021-12-24 03:10:41 +00:00
Jesper Wilhelmsson
a3b1c6b036
Merge
2021-12-23 21:17:50 +00:00
Xin Liu
7aff03aee1
8267517: async logging for stdout and stderr
...
Reviewed-by: dholmes, ysuenaga
2021-12-23 20:25:08 +00:00
Aleksey Shipilev
04ad668921
8279204: [BACKOUT] JDK-8278413: C2 crash when allocating array of size too large
...
Reviewed-by: chagedorn, kvn
2021-12-23 16:22:10 +00:00
Yi Yang
ad1dc9c2ae
8278125: Some preallocated OOMEs are missing stack trace
...
Co-authored-by: dongyun.tdy <dongyun.tdy@alibaba-inc.com>
Reviewed-by: dholmes, coleenp
2021-12-23 02:14:52 +00:00
Chris Plummer
eaefb1a1ed
8244669: convert clhsdb "mem" command from javascript to java
...
Reviewed-by: sspitsyn, kevinw, poonam
2021-12-22 23:02:41 +00:00
Aleksey Shipilev
9d5ae2e380
8279076: C2: Bad AD file when matching SqrtF with UseSSE=0
...
Reviewed-by: kvn, sviswanathan
2021-12-22 20:17:39 +00:00
Yumin Qi
9a478b347e
8279022: JCmdTestFileSafety.java should check file time stamp for test result
...
Reviewed-by: ccheung
2021-12-22 16:17:33 +00:00
Yumin Qi
a6903f806a
8279018: CRC calculation in CDS should not include _version and _head_size
...
Reviewed-by: iklam, ccheung
2021-12-22 16:14:59 +00:00
Albert Mingkun Yang
3f41fdecdb
8279063: Consolidate push and push_if_necessary in PreservedMarks
...
Reviewed-by: rkennke, mli, tschatzl
2021-12-22 13:44:20 +00:00
Chris Plummer
00c0d10870
8244670: convert clhsdb "whatis" command from javascript to java
...
Reviewed-by: sspitsyn, kevinw
2021-12-21 22:55:09 +00:00
Jesper Wilhelmsson
803cb8a768
Merge
2021-12-21 21:58:05 +00:00
Daniel D. Daugherty
54517fa3d8
8279074: ProblemList compiler/codecache/jmx/PoolsIndependenceTest.java on macosx-aarch64
...
Reviewed-by: ccheung
2021-12-21 17:42:26 +00:00
Aleksey Shipilev
29bd73638a
8277893: Arraycopy stress tests
...
Reviewed-by: kvn, mli
2021-12-21 14:01:47 +00:00
Calvin Cheung
8549d8b569
8277100: Dynamic dump can inadvertently overwrite default CDS archive
...
Reviewed-by: iklam, minqi, dholmes
2021-12-20 23:04:40 +00:00
Smita Kamath
819f9bd084
8274323: compiler/codegen/aes/TestAESMain.java failed with "Error: invalid offset: -1434443640" after 8273297
...
Reviewed-by: sviswanathan, kvn
2021-12-20 20:09:42 +00:00
Roland Westrelin
06206c7199
8278949: Cleanups for 8277850
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Reviewed-by: kvn, jrose
2021-12-20 10:00:14 +00:00
Roland Westrelin
deaf75a585
8278413: C2 crash when allocating array of size too large
...
Reviewed-by: neliasso, kvn
2021-12-20 09:41:56 +00:00
Alex Menkov
63e43030ed
8278519: serviceability/jvmti/FieldAccessWatch/FieldAccessWatch.java failed "assert(handle != __null) failed: JNI handle should not be null"
...
Reviewed-by: cjplummer, sspitsyn
2021-12-18 08:08:47 +00:00
merykitty
cc44e13797
8278623: compiler/vectorapi/reshape/TestVectorCastAVX512.java after JDK-8259610
...
Reviewed-by: kvn, chagedorn, psandoz
2021-12-17 23:42:28 +00:00
Igor Veresov
b46f0b0b1f
8277447: Hotspot C1 compiler crashes on Kotlin suspend fun with loop
...
Reviewed-by: kvn, neliasso
2021-12-17 16:30:40 +00:00
Nils Eliasson
a68f28cea6
8278909: Unproblemlist AdaptiveBlocking001
...
Reviewed-by: chagedorn, eosterlund, stefank
2021-12-17 15:08:45 +00:00
Roland Westrelin
b9a477bf19
8275638: GraphKit::combine_exception_states fails with "matching stack sizes" assert
...
Reviewed-by: dlong, kvn
2021-12-17 07:46:47 +00:00
Zhiqiang Zang
f6fbb5a80c
8278471: Remove unreached rules in AddNode::IdealIL
...
Reviewed-by: jiefu, kvn
2021-12-16 03:57:29 +00:00
Calvin Cheung
0dbe4c5d51
8278131: runtime/cds/appcds/dynamicArchive/* tests failing in loom repo
...
Reviewed-by: iklam, dholmes, minqi
2021-12-16 02:32:44 +00:00
Jesper Wilhelmsson
e6b28e05c6
Merge
2021-12-16 00:26:36 +00:00
Evgeny Astigeevich
bcb79fd012
8278241: Implement JVM SpinPause on linux-aarch64
...
Reviewed-by: aph, phh
2021-12-15 16:57:30 +00:00
Fei Gao
c442587f1e
8277619: AArch64: Incorrect parameter type in Advanced SIMD Copy assembler functions
...
Reviewed-by: aph, pli
2021-12-15 02:26:40 +00:00
Jie Fu
f48a3e86d0
8278758: runtime/BootstrapMethod/BSMCalledTwice.java fails with release VMs after JDK-8262134
...
Reviewed-by: dcubed
2021-12-14 22:50:21 +00:00
Jie Fu
2def7e9132
8278584: compiler/vectorapi/VectorMaskLoadStoreTest.java failed with "Error: ShouldNotReachHere()"
...
Reviewed-by: kvn, psandoz
2021-12-14 22:49:04 +00:00
Vladimir Kozlov
a1dfe57249
8276455: C2: iterative EA
...
Reviewed-by: iveresov, neliasso, roland
2021-12-14 19:24:13 +00:00
Dean Long
32139c1a8a
8262134: compiler/uncommontrap/TestDeoptOOM.java failed with "guarantee(false) failed: wrong number of expression stack elements during deopt"
...
Reviewed-by: kvn, iveresov
2021-12-14 03:16:17 +00:00
Jesper Wilhelmsson
8401a059bd
Merge
2021-12-14 02:15:15 +00:00
Daniel D. Daugherty
bdc784c0cb
8278630: ProblemList compiler/vectorapi/reshape/TestVectorCastAVX512.java on X64
...
Reviewed-by: psandoz
2021-12-13 20:36:40 +00:00
merykitty
ca8c58c731
8259610: VectorReshapeTests are not effective due to failing to intrinsify "VectorSupport.convert"
...
Reviewed-by: psandoz, chagedorn
2021-12-13 16:34:37 +00:00
Harold Seigel
15996e4075
8276241: JVM does not flag constant class entries ending in '/'
...
Reviewed-by: dholmes, lfoltan
2021-12-13 13:40:54 +00:00
Harold Seigel
14f7385a72
8277481: Obsolete seldom used CDS flags
...
Reviewed-by: iklam, ccheung, dholmes
2021-12-13 13:35:37 +00:00
Scott Gibbons
9a1bbaf8db
8273108: RunThese24H crashes with SEGV in markWord::displaced_mark_helper() after JDK-8268276
...
8272809: JFR thread sampler SI_KERNEL SEGV in metaspace::VirtualSpaceList::contains
Reviewed-by: sviswanathan, kvn
2021-12-12 16:08:35 +00:00
Evgeny Astigeevich
afd065b368
8278415: [TESTBUG] vmTestbase/nsk/stress/stack/stack018.java fails with "java.lang.Error: TEST_RFE"
...
Reviewed-by: phh
2021-12-10 18:27:36 +00:00
Joe Darcy
09831e7aa4
8273146: Start of release updates for JDK 19
...
8277511: Add SourceVersion.RELEASE_19
8277513: Add source 19 and target 19 to javac
Reviewed-by: dholmes, alanb, erikj, iris, mikael, ihse
2021-12-09 17:01:59 +00:00
Zhiqiang Zang
352435581e
8277882: New subnode ideal optimization: converting "c0 - (x + c1)" into "(c0 - c1) - x"
...
Reviewed-by: dlong, iveresov
2021-12-09 00:18:59 +00:00
Serguei Spitsyn
3893f4f70b
8278330: dump stack trace if the jvmti test nsk/jvmti/GetThreadState/thrstat002 is failed with wrong thread state
...
Reviewed-by: amenkov, lmesnik
2021-12-08 22:32:00 +00:00
Roland Westrelin
b3faecf739
8276116: C2: optimize long range checks in int counted loops
...
Reviewed-by: kvn
2021-12-08 21:33:33 +00:00
Roland Westrelin
8af3b27ce9
8277850: C2: optimize mask checks in counted loops
...
Reviewed-by: kvn, thartmann
2021-12-08 16:39:24 +00:00
Yumin Qi
3e93e0b809
8276769: -Xshare:auto should tolerate problems in the CDS archive
...
Reviewed-by: iklam, ccheung
2021-12-08 16:20:39 +00:00
Calvin Cheung
40d726b8aa
8278310: Improve logging in CDS DynamicLoaderConstraintsTest.java
...
Reviewed-by: iklam
2021-12-08 16:07:49 +00:00
Calvin Cheung
e4852c6f0a
8277998: runtime/cds/appcds/loaderConstraints/DynamicLoaderConstraintsTest.java#custom-cl-zgc failed "assert(ZAddress::is_marked(addr)) failed: Should be marked"
...
Reviewed-by: iklam, minqi
2021-12-08 15:59:37 +00:00
Mikhailo Seledtsov
3d61372ba5
8278363: Create extented container test groups
...
Reviewed-by: lmesnik
2021-12-07 21:58:19 +00:00
Zhengyu Gu
5a036ace01
8277990: NMT: Remove NMT shutdown capability
...
Reviewed-by: stuefe, shade
2021-12-07 17:42:08 +00:00
Roman Kennke
5b81d5eeb4
8276901: Implement UseHeavyMonitors consistently
...
Reviewed-by: coleenp, mdoerr, dcubed
2021-12-07 14:41:42 +00:00
Thomas Stuefe
35361270cb
8277383: VM.metaspace optionally show chunk freelist details
...
Reviewed-by: coleenp, shade
2021-12-07 14:15:04 +00:00
Chris Plummer
587e5409c2
8210558: serviceability/sa/TestJhsdbJstackLock.java fails to find '^\s+- waiting to lock <0x[0-9a-f]+> \(a java\.lang\.Class ...'
...
Reviewed-by: kevinw, sspitsyn
2021-12-06 16:09:45 +00:00
Vishal Chand
adf39522c1
8277372: Add getters for BOT and card table members
...
Reviewed-by: tschatzl, sjohanss, ayang
2021-12-06 15:28:20 +00:00
Christian Hagedorn
7c6f57fcb1
8275610: C2: Object field load floats above its null check resulting in a segfault
...
Reviewed-by: kvn, roland
2021-12-06 14:48:03 +00:00
Jie Fu
6994d80937
8278291: compiler/uncommontrap/TraceDeoptimizationNoRealloc.java fails with release VMs after JDK-8154011
...
Reviewed-by: shade, thartmann
2021-12-06 13:44:22 +00:00
Aleksey Shipilev
f180a4591f
8278016: Add compiler tests to tier{2,3}
...
Reviewed-by: kvn, dholmes
2021-12-06 06:26:50 +00:00
Daniel D. Daugherty
678ac589ad
8278240: ProblemList containers/docker/TestJcmd.java on linux-aarch64
...
Reviewed-by: mseledtsov, tschatzl
2021-12-03 17:22:14 +00:00
Christian Hagedorn
01cb2b9883
8277529: SIGSEGV in C2 CompilerThread Node::rematerialize() compiling Packet::readUnsignedTrint
...
Reviewed-by: thartmann, roland, kvn
2021-12-03 17:14:10 +00:00
Aleksey Shipilev
0fbd2713f1
8278115: gc/stress/gclocker/TestGCLockerWithSerial.java has duplicate -Xmx
...
Reviewed-by: mli, tschatzl
2021-12-03 07:20:39 +00:00
Aleksey Shipilev
bef5c7a286
8278116: runtime/modules/LoadUnloadModuleStress.java has duplicate -Xmx
...
Reviewed-by: dholmes
2021-12-03 07:19:48 +00:00
Jie Fu
473ececaf5
8278174: runtime/cds/appcds/LambdaWithJavaAgent.java fails with release VMs
...
Reviewed-by: dholmes
2021-12-03 06:00:14 +00:00
Chris Plummer
19ce33d5e7
8258512: serviceability/sa/TestJmapCore.java timed out on macOS 10.13.6
...
Reviewed-by: lmesnik, dcubed
2021-12-02 22:16:55 +00:00
Tim Prinzing
652b5f8546
8276674: Malformed Javadoc inline tags in JDK source
...
Reviewed-by: jjg, rriggs, prappo, bchristi
2021-12-02 20:47:29 +00:00
Roland Westrelin
3889af3f7d
8277906
: Incorrect type for IV phi of long counted loops after CCP
...
Reviewed-by: thartmann, chagedorn
2021-12-02 15:09:58 +00:00
Calvin Cheung
d2b16c8985
8276126: Dump time class transformation causes heap objects of non-boot classes to be archived
...
Reviewed-by: iklam, minqi
2021-12-02 14:39:27 +00:00
Patric Hedlin
088b244ec6
8251216: Implement MD5 intrinsics on AArch64
...
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Reviewed-by: aph, neliasso
2021-12-02 09:25:12 +00:00
Zhengyu Gu
abaa073bcb
8277946: NMT: Deprecate and remove VM.native_memory shutdown jcmd command option
...
Reviewed-by: stuefe, shade, dholmes
2021-12-01 13:14:09 +00:00
KIRIYAMA Takuya
37ff7f3b66
8277866: gc/epsilon/TestMemoryMXBeans.java failed with wrong initial heap size
...
Reviewed-by: tschatzl, shade
2021-12-01 12:47:26 +00:00
Kim Barrett
15a680647c
8277434: tests fail with "assert(is_forwarded()) failed: only decode when actually forwarded"
...
Reviewed-by: ayang, shade, tschatzl
2021-11-30 20:22:35 +00:00
Liam Miller-Cushon
27299eaa98
8277803: vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001 fails with "Synthetic fields not found"
...
Reviewed-by: dholmes, cjplummer, sspitsyn
2021-11-30 01:34:52 +00:00
Ivan Walulya
ad51d06925
8277789: G1: G1CardSetConfiguration prefixes num_ and max_ used interchangeably
...
Reviewed-by: mli, tschatzl
2021-11-29 13:10:06 +00:00
Volker Simonis
614c6e61fa
8277878: Fix compiler tests after JDK-8275908
...
Reviewed-by: thartmann, chagedorn
2021-11-29 12:29:06 +00:00
Thomas Schatzl
e5676f8d0b
8277450: Record number of references into collection set during gc
...
Reviewed-by: kbarrett, iwalulya
2021-11-29 12:05:10 +00:00
Hamlin Li
e9b36a8316
8276670: G1: Rename G1CardSetFreePool and related classes
...
Reviewed-by: tschatzl, ayang
2021-11-27 00:46:09 +00:00
Volker Simonis
40fef2311c
8275908: Record null_check traps for calls and array_check traps in the interpreter
...
Reviewed-by: chagedorn, mdoerr
2021-11-26 16:21:15 +00:00
Roland Westrelin
3e798dd40c
8275330: C2: assert(n->is_Root() || n->is_Region() || n->is_Phi() || n->is_MachMerge() || def_block->dominates(block)) failed: uses must be dominated by definitions
...
Reviewed-by: thartmann, chagedorn
2021-11-26 09:48:09 +00:00
Erik Österlund
3034ae87ce
8277631: ZGC: CriticalMetaspaceAllocation asserts
...
Reviewed-by: pliden, stefank, dholmes
2021-11-25 09:50:43 +00:00
Fairoz Matte
f0136ec945
8275687: runtime/CommandLine/PrintTouchedMethods test shouldn't catch RuntimeException
...
Reviewed-by: iklam, chagedorn
2021-11-25 08:37:31 +00:00
Daniel D. Daugherty
21e302a0f4
8270435: UT: MonitorUsedDeflationThresholdTest failed: did not find too_many string in output
...
Reviewed-by: dholmes
2021-11-25 04:27:21 +00:00
Daniel D. Daugherty
26472bd3bd
8277811: ProblemList vmTestbase/nsk/jdi/TypeComponent/isSynthetic/issynthetic001/TestDescription.java
...
8277813: ProblemList vmTestbase/nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
Reviewed-by: dholmes
2021-11-24 22:27:24 +00:00
Leonid Mesnik
96fe1d0d4d
8264605: vmTestbase/nsk/jvmti/SuspendThread/suspendthrd003/TestDescription.java failed with "agent_tools.cpp, 471: (foundThread = (jthread) jni_env->NewGlobalRef(foundThread)) != NULL"
...
Reviewed-by: sspitsyn, dholmes
2021-11-24 20:11:18 +00:00
Thomas Stuefe
cf7adae633
8275320: NMT should perform buffer overrun checks
...
8275320: NMT should perform buffer overrun checks
8275301: Unify C-heap buffer overrun checks into NMT
Reviewed-by: simonis, zgu
2021-11-24 12:12:23 +00:00
Maurizio Cimadamore
96e36071b6
8275063: Implementation of Foreign Function & Memory API (Second incubator)
...
Reviewed-by: erikj, psandoz, jvernee, darcy
2021-11-24 11:51:16 +00:00
KIRIYAMA Takuya
17e68caad7
8277042: add test for 8276036 to compiler/codecache
...
Reviewed-by: chagedorn, thartmann
2021-11-24 11:22:43 +00:00
Evgeny Astigeevich
7b2d823e84
8277503: compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java failed with "OnSpinWaitInst with the expected value 'isb' not found."
...
Reviewed-by: chagedorn, aph, phh
2021-11-23 20:05:57 +00:00
Leonid Mesnik
7cb56a230d
8265796: vmTestbase/nsk/jdi/ObjectReference/referringObjects/referringObjects002/referringObjects002.java fails when running with JEP 416
...
Reviewed-by: cjplummer, mchung
2021-11-23 19:27:50 +00:00
Daniel D. Daugherty
e8acac2aba
8277350: runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java times out
...
Reviewed-by: hseigel, dholmes, lmesnik
2021-11-23 17:08:31 +00:00
Christian Hagedorn
38802ad56a
8254108: ciReplay: Support incremental inlining
...
Reviewed-by: dlong, thartmann
2021-11-23 15:22:11 +00:00
Dean Long
f62b81c3b5
8273095: vmTestbase/vm/mlvm/anonloader/stress/oome/heap/Test.java fails with "wrong OOME"
...
Reviewed-by: shade, stefank
2021-11-22 23:17:46 +00:00
Daniel D. Daugherty
1049aba1fb
8277576: ProblemList runtime/ErrorHandling/CreateCoredumpOnCrash.java on macosx-X64
...
8277577: ProblemList compiler/onSpinWait/TestOnSpinWaitAArch64DefaultFlags.java on linux-aarch64
8277578: ProblemList applications/jcstress/acqrel.java on linux-aarch64
Reviewed-by: mikael
2021-11-22 19:03:30 +00:00
Leonid Mesnik
33e2a518eb
8265795: vmTestbase/nsk/jvmti/AttachOnDemand/attach022/TestDescription.java fails when running with JEP 416
...
Reviewed-by: sspitsyn, dholmes
2021-11-22 17:11:34 +00:00
Serguei Spitsyn
32839ba012
8266593: vmTestbase/nsk/jvmti/PopFrame/popframe011 fails with "assert(java_thread == _state->get_thread()) failed: Must be"
...
Reviewed-by: mdoerr, lmesnik, dcubed
2021-11-22 10:47:47 +00:00
Thomas Stuefe
a3406a1d8a
8277092: TestMetaspaceAllocationMT2.java#ndebug-default fails with "RuntimeException: Committed seems high: NNNN expected at most MMMM"
...
Reviewed-by: coleenp
2021-11-19 19:49:57 +00:00
Jie Fu
b15e6f076a
8277449: compiler/vectorapi/TestLongVectorNeg.java fails with release VMs
...
Reviewed-by: thartmann, chagedorn
2021-11-19 10:38:42 +00:00
Tobias Hartmann
47564caeb0
8275643: C2's unaryOp vector intrinsic does not properly handle LongVector.neg
...
Reviewed-by: chagedorn, sviswanathan
2021-11-19 07:07:17 +00:00
Yi Yang
2f0bde1a65
8277102: Dubious PrintCompilation output
...
Reviewed-by: thartmann, dnsimon
2021-11-19 02:04:48 +00:00
Harold Seigel
36bd4a35fb
8277404: Test VMDeprecatedOptions.java failing with Unable to create shared archive file
...
Reviewed-by: dcubed
2021-11-18 20:06:13 +00:00
Daniel D. Daugherty
8db0c361a3
8277414: ProblemList runtime/CommandLine/VMDeprecatedOptions.java on windows-x64
...
Reviewed-by: mikael, iklam
2021-11-18 18:40:26 +00:00
Thomas Schatzl
ce0f00f66e
8276093: Improve naming in closures to iterate over card sets
...
Reviewed-by: sjohanss, ayang
2021-11-18 16:59:41 +00:00
Harold Seigel
b3a62b4881
8276795: Deprecate seldom used CDS flags
...
Reviewed-by: dholmes, ccheung, iklam
2021-11-18 13:18:37 +00:00
Evgeny Astigeevich
38345bd28d
8277137: Set OnSpinWaitInst/OnSpinWaitInstCount defaults to "isb"/1 for Arm Neoverse N1
...
Reviewed-by: phh, aph, ngasson
2021-11-18 11:18:15 +00:00
Ioi Lam
db55f9272c
8277343: dynamicArchive/SharedArchiveFileOption.java failed: '-XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing
...
Reviewed-by: hseigel, ccheung
2021-11-18 08:49:07 +00:00
Fei Gao
81938001f9
8274179: AArch64: Support SVE operations with encodable immediates
...
Reviewed-by: aph, ngasson
2021-11-18 02:41:27 +00:00
Daniel D. Daugherty
ce4471f806
8277346: ProblemList 7 serviceability/sa tests on macosx-x64
...
8277351: ProblemList runtime/jni/checked/TestPrimitiveArrayCriticalWithBadParam.java on macosx-x64
Reviewed-by: tschatzl, bpb
2021-11-17 21:23:38 +00:00
Coleen Phillimore
a907b2b144
8276177: nsk/jvmti/RedefineClasses/StressRedefineWithoutBytecodeCorruption failed with "assert(def_ik->is_being_redefined()) failed: should be being redefined to get here"
...
Reviewed-by: hseigel, sspitsyn
2021-11-17 19:53:55 +00:00
Harold Seigel
9f2f46ee45
8275037: Test vmTestbase/nsk/sysdict/vm/stress/btree/btree011/btree011.java crashes with memory exhaustion on Windows
...
Reviewed-by: coleenp
2021-11-17 14:25:17 +00:00
Faye Gao
9aa30de4bb
8275317: AArch64: Support some type conversion vectorization in SLP
...
Reviewed-by: thartmann, ngasson
2021-11-17 08:19:46 +00:00
Ioi Lam
a77d8ddf11
8276787: Improve warning messages for -XX:+RecordDynamicDumpInfo
...
Reviewed-by: ccheung, stuefe
2021-11-16 21:03:33 +00:00
MeryKitty
f3eb5014aa
8276162: Optimise unsigned comparison pattern
...
Reviewed-by: thartmann, kvn
2021-11-16 14:09:53 +00:00
Calvin Cheung
bd92674be5
8276184: Exclude lambda proxy class from the CDS archive if its caller class is excluded
...
Reviewed-by: iklam, dholmes
2021-11-16 02:34:36 +00:00
Paul Sandoz
a59c9b2ac2
8271515: Integration of JEP 417: Vector API (Third Incubator)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Eric Liu <eliu@openjdk.org>
Co-authored-by: Jie Fu <jiefu@openjdk.org>
Co-authored-by: Vladimir Ivanov <vlivanov@openjdk.org>
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Rado Smogura <mail@smogura.eu>
Reviewed-by: kvn, sviswanathan, ngasson
2021-11-15 21:48:38 +00:00