Tom Rodriguez
ac89e3045b
8308291: compiler/jvmci/meta/ProfilingInfoTest.java fails with -XX:TieredStopAtLevel=1
...
Reviewed-by: kvn, chagedorn
2023-05-24 18:39:30 +00:00
Chris Plummer
89f2d458a2
8308237: add JDWP and JDI virtual thread support for ThreadReference.PopFrames
...
8308481: JDI TestScaffold does not support passing app arguments to the debuggee
8305632: Test com/sun/jdi/PopAndInvokeTest.java fails with OpaqueFrameException
Reviewed-by: alanb, sspitsyn, lmesnik
2023-05-24 16:54:05 +00:00
Thomas Schatzl
65c8dbe693
8171221: Remove -XX:+CheckMemoryInitialization
...
Reviewed-by: ayang, shade
2023-05-24 12:02:04 +00:00
Emanuel Peter
b7a84b0fd7
8308758: Problemlist compiler/c2/irTests/TestVectorConditionalMove.java
...
Reviewed-by: chagedorn
2023-05-24 09:38:45 +00:00
Martin Doerr
20f15352a3
8303040: linux PPC64le: Implementation of Foreign Function & Memory API (Preview)
...
Reviewed-by: jvernee, rrich
2023-05-24 08:38:34 +00:00
Doug Simon
05c095cf39
8308151: [JVMCI] capture JVMCI exceptions in hs-err
...
Reviewed-by: never
2023-05-24 07:15:12 +00:00
Emanuel Peter
beb75e651f
8306302: C2 Superword fix: use VectorMaskCmp and VectorBlend instead of CMoveVF/D
...
Reviewed-by: fgao, jbhateja
2023-05-24 07:00:27 +00:00
Daniel D. Daugherty
ed0e956fc2
8308716: ProblemList java/util/concurrent/ScheduledThreadPoolExecutor/BasicCancelTest.java with genzgc on windows-x64
...
8308718: ProblemList three mlvm/indy/func/jvmti tests on windows-x64 in Xcomp mode
8308720: ProblemList java/awt/event/SequencedEvent/MultipleContextsFunctionalTest.java on macosx-x64
Reviewed-by: azvegint, darcy
2023-05-23 20:43:20 +00:00
Emanuel Peter
26227a6ff8
8305073: Fix VerifyLoopOptimizations - step 2 - verify idom
...
Reviewed-by: chagedorn, thartmann, kvn
2023-05-23 11:25:01 +00:00
Emanuel Peter
06b0a5e038
8302652: [SuperWord] Reduction should happen after loop, when possible
...
Reviewed-by: kvn, pli, jbhateja, sviswanathan
2023-05-23 08:05:13 +00:00
Doug Simon
422128b70a
8306992: [JVMCI] mitigate more against JVMCI related OOME causing VM to exit
...
Reviewed-by: never
2023-05-23 07:20:00 +00:00
Matias Saavedra Silva
3f4cfbdd36
8307190: Refactor ref_at methods in Constant Pool
...
Reviewed-by: coleenp, iklam
2023-05-22 16:27:17 +00:00
Calvin Cheung
b58980b73d
8308034: Some CDS tests need to use @requires vm.flagless
...
Reviewed-by: iklam
2023-05-22 15:53:04 +00:00
Thomas Obermeier
4f88437b7f
8307908: [ppc] Add failing RTM tests to ProblemList until 8307907 is fixed.
...
Reviewed-by: clanger, goetz
2023-05-22 12:37:43 +00:00
Leo Korinth
b588797900
8307804: Reorganize ArrayJuggle test cases
...
Reviewed-by: dholmes, lmesnik
2023-05-22 08:17:53 +00:00
Serguei Spitsyn
928fcf9751
8308000: add PopFrame support for virtual threads
...
Reviewed-by: lmesnik, alanb
2023-05-22 07:34:35 +00:00
Daniel D. Daugherty
a0f4a948bb
8307783: runtime/reflect/ReflectOutOfMemoryError.java timed out
...
8308468: ProblemList containers/docker/TestMemoryAwareness.java on linux-x64
8308470: ProblemList javax/management/remote/mandatory/connection/BrokenConnectionTest.java on linux-all
8308471: ProblemList javax/management/remote/mandatory/loading/MissingClassTest.java on windows-x64 w/ loom
8308472: ProblemList javax/management/remote/mandatory/loading/RMIDownloadTest.java on windows-x64 w/ loom
8308473: ProblemList java/lang/instrument/NativeMethodPrefixAgent.java with loom
Reviewed-by: lmesnik
2023-05-20 16:40:05 +00:00
Leonid Mesnik
241455fcd1
8307962: Exclude gc/g1/TestSkipRebuildRemsetPhase.java fails with virtual test thread factory
...
Reviewed-by: sspitsyn
2023-05-19 18:42:23 +00:00
Coleen Phillimore
265f40b4f7
8308396: Fix offset_of conversion warnings in runtime code
...
Reviewed-by: amitkumar, jsjolen, fparain
2023-05-19 17:16:04 +00:00
Leonid Mesnik
42948c04b9
8307865: Invalid is_in_any_VTMS_transition() check in post_dynamic_code_generated_while_holding_locks
...
Reviewed-by: sspitsyn, cjplummer
2023-05-18 23:57:10 +00:00
Chris Plummer
4a6d6d5a59
8308187: jdi/EventSet/resume/resume008 failed with "EventHandler> Unexpected event: ThreadStartEvent in thread resume008-thread0"
...
Reviewed-by: dcubed
2023-05-18 22:08:10 +00:00
Patricio Chilano Mateo
24094482f0
8307365: JvmtiStressModule hit SIGSEGV in JvmtiEventControllerPrivate::recompute_thread_enabled
...
Reviewed-by: sspitsyn, dcubed, lmesnik
2023-05-17 20:16:21 +00:00
Leonid Mesnik
8bedf2efd7
8308292: Problemlist vmTestbase/nsk/jvmti/AttachOnDemand/attach020/TestDescription.java
...
Reviewed-by: sspitsyn
2023-05-17 17:24:38 +00:00
Adam Sotona
5763be7267
8307326: Package jdk.internal.classfile.java.lang.constant become obsolete
...
Reviewed-by: erikj, liach
2023-05-17 12:45:19 +00:00
Erik Österlund
285c833ffa
8308043: Deadlock in TestCSLocker.java due to blocking GC while allocating
...
Reviewed-by: stefank, ayang, tschatzl
2023-05-17 11:47:30 +00:00
Axel Boldt-Christmas
e34ecc97e6
8296469: Instrument VMError::report with reentrant iteration step for register and stack printing
...
Reviewed-by: eosterlund, stuefe
2023-05-17 07:07:41 +00:00
Chris Plummer
64d5157116
8306467: Fix nsk/jdb/kill/kill001 to work with new JVMTI StopThread support for virtual threads.
...
Reviewed-by: sspitsyn, amenkov
2023-05-16 17:02:12 +00:00
Stefan Karlsson
60ab1358da
8308097: Generational ZGC: Update constructor syntax
...
Reviewed-by: eosterlund, aboldtch
2023-05-16 16:13:58 +00:00
Stefan Karlsson
682359cb48
8299075: TestStringDeduplicationInterned.java fails because extra deduplication
...
Reviewed-by: kbarrett, tschatzl
2023-05-16 16:04:18 +00:00
Leonid Mesnik
be54b54fb3
8307369: Add execution of all svc tests in CI
...
Reviewed-by: cjplummer, sspitsyn
2023-05-16 13:39:04 +00:00
Serguei Spitsyn
c2ef302468
8307968: serviceability/jvmti/vthread/StopThreadTest/StopThreadTest.java timed out
...
Reviewed-by: cjplummer, lmesnik
2023-05-16 07:20:01 +00:00
Chris Plummer
cc80ada739
8306593: Fix nsk/jdi/stop/stop001 for virtual threads and remove from problem list
...
Reviewed-by: lmesnik, sspitsyn
2023-05-15 18:59:08 +00:00
Stefan Karlsson
97b2ca3de7
8307997: gtest:ZIndexDistributorTest fails on PPC64
...
Reviewed-by: mdoerr
2023-05-15 13:52:34 +00:00
Kim Barrett
646747fd7c
8307926: Support byte-sized atomic bitset operations
...
Reviewed-by: aboldtch, coleenp
2023-05-13 23:03:06 +00:00
Chris Plummer
d809823fe4
8306471: Add virtual threads support to JDWP ThreadReference.Stop and JDI ThreadReference.stop()
...
Reviewed-by: sspitsyn, alanb
2023-05-12 20:05:21 +00:00
Afshin Zafari
39dc40fed4
8305081: Remove finalize() from test/hotspot/jtreg/compiler/runtime/Test8168712
...
Reviewed-by: coleenp, thartmann
2023-05-12 14:25:46 +00:00
Kim Barrett
f09a0f5ca7
8307806: Rename Atomic::fetch_and_add and friends
...
Reviewed-by: stefank, dholmes
2023-05-12 09:50:52 +00:00
Afshin Zafari
e1e758a7b4
8305083: Remove finalize() from test/hotspot/jtreg/vmTestbase/nsk/share/ and /jpda that are used in serviceability/dcmd/framework tests
...
Reviewed-by: coleenp, dholmes
2023-05-12 07:32:46 +00:00
Matthias Baesken
f3bd031ccd
8307891: ProblemList gtest/NMTGtest.java subtests on aix
...
Reviewed-by: mdoerr, lucy
2023-05-12 07:06:45 +00:00
Ningsheng Jian
33d9a85730
8307572: AArch64: Vector registers are clobbered by some macroassemblers
...
Reviewed-by: aph, adinn
2023-05-12 02:05:18 +00:00
Matias Saavedra Silva
a667213ec5
8281715: Move "base CDS archive not loaded" tests to SharedArchiveFileOption.java
...
Reviewed-by: ccheung, iklam
2023-05-11 19:37:16 +00:00
Guoxiong Li
4f355c3525
8307653: Adjust delay time and gc log argument in TestAbortOnVMOperationTimeout
...
Reviewed-by: dholmes, dcubed
2023-05-11 18:21:30 +00:00
Serguei Spitsyn
51b8f3cfb9
8306034: add support of virtual threads to JVMTI StopThread
...
Reviewed-by: cjplummer
2023-05-11 17:48:39 +00:00
Stefan Karlsson
d20034b09c
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Erik Helin <ehelin@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Yadong Wang <yadongwang@openjdk.org>
Reviewed-by: eosterlund, aboldtch, rcastanedalo
2023-05-11 13:59:37 +00:00
Thomas Stuefe
8ac7186331
8305416: runtime/Thread/TestAlwaysPreTouchStacks.java failed with "Did not find expected NMT output"
...
Reviewed-by: dholmes, gziemski
2023-05-11 04:50:37 +00:00
Coleen Phillimore
4251b56214
8306843: JVMTI tag map extremely slow after JDK-8292741
...
Reviewed-by: sspitsyn, iklam
2023-05-10 12:32:06 +00:00
Afshin Zafari
ab34cb98c8
8305082: Remove finalize() from test/hotspot/jtreg/runtime/linkResolver/InterfaceObjectTest.java
...
Reviewed-by: coleenp, dholmes
2023-05-10 12:20:00 +00:00
Serguei Spitsyn
2be1f10fec
8307399: get rid of compatibility ThreadStart/ThreadEnd events for virtual threads
...
Reviewed-by: alanb, pchilanomate, cjplummer
2023-05-10 01:48:03 +00:00
Leonid Mesnik
a1c3adb88d
8307370: Add tier1 testing with thread factory in CI
...
Reviewed-by: sspitsyn
2023-05-09 21:03:25 +00:00
Josef Eisl
040cb7b5a9
8307588: [JVMCI] HotSpotConstantPool#lookupBootstrapMethodInvocation broken by JDK-8301995
...
Reviewed-by: dnsimon, never, kvn
2023-05-09 12:29:27 +00:00
Roland Westrelin
d2b3eef0f2
8307131: C2: assert(false) failed: malformed control flow
...
Reviewed-by: kvn, chagedorn, thartmann
2023-05-09 09:54:22 +00:00
Tom Rodriguez
5e1fe43080
8299229: [JVMCI] add support for UseZGC
...
Reviewed-by: eosterlund, kvn
2023-05-08 18:40:18 +00:00
Arno Zeller
5c7ede94ae
8307347: serviceability/sa/ClhsdbDumpclass.java could leave files owned by root on macOS
...
Reviewed-by: stuefe, cjplummer
2023-05-08 08:36:52 +00:00
Albert Mingkun Yang
89b7d07597
8307100: Remove ReferentBasedDiscovery reference discovery policy
...
Reviewed-by: kbarrett, dholmes, tschatzl
2023-05-08 08:31:04 +00:00
Emanuel Peter
ad0e5a99ca
8304720: SuperWord::schedule should rebuild C2-graph from SuperWord dependency-graph
...
Reviewed-by: kvn, fgao
2023-05-08 06:09:10 +00:00
changpeng1997
0dca573ca5
8301739: AArch64: Add optimized rules for vector compare with immediate for SVE
...
Reviewed-by: aph, eliu
2023-05-06 07:20:20 +00:00
Leonid Mesnik
e2b1013f11
8306326: [BACKOUT] 8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
...
Reviewed-by: sspitsyn, thartmann, kvn
2023-05-05 18:57:33 +00:00
Matias Saavedra Silva
27764e6035
8306583: Add JVM crash check in CDSTestUtils.executeAndLog
...
Reviewed-by: iklam, ccheung
2023-05-05 18:06:19 +00:00
Calvin Cheung
65a54883b3
8306712: CDS DeterministicDump.java test fails with -XX:+UseStringDeduplication
...
Reviewed-by: iklam, matsaave
2023-05-05 17:39:40 +00:00
Afshin Zafari
f143bf7c45
8305084: Remove the removal warnings for finalize() from test/hotspot/jtreg/serviceability/dcmd/gc/FinalizerInfoTest.java and RunFinalizationTest.java
...
Reviewed-by: dholmes, cjplummer
2023-05-05 13:22:01 +00:00
Afshin Zafari
1a1ce66dc9
8305080: Suppress the 'removal' warning for finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests
...
Reviewed-by: dnsimon, coleenp
2023-05-05 13:12:19 +00:00
William Kemper
1b143ba787
8307378: Allow collectors to provide specific values for GC notifications' actions
...
Reviewed-by: kdnilsen, stefank
2023-05-05 05:43:05 +00:00
Leonid Mesnik
a44e8908a1
8307308: Add serviceability_ttf_virtual group to exclude jvmti tests developed for virtual threads
...
Reviewed-by: sspitsyn
2023-05-05 00:43:59 +00:00
Eric Liu
46df171d53
8304948: [vectorapi] C2 crashes when expanding VectorBox
...
Reviewed-by: thartmann, qamai
2023-05-05 00:34:12 +00:00
Stefan Johansson
29233e0a00
8307448: Test RedefineSharedClassJFR fail due to wrong assumption
...
Reviewed-by: eosterlund, coleenp
2023-05-04 12:48:56 +00:00
Stefan Johansson
408cec516b
8306929: Avoid CleanClassLoaderDataMetaspaces safepoints when previous versions are shared
...
Reviewed-by: coleenp, sspitsyn
2023-05-04 11:00:44 +00:00
Leonid Mesnik
caee1beaaf
8307305: Update debugger tests to support JTREG_TEST_THREAD_FACTORY mode
...
Reviewed-by: cjplummer
2023-05-04 03:51:24 +00:00
Roland Westrelin
ccf91f881c
8306933: C2: "assert(false) failed: infinite loop" failure
...
Reviewed-by: chagedorn, thartmann
2023-05-03 11:14:53 +00:00
Emanuel Peter
e9807a4b0f
8306042: C2: failed: Missed optimization opportunity in PhaseCCP (adding LShift->Cast->Add notification)
...
Reviewed-by: thartmann, chagedorn, kvn
2023-05-03 10:45:30 +00:00
Roland Westrelin
e0774bed2d
8306997: C2: "malformed control flow" assert due to missing safepoint on backedge with a switch
...
Reviewed-by: thartmann, kvn
2023-05-03 08:29:01 +00:00
Kim Barrett
8a70664e52
8293117: Add atomic bitset functions
...
Reviewed-by: shade, coleenp, dholmes
2023-05-02 21:27:01 +00:00
Jorn Vernee
a8bf2acb7d
8304888: Add dedicated VMProps for linker and fallback linker
...
Reviewed-by: alanb, mcimadamore
2023-05-02 13:56:32 +00:00
Chris Plummer
ae5f678fba
8282384: [LOOM] Need test for ThreadReference.interrupt() on a vthread
...
Reviewed-by: lmesnik, sspitsyn
2023-05-01 18:13:11 +00:00
Aleksey Shipilev
a6b4f25bd5
8306825: Monitor deflation might be accidentally disabled by zero intervals
...
Reviewed-by: dcubed, eastigeevich, phh
2023-05-01 07:56:07 +00:00
Jie Fu
452cb8432f
8307103: Two TestMetaspaceAllocationMT tests fail after JDK-8306696
...
Reviewed-by: dholmes
2023-04-28 12:27:16 +00:00
Matthias Baesken
3d9d84b742
8307006: ProblemList gtest/NMTGtest.java on aix
...
Reviewed-by: mdoerr
2023-04-28 06:50:06 +00:00
Afshin Zafari
84df74ca39
8305079: Remove finalize() from compiler/c2/Test719030
...
Reviewed-by: thartmann, coleenp
2023-04-28 06:32:25 +00:00
Thomas Stuefe
0b5c504ad0
8306696: Remove MetaspaceReclaimPolicy=aggressive and obsolete MetaspaceReclaimPolicy
...
Reviewed-by: dholmes, rkennke, coleenp
2023-04-28 06:08:24 +00:00
Roberto Castañeda Lozano
1be80a4445
8287087: C2: perform SLP reduction analysis on-demand
...
Reviewed-by: epeter, jbhateja, thartmann
2023-04-27 09:39:53 +00:00
Thomas Stuefe
a83c02fe2c
8306654: Disable NMT location_printing_cheap_dead_xx tests again
...
Reviewed-by: dholmes
2023-04-27 07:26:34 +00:00
Aleksey Shipilev
9ad6dc881d
8306774: Make runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java more reliable
...
Reviewed-by: stuefe, dcubed
2023-04-26 11:11:54 +00:00
Emanuel Peter
cc894d849a
8303466: C2: failed: malformed control flow. Limit type made precise with MaxL/MinL
...
Reviewed-by: roland, kvn, chagedorn, thartmann
2023-04-26 05:42:26 +00:00
Ivan Walulya
a98f58756d
8306766: Reduce heap size for TestJNICriticalStressTest
...
Reviewed-by: ayang, tschatzl
2023-04-25 10:27:22 +00:00
Aleksey Shipilev
937dd3456c
8306775: Problemlist runtime/Monitor/GuaranteedAsyncDeflationIntervalTest.java
...
Reviewed-by: dcubed
2023-04-24 19:29:42 +00:00
Aleksey Shipilev
6b81342c22
8305994: Guarantee eventual async monitor deflation
...
Reviewed-by: simonis, stuefe, dcubed
2023-04-24 17:02:59 +00:00
Daniel D. Daugherty
4b23bef51d
8301377: adjust timeout for JLI GetObjectSizeIntrinsicsTest.java subtest again
...
8302607: increase timeout for ContinuousCallSiteTargetChange.java
8305502: adjust timeouts in three more M&M tests
Reviewed-by: naoto, lmesnik, thartmann
2023-04-24 16:10:44 +00:00
Christian Stein
2763cf14e6
8304896: Update to use jtreg 7.2
...
Reviewed-by: erikj, lmesnik, iris
2023-04-24 15:36:19 +00:00
Ivan Walulya
4a9f8efa86
8057586: Explicit GC ignored if GCLocker is active
...
Reviewed-by: tschatzl, ayang
2023-04-24 08:47:23 +00:00
Leo Korinth
ce493dda90
8306435: Juggle04/TestDescription.java should be a booleanArr test and not a byteArr one
...
Reviewed-by: tschatzl, lmesnik, shade
2023-04-24 08:02:40 +00:00
Ramkumar Sunderbabu
4900517479
8306636: Disable compiler/c2/Test6905845.java with -XX:TieredStopAtLevel=3
...
Reviewed-by: kvn
2023-04-24 02:19:10 +00:00
Calvin Cheung
b2240bf870
8304696: Duplicate class names in dynamicArchive tests can lead to test failure
...
Reviewed-by: iklam
2023-04-21 22:11:40 +00:00
Ioi Lam
723037a79d
8298048: Combine CDS archive heap into a single block
...
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Reviewed-by: matsaave, tschatzl
2023-04-21 15:29:45 +00:00
Xin Liu
9412c0a2ca
8297302: gtest/AsyncLogGtest.java fails AsyncLogTest.stdoutOutput_vm
...
Reviewed-by: dholmes, shade
2023-04-20 17:02:53 +00:00
Doug Simon
48fd4f2bd3
8303431: [JVMCI] libgraal annotation API
...
Reviewed-by: kvn, never, darcy
2023-04-19 16:01:57 +00:00
Fredrik Bredberg
a31a11f44a
8306006: strace001.java fails due to unknown methods on stack
...
Reviewed-by: rehn, alanb, dholmes
2023-04-19 15:04:27 +00:00
Calvin Cheung
1b5d35ad2c
8306059: improve the reliability of TestSerialGCWithCDS.java and ArchiveRelocationTest.java tests
...
Reviewed-by: iklam
2023-04-18 21:23:42 +00:00
Roland Westrelin
8ecb5dfa34
8305781: compiler/c2/irTests/TestVectorizationMultiInvar.java failed with "IRViolationException: There were one or multiple IR rule failures."
...
Reviewed-by: thartmann, kvn
2023-04-18 08:54:55 +00:00
Kim Barrett
caa841d9a5
8306029: ProblemList runtime/ErrorHandling/TestDwarf.java on linux
...
Reviewed-by: stuefe
2023-04-15 05:15:10 +00:00
Afshin Zafari
2cc4bf1a9d
8305085: Suppress removal warning for finalize() from test/hotspot/jtreg/serviceability/jvmti/RedefineClasses/RedefineFinalizer.java
...
Reviewed-by: cjplummer, dholmes
2023-04-14 17:52:17 +00:00
Leo Korinth
c0c31224db
8305618: Move gcold out of tier1
...
Reviewed-by: lmesnik, shade
2023-04-14 08:50:31 +00:00
David Holmes
8a1639d49b
8305936: JavaThread::create_system_thread_object has unused is_visible argument
...
Reviewed-by: alanb, kbarrett
2023-04-13 23:10:18 +00:00
Thomas Stuefe
fb9a29d732
8305414: gtest/NMTGtests.java is failing various sub-tests
...
Reviewed-by: rkennke, adinn
2023-04-13 07:47:34 +00:00
quadhier
19380d74e4
8305324: C2: Wrong execution of vectorizing Interger.reverseBytes
...
Reviewed-by: kvn, pli
2023-04-12 17:08:26 +00:00
Pengfei Li
b9bdbe9ab3
8305524: AArch64: Fix arraycopy issue on SVE caused by matching rule vmask_gen_sub
...
Reviewed-by: aph, xgong
2023-04-12 03:15:39 +00:00
Tom Rodriguez
12946f5748
8305419: JDK-8301995 broke building libgraal
...
Reviewed-by: matsaave, dnsimon, thartmann
2023-04-11 14:55:55 +00:00
Leonid Mesnik
7a5597c34f
8277573: VmObjectAlloc is not generated by intrinsics methods which allocate objects
...
Reviewed-by: kvn, sspitsyn
2023-04-11 13:55:20 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
Vladimir Petko
0243da2e4a
8305481: gtest is_first_C_frame failing on ARM
...
Reviewed-by: stuefe
2023-04-10 09:21:23 +00:00
Ioi Lam
f45b01f883
8305766: ProblemList runtime/CompressedOops/CompressedClassPointers.java
...
Reviewed-by: cjplummer
2023-04-08 03:29:27 +00:00
Roland Westrelin
6b2a86a65e
8300257: C2: vectorization fails on some simple Memory Segment loops
...
Reviewed-by: kvn, thartmann
2023-04-07 12:51:44 +00:00
Joshua Cao
314e9b3dcc
8300829: Make CtwRunner available as an independent tool
...
Reviewed-by: xliu, phh
2023-04-07 00:28:04 +00:00
Matias Saavedra Silva
ce10460e94
8274166: Some CDS tests ignore -Dtest.cds.runtime.options
...
Reviewed-by: dholmes, iklam, aturbanov
2023-04-06 13:59:08 +00:00
Vladimir Petko
a6a3cf485d
8305480: test/hotspot/jtreg/runtime/NMT/VirtualAllocCommitMerge.java failing on 32 bit arm
...
Reviewed-by: stuefe, dholmes
2023-04-06 05:06:15 +00:00
Daniel D. Daugherty
b5d204c3a4
8305678: ProblemList serviceability/sa/ClhsdbInspect.java on windows-x64 in Xcomp
...
8305679: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java on linux-aarch64 with ZGC
Reviewed-by: mikael
2023-04-05 21:24:55 +00:00
Adam Sotona
78ff454f19
8305490: CommandProcessor command "dumpclass" produces classes with invalid field descriptors
...
Reviewed-by: cjplummer, fparain
2023-04-05 13:19:27 +00:00
Tobias Holenstein
0e0c022b1f
8305356: Fix ignored bad CompileCommands in tests
...
Reviewed-by: thartmann, chagedorn
2023-04-05 09:35:45 +00:00
Emanuel Peter
83a924a100
8304042: C2 SuperWord: schedule must remove packs with cyclic dependencies
...
Reviewed-by: kvn, thartmann
2023-04-05 04:52:11 +00:00
Thomas Stuefe
7b922104f5
8305525: Problemlist runtime/ErrorHandling/TestDwarf on x86
...
Reviewed-by: shade
2023-04-04 13:11:53 +00:00
Jie Fu
a663d5d694
8305520: ToggleNotifyJvmtiTest.java fails with release VMs
...
Reviewed-by: sspitsyn
2023-04-04 07:33:21 +00:00
Serguei Spitsyn
a1a9ec6e46
8297286: runtime/vthread tests crashing after JDK-8296324
...
Reviewed-by: lmesnik, pchilanomate, cjplummer
2023-04-04 00:46:43 +00:00
Thomas Stuefe
312bbe7d75
8305485: Problemlist runtime/Thread/TestAlwaysPreTouchStacks.java
...
Reviewed-by: shade
2023-04-03 16:58:54 +00:00
Daniel D. Daugherty
dd7ca757a7
8305478: [REDO] disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: stuefe
2023-04-03 15:04:08 +00:00
Daniel D. Daugherty
6010de0f1d
8305417: disable gtest/NMTGtests.java sub-tests failing due to JDK-8305414
...
Reviewed-by: alanb
2023-04-03 13:52:14 +00:00
Thomas Stuefe
b8c748dbe4
8294266: Add a way to pre-touch java thread stacks
...
Reviewed-by: rehn, gziemski
2023-04-02 06:21:30 +00:00
Thomas Stuefe
41a3db267d
8304815: Use NMT for more precise hs_err location printing
...
Reviewed-by: jsjolen, rkennke
2023-04-02 06:19:07 +00:00
Fei Gao
dea9db2d0a
8305055: IR check fails on some aarch64 platforms
...
Reviewed-by: epeter, thartmann
2023-03-31 09:15:24 +00:00
Xin Liu
83cf28f996
8305142: Can't bootstrap ctw.jar
...
Reviewed-by: shade, phh
2023-03-30 16:53:33 +00:00
Ioi Lam
b524a74165
8301106: Allow archived Java strings to be moved by GC
...
Reviewed-by: dholmes
2023-03-29 23:42:52 +00:00
Kim Barrett
34f4d7f4ad
8304759: Add BitMap iterators
...
Reviewed-by: stefank, aboldtch, tschatzl
2023-03-29 17:18:16 +00:00
Bhavana Kilambi
67274906ae
8303161: [vectorapi] VectorMask.cast narrow operation returns incorrect value with SVE
...
Reviewed-by: eliu, xgong, ngasson
2023-03-29 16:12:56 +00:00
Xiaolin Zheng
09852884cc
8304681: compiler/sharedstubs/SharedStubToInterpTest.java fails after JDK-8304387
...
Reviewed-by: eastigeevich, kvn, shade
2023-03-29 08:29:03 +00:00
Matias Saavedra Silva
3fbbfd1749
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
2023-03-28 19:50:38 +00:00
Eirik Bjorsnos
4f625c0b9a
8304543: Modernize debugging jvm args in test/hotspot/jtreg/vmTestbase/nsk/jdi/Argument/value/value004.java
...
Reviewed-by: dholmes, cjplummer, alanb
2023-03-28 04:21:15 +00:00
David Holmes
63ce88b5fb
8304147: JVM crash during shutdown when dumping dynamic archive
...
Reviewed-by: ccheung, matsaave, coleenp
2023-03-27 22:05:23 +00:00
Bhavana Kilambi
de1c12ed63
8301012: [vectorapi]: Intrinsify CompressBitsV/ExpandBitsV and add the AArch64 SVE backend implementation
...
Co-authored-by: Xiaohong Gong <xgong@openjdk.org>
Co-authored-by: Jatin Bhateja <jbhateja@openjdk.org>
Reviewed-by: ngasson, eliu, thartmann
2023-03-27 08:50:05 +00:00
Kim Barrett
501b606816
8298725: Add BitMap support for reverse iteration
...
Reviewed-by: stefank, aboldtch, tschatzl
2023-03-24 18:17:45 +00:00
Coleen Phillimore
4ec720db9f
8297977: vmTestbase/nsk/stress/except/except012.java fails with unexpected Exception
...
Reviewed-by: mseledtsov, lmesnik
2023-03-24 13:23:40 +00:00
Jatin Bhateja
d61de141eb
8303508: Vector.lane() gets wrong value on x86
...
Reviewed-by: eliu, thartmann
2023-03-24 11:19:07 +00:00
Archie L. Cobbs
ac6af6a640
7176515: ExceptionInInitializerError for an enum with multiple switch statements
...
8299760: ExceptionInInitializerError for an enum with multiple switch statements, follow-up
Reviewed-by: vromero
2023-03-23 21:17:47 +00:00
Coleen Phillimore
ddf1e34c1a
8304089: Convert TraceDependencies to UL
...
Reviewed-by: vlivanov, dholmes
2023-03-22 12:33:00 +00:00
Christian Hagedorn
d6f20e2fbf
8304680: Problemlist compiler/sharedstubs/SharedStubToInterpTest.java
...
Reviewed-by: thartmann
2023-03-21 16:05:42 +00:00
Coleen Phillimore
bbde2158d1
8299494: Test vmTestbase/nsk/stress/except/except011.java failed: ExceptionInInitializerError: target class not found
...
Reviewed-by: dholmes, dcubed
2023-03-21 13:18:44 +00:00
Varada M
a72ba38347
8303948: HsErrFileUtils.checkHsErrFileContent() fails to check the last pattern.
...
Reviewed-by: dholmes, stuefe
2023-03-21 05:45:58 +00:00
Kim Barrett
2d0d057d66
8304016: Add BitMap find_last suite of functions
...
Reviewed-by: stefank, aboldtch
2023-03-20 19:23:38 +00:00
Mandy Chung
622f239448
8304163: Move jdk.internal.module.ModuleInfoWriter to the test library
...
Reviewed-by: jpai, alanb
2023-03-20 17:30:24 +00:00
Frederic Parain
bfb812a8ff
8292818: replace 96-bit representation for field metadata with variable-sized streams
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, coleenp, cjplummer, dnsimon
2023-03-17 20:18:36 +00:00
Coleen Phillimore
932be3542d
8298469: Obsolete legacy parallel class loading workaround for non-parallel-capable class loaders
...
Reviewed-by: dholmes, fparain
2023-03-17 18:56:05 +00:00
Alex Menkov
02a4ee206a
8303921: serviceability/sa/UniqueVtableTest.java timed out
...
Reviewed-by: cjplummer, sspitsyn
2023-03-17 18:23:03 +00:00
Afshin Zafari
6dd6c15ed4
8301684: Fix test code to not get finalizer deprecation warnings
...
Reviewed-by: coleenp, dholmes
2023-03-17 13:21:47 +00:00
Johan Sjölen
620564ac61
8304130: Add runtime/StackGuardPages/TestStackGuardPagesNative.java to ProblemList.txt
...
Reviewed-by: dcubed
2023-03-17 10:07:37 +00:00
Ivan Walulya
96889bf3e4
8191565: Last-ditch Full GC should also move humongous objects
...
Reviewed-by: tschatzl, sjohanss
2023-03-16 14:15:39 +00:00
changpeng1997
42dd9077a0
8302906: AArch64: Add SVE backend support for vector unsigned comparison
...
Reviewed-by: aph, eliu
2023-03-16 04:16:04 +00:00
Leonid Mesnik
7ad48ea3ad
8300317: vmTestbase/nsk/stress/strace/strace* tests fail with "ERROR: wrong lengths of stack traces"
...
Reviewed-by: dholmes, mseledtsov
2023-03-15 17:15:51 +00:00
Emanuel Peter
01e6920581
8298935: fix independence bug in create_pack logic in SuperWord::find_adjacent_refs
...
Reviewed-by: kvn, jbhateja
2023-03-15 14:02:45 +00:00
Daniel D. Daugherty
617c15f5a1
8304172: ProblemList serviceability/sa/UniqueVtableTest.java
...
8304175: ProblemList compiler/vectorapi/VectorLogicalOpIdentityTest.java on 2 platforms
Reviewed-by: azvegint
2023-03-14 20:09:51 +00:00
Calvin Cheung
830fd41346
8302795: Shared archive failed on old version class with jsr bytecode
...
Reviewed-by: minqi, matsaave
2023-03-14 17:15:19 +00:00
Thomas Stuefe
a00f5d24d3
8303861: Error handling step timeouts should never be blocked by OnError and others
...
Reviewed-by: dholmes, rkennke
2023-03-14 15:51:20 +00:00
Christian Hagedorn
c466cdf973
8299546: C2: MulLNode::mul_ring() wrongly returns bottom type due to casting errors with large numbers
...
Reviewed-by: iveresov, kvn, qamai
2023-03-14 14:57:47 +00:00
Vladimir Kozlov
ec1eb00ed3
8303415: Add VM_Version::is_intrinsic_supported(id)
...
Reviewed-by: thartmann, dholmes
2023-03-14 12:20:14 +00:00
Matthias Baesken
b6d70f2c49
8303973: Library detection in runtime/ErrorHandling/TestDwarf.java fails on ppc64le RHEL8.5 for libpthread-2.28.so
...
Reviewed-by: chagedorn
2023-03-14 08:08:28 +00:00
Jasmine K
8e41bf222f
8303238: Create generalizations for existing LShift ideal transforms
...
Reviewed-by: redestad, thartmann
2023-03-13 11:10:42 +00:00
Daniel Skantz
d20bde29f2
8294715: Add IR checks to the reduction vectorization tests
...
Reviewed-by: rcastanedalo, epeter
2023-03-13 07:33:46 +00:00
Kim Barrett
2116928528
8303900: Rename BitMap search functions
...
Reviewed-by: stefank, aboldtch
2023-03-10 21:16:56 +00:00
Daniel D. Daugherty
d7f4221bfe
8304005: ProblemList serviceability/AsyncGetCallTrace/MyPackage/ASGCTBaseTest.java on linux-x64 in Xcomp mode
...
Reviewed-by: rriggs
2023-03-10 20:10:50 +00:00
Matias Saavedra Silva
206661d45f
8281941: Change CDS warning messages to use Unified Logging
...
Reviewed-by: dholmes, ccheung
2023-03-10 17:11:48 +00:00
Matthias Baesken
0f26d09da8
8303822: gtestMain should give more helpful output
...
Reviewed-by: lmesnik
2023-03-10 08:27:19 +00:00
Alex Menkov
e930b63a8f
8303924: ProblemList serviceability/sa/UniqueVtableTest.java on Linux
...
Reviewed-by: dcubed
2023-03-09 21:57:15 +00:00
Chris Plummer
af0ca78a8f
8303609: ProblemList serviceability/sa/TestSysProps.java with ZGC
...
Reviewed-by: dcubed
2023-03-09 21:56:08 +00:00
Chris Plummer
8b0eb7299a
8289765: JDI EventSet/resume/resume008 failed with "ERROR: suspendCounts don't match for : VirtualThread-unparker"
...
Reviewed-by: sspitsyn, kevinw
2023-03-09 21:55:15 +00:00
Justin King
a9dba56568
8300783: Consolidate byteswap implementations
...
Reviewed-by: kbarrett, kvn
2023-03-09 19:39:07 +00:00
Alex Menkov
f9aadb943c
8303489: Add a test to verify classes in vmStruct have unique vtables
...
Reviewed-by: cjplummer, sspitsyn
2023-03-09 19:13:02 +00:00
Jatin Bhateja
713def0bf2
8303105: LoopRangeStrideTest fails IR verification on x86
...
Reviewed-by: thartmann
2023-03-09 12:05:29 +00:00
Roland Westrelin
dc523a58a6
8300258: C2: vectorization fails on simple ByteBuffer loop
...
Co-authored-by: Emanuel Peter <epeter@openjdk.org>
Reviewed-by: epeter, kvn
2023-03-09 08:00:24 +00:00
Roland Westrelin
5e232cf0a9
8303564: C2: "Bad graph detected in build_loop_late" after a CMove is wrongly split thru phi
...
Reviewed-by: kvn, thartmann
2023-03-09 07:59:32 +00:00
Vladimir Kozlov
8cfd74f76a
8302976: C2 intrinsification of Float.floatToFloat16 and Float.float16ToFloat yields different result than the interpreter
...
Reviewed-by: sviswanathan, jbhateja, vlivanov
2023-03-09 03:26:38 +00:00
Justin King
ddcb369cea
8303605: Memory leaks in Metaspace gtests
...
Reviewed-by: stuefe, dholmes
2023-03-08 15:38:39 +00:00
Kevin Walls
afda8fbf0b
8303136: MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded005 failed with "isCollectionUsageThresholdExceeded() returned true, while threshold = 1 and used = 0"
...
Reviewed-by: cjplummer, sspitsyn
2023-03-08 08:20:27 +00:00
Pavel Rappo
45a616a891
8303480: Miscellaneous fixes to mostly invisible doc comments
...
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
2023-03-07 15:31:42 +00:00
Kim Barrett
008c5eb4dd
8303621: BitMap::iterate should support lambdas and other function objects
...
Reviewed-by: aboldtch, tschatzl, stefank
2023-03-07 12:59:26 +00:00
Amit Kumar
52d3008773
8303497: [s390x] ProblemList TestUnreachableInnerLoop.java
...
Reviewed-by: thartmann
2023-03-07 08:57:27 +00:00
Roland Westrelin
3f2d929dc3
8303511: C2: assert(get_ctrl(n) == cle_out) during unrolling
...
Reviewed-by: kvn, thartmann
2023-03-07 08:37:37 +00:00
Tobias Hartmann
94eda53d98
8201516: DebugNonSafepoints generates incorrect information
...
Reviewed-by: kvn, roland
2023-03-07 06:59:23 +00:00
Leonid Mesnik
877ab659b9
8303264: Refactor nsk/stress/strace to extract shared and remove redundant code
...
Reviewed-by: mseledtsov, dholmes
2023-03-06 15:33:55 +00:00
Chris Plummer
3eff1a0225
8303630: Move nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java back to general problem list
...
Reviewed-by: dholmes
2023-03-06 07:16:18 +00:00
Matias Saavedra Silva
cd4b88d0d2
8292269: Replace FileMapInfo::fail_continue() with Unified Logging
...
Reviewed-by: iklam, dholmes, ccheung
2023-03-03 19:00:27 +00:00
Roger Riggs
99443142cc
8303587: Remove VMOutOfMemoryError001 test from the problem list after 8303198
...
Reviewed-by: cjplummer
2023-03-03 18:28:06 +00:00
Chris Plummer
29ee7c3b70
8303523: Cleanup problem listing of nsk/jvmti/AttachOnDemand/attach002a/TestDescription.java
...
Reviewed-by: dholmes, kevinw
2023-03-03 17:38:29 +00:00
Afshin Zafari
5085bd5f05
8297936: Use reachabilityFence to manage liveness in ClassUnload tests
...
Reviewed-by: coleenp, dholmes
2023-03-03 16:44:27 +00:00
Doug Simon
80739e11b5
8279619: [JVMCI] improve EncodedSpeculationReason
...
Reviewed-by: never
2023-03-03 15:52:46 +00:00
changpeng1997
d23a8bfb14
8297753: AArch64: Add optimized rules for vector compare with zero on NEON
...
Reviewed-by: aph
2023-03-03 12:11:10 +00:00
Chris Plummer
0926d0cbce
8302516: Do some cleanup of nsk/share/jdi/EventHandler.java
...
Reviewed-by: amenkov, kevinw, lmesnik
2023-03-02 16:03:38 +00:00
Thomas Stuefe
c9afd55ed6
8302820: Remove costs for NMTPreInit when NMT is off
...
Reviewed-by: jsjolen, adinn
2023-03-02 13:21:25 +00:00
Emanuel Peter
99f5687eb1
8302144: Move ZeroTLABTest.java to tier3
...
Reviewed-by: thartmann, kvn
2023-03-02 07:22:21 +00:00
David Holmes
6e19387f29
8303070: Memory leak in DCmdArgument<char*>::parse_value
...
Reviewed-by: fparain, jcking, jsjolen, eosterlund, coleenp
2023-03-01 21:45:11 +00:00
Thomas Schatzl
4c5d9cfc64
8303013: Always do remembered set verification during G1 Full GC
...
Reviewed-by: ayang, iwalulya
2023-03-01 12:34:02 +00:00
Roland Westrelin
6b07243f56
8301630: C2: 8297933 broke type speculation in some cases
...
Reviewed-by: chagedorn, thartmann
2023-03-01 09:36:22 +00:00
Jie Fu
4a415ad584
8303351: [IR Framework] Add missing cpu feature avx512bw after JDK-8302681
...
Reviewed-by: epeter, thartmann
2023-02-28 14:44:38 +00:00
Lutz Schmidt
e144783eb2
8299817: [s390] AES-CTR mode intrinsic fails with multiple short update() calls
...
Reviewed-by: mbaesken, mdoerr
2023-02-28 12:52:00 +00:00
David M. Lloyd
b527edd338
8292914: Lambda proxies have unstable names
...
Change the name of generated lambda proxy classes so that they no longer have a numerical suffix.
Reviewed-by: mchung
2023-02-27 17:18:44 +00:00
Matias Saavedra Silva
f5a12768fb
8262895: [macos_aarch64] runtime/CompressedOops/CompressedClassPointers.java fails with 'Narrow klass base: 0x0000000000000000' missing from stdout/stderr
...
Reviewed-by: dholmes, coleenp
2023-02-27 15:53:33 +00:00
Emanuel Peter
2613b94f28
8302149: Speed up compiler/jsr292/methodHandleExceptions/TestAMEnotNPE.java
...
Reviewed-by: kvn, vlivanov
2023-02-27 07:16:59 +00:00
Emanuel Peter
d2660a6915
8303045: Remove RegionNode::LoopStatus::NeverIrreducibleEntry assert with wrong assumption
...
Reviewed-by: chagedorn, kvn
2023-02-27 07:15:27 +00:00
Emanuel Peter
1794f49751
8302681: [IR Framework] Only allow cpuFeatures from a verified list
...
Reviewed-by: thartmann, pli, chagedorn, kvn
2023-02-27 07:12:18 +00:00
Leonid Mesnik
b4ea80731c
8288912: vmTestbase/nsk/stress/strace/strace002.java fails with Unexpected method name: currentCarrierThread
...
Reviewed-by: dholmes
2023-02-24 19:38:55 +00:00
Thomas Stuefe
8f7c4969c2
8302810: NMT gtests don't correctly check for marked ranges
...
Reviewed-by: gziemski, dholmes
2023-02-24 07:58:25 +00:00
Evgeny Nikitin
4d33fbd582
8303089: [jittester] Add time limit to IRTree generation
...
Reviewed-by: iveresov, lmesnik
2023-02-23 19:51:02 +00:00
Leonid Mesnik
6397cb611a
8301200: Don't scale timeout stress with timeout factor
...
Reviewed-by: lkorinth
2023-02-23 18:20:53 +00:00
Mikhailo Seledtsov
71dd7eaf7f
8303085: Runtime problem list cleanup
...
Reviewed-by: lmesnik, dholmes
2023-02-23 18:02:43 +00:00
Daniel D. Daugherty
a2471b37e3
8303125: ProblemList vmTestbase/nsk/jdi/VMOutOfMemoryException/VMOutOfMemoryException001/VMOutOfMemoryException001.java
...
Reviewed-by: jdv
2023-02-23 17:07:52 +00:00
Thomas Stuefe
23e9d9d3ee
8302811: NMT.random_reallocs_vm fails if NMT is off
...
Reviewed-by: jsjolen, sgehwolf
2023-02-23 06:44:10 +00:00
Patricio Chilano Mateo
83bea26df4
8300575: JVMTI support when using alternative virtual thread implementation
...
Reviewed-by: lmesnik, sspitsyn, alanb
2023-02-22 15:42:53 +00:00
Kevin Walls
5e1d1b7940
8302870: More information needed from failures in vmTestbase ThreadUtils.waitThreadState
...
Reviewed-by: dholmes, sspitsyn
2023-02-22 09:29:57 +00:00
Severin Gehwolf
7f35389533
8302888: containers/docker/TestJcmd.java fails when run as root under podman
...
Reviewed-by: dholmes
2023-02-22 08:35:10 +00:00
Johannes Bechberger
db483a38a8
8302320: AsyncGetCallTrace obtains too few frames in sanity test
...
Reviewed-by: jvernee, dholmes, rrich
2023-02-21 14:33:02 +00:00
Stefan Karlsson
60e6378925
8302977: ZGC: Doesn't support gc/TestVerifySubSet.java
...
Reviewed-by: tschatzl
2023-02-21 11:04:43 +00:00
Stefan Karlsson
fef1910277
8299777: Test runtime/NMT/BaselineWithParameter.java timed out
...
Reviewed-by: gziemski, iklam, dholmes
2023-02-21 10:58:36 +00:00
Emanuel Peter
16a4f02f2d
8302150: Speed up compiler/codegen/Test7100757.java
...
Reviewed-by: kvn, thartmann
2023-02-21 07:16:51 +00:00
Emanuel Peter
17274c72a9
8302146: Move TestOverloadCompileQueues.java to tier3
...
Reviewed-by: kvn, thartmann
2023-02-21 07:13:33 +00:00
Severin Gehwolf
e47e9ec05b
8300658: memory_and_swap_limit() reporting wrong values on systems with swapaccount=0
...
Reviewed-by: jsjolen, iklam
2023-02-20 17:07:04 +00:00
Johan Sjölen
b5a7426996
8301749: Tracking malloc pooled memory size
...
Reviewed-by: dholmes, stuefe
2023-02-20 14:23:54 +00:00
Thomas Schatzl
593bec685e
8302122: Parallelize TLAB retirement in prologue in G1
...
8297611: G1: Merge tlab and per-thread dirty card log flushing
Reviewed-by: kbarrett, ayang
2023-02-20 10:23:00 +00:00
Emanuel Peter
7e08275cc1
8302668: [TESTBUG] Tests require feature sse4_1 which does not exist, should be sse4.1
...
Reviewed-by: kvn, thartmann
2023-02-20 08:41:40 +00:00
Emanuel Peter
5c0f50bc01
8295979: [IR Framework] Improve IR matching warning
...
Reviewed-by: thartmann, kvn
2023-02-20 08:40:11 +00:00
Thomas Stuefe
53be5dc486
8302812: JDK-8302455 broke ClassLoaderStatsTest on 32-bit
...
Reviewed-by: dcubed
2023-02-18 14:52:26 +00:00
Sandhya Viswanathan
7c60b9c98f
8302358: Behavior of adler32 changes after JDK-8300208
...
Reviewed-by: kvn, jbhateja
2023-02-17 21:31:42 +00:00
Damon Fenacci
47ca5773a5
8301491: C2: java.lang.StringUTF16::indexOfChar intrinsic called with negative character argument
...
Reviewed-by: thartmann, kvn
2023-02-17 09:10:20 +00:00
Thomas Stuefe
90e092280f
8293313: NMT: Rework MallocLimit
...
8293292: Remove MallocMaxTestWords
Reviewed-by: jsjolen, gziemski, lucy, mbaesken
2023-02-16 16:14:05 +00:00
Tobias Holenstein
9b911b492f
8301959: Compile command in compiler.loopopts.TestRemoveEmptyCountedLoop does not work
...
Reviewed-by: kvn, thartmann
2023-02-16 13:51:11 +00:00
Severin Gehwolf
53ae4c07fd
8300645: Handle julong values in logging of GET_CONTAINER_INFO macros
...
Reviewed-by: iklam
2023-02-16 10:08:54 +00:00
Tobias Hartmann
c77f64420a
8302625: Bad copyright line after JDK-8302385
...
Reviewed-by: mikael
2023-02-16 07:31:55 +00:00
Thomas Stuefe
519229db3c
8302385: Remove MetaspaceReclaimPolicy=none
...
Reviewed-by: iklam, dholmes
2023-02-16 07:01:10 +00:00
Thomas Stuefe
6e2d3c6c45
8302455: VM.classloader_stats memory size values are wrong
...
Reviewed-by: coleenp, dholmes
2023-02-16 06:56:38 +00:00
Emanuel Peter
46bcc4901e
8302147: Speed up compiler/jvmci/compilerToVM/IterateFramesNative.java
...
Reviewed-by: kvn, thartmann
2023-02-15 07:36:53 +00:00
Emanuel Peter
a9a53f417d
8302152: Speed up tests with infinite loops, sleep less
...
Reviewed-by: thartmann, kvn
2023-02-15 07:35:23 +00:00
Thomas Stuefe
9ccf8ad91f
8302129: Make MetaspaceReclaimPolicy a diagnostic switch
...
Reviewed-by: dholmes, coleenp
2023-02-15 06:36:16 +00:00
Ioi Lam
bdcbafb219
8296344: Remove dependency on G1 for writing the CDS archive heap
...
Reviewed-by: ayang, tschatzl, ccheung
2023-02-15 05:12:39 +00:00
Kim Barrett
f1d76fa925
8302262: Remove -XX:SuppressErrorAt develop option
...
Reviewed-by: stuefe, dholmes, tschatzl
2023-02-15 00:44:02 +00:00
Johan Sjölen
8c2c8b3f7f
8295344: Harden runtime/StackGuardPages/TestStackGuardPages.java
...
Reviewed-by: dholmes, rehn
2023-02-14 13:11:44 +00:00
Albert Mingkun Yang
7c50ab1612
8225409: G1: Remove the Hot Card Cache
...
Reviewed-by: tschatzl, iwalulya
2023-02-14 10:18:43 +00:00
Coleen Phillimore
abbeb7e4d2
8302108: Clean up placeholder supername code
...
Reviewed-by: dholmes, iklam
2023-02-13 20:57:01 +00:00
Varada M
cb8107303e
8300139: [AIX] Use pthreads to avoid JNI_createVM call from primordial thread
...
Reviewed-by: dholmes, stuefe
2023-02-13 11:12:36 +00:00
Stuart Monteith
bbd8ae7820
8294194: [AArch64] Create intrinsics compress and expand
...
Reviewed-by: xgong, adinn, haosun, aph
2023-02-13 11:07:11 +00:00
Emanuel Peter
5d39d14522
8299970: Speed up compiler/arraycopy/TestArrayCopyConjoint.java
...
Reviewed-by: chagedorn, kvn, thartmann
2023-02-13 08:13:13 +00:00
Tobias Hartmann
d1c87a03ad
8302203: IR framework should detect non-compilable test methods early
...
Reviewed-by: chagedorn, kvn
2023-02-13 06:23:24 +00:00
Chris Plummer
880f52fda0
8301638: A number of nsk/jdi invokemethod tests should be converted to create virtual threads
...
Reviewed-by: lmesnik, amenkov, sspitsyn
2023-02-10 19:29:34 +00:00
Coleen Phillimore
582b943439
8278965: crash in SymbolTable::do_lookup
...
Reviewed-by: dholmes, fparain, iklam
2023-02-10 18:00:19 +00:00
Ramkumar Sunderbabu
723433dbeb
8302117: IgnoreUnrecognizedVMOptions flag causes failure in ArchiveHeapTestClass
...
Reviewed-by: dholmes
2023-02-10 05:58:12 +00:00
Coleen Phillimore
97d0c8720d
8302109: Trivial fixes to btree tests
...
Reviewed-by: lmesnik
2023-02-09 20:42:17 +00:00
Alex Menkov
48155662af
8228604: StackMapFrames are missing from redefined class bytes of retransformed classes
...
Reviewed-by: cjplummer, sspitsyn
2023-02-09 19:37:32 +00:00
Chris Plummer
f4b72df428
8282379: [LOOM] vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod011 sometimes fails
...
Reviewed-by: dholmes, sspitsyn
2023-02-09 18:25:04 +00:00
Thomas Schatzl
83e2db6ba3
8301116: Parallelize TLAB resizing in G1
...
Reviewed-by: ayang, iwalulya
2023-02-09 09:17:06 +00:00
Alan Bateman
ecf21a9a24
8301767: Convert virtual thread tests to JUnit
...
Reviewed-by: cstein, lancea, jpai
2023-02-08 14:56:28 +00:00
Emanuel Peter
ac7119f0d5
8280126: C2: detect and remove dead irreducible loops
...
Reviewed-by: kvn, chagedorn, thartmann
2023-02-08 07:45:09 +00:00
Calvin Cheung
53f72edcf6
8286510: Tests under dynamicArchive/methodHandles should check for loading of lambda proxy classes
...
Reviewed-by: iklam
2023-02-07 18:48:57 +00:00
Afshin Zafari
4fe99da74f
8151413: os::allocation_granularity/page_size and friends return signed values
...
Reviewed-by: stefank, ccheung, ysr
2023-02-07 14:08:01 +00:00
Chang Peng
98433a2f6e
8296999: AArch64: scalar intrinsics for reverse method in Integer and Long
...
Reviewed-by: eliu, ngasson
2023-02-07 08:00:48 +00:00
Emanuel Peter
8f195ff236
8298952: All nodes should have type(n) == Value(n) after IGVN
...
Reviewed-by: kvn, thartmann, chagedorn
2023-02-06 08:45:48 +00:00
Christian Hagedorn
96c50a3486
8301752: [IR Framework] Add more IR framework examples
...
Reviewed-by: kvn, thartmann
2023-02-06 07:38:21 +00:00
Justin King
3646c4e944
8301171
: Rename sanitizers/address.h to sanitizers/address.hpp
...
Reviewed-by: kbarrett
2023-02-06 07:24:09 +00:00
Varada M
bccd55bfdf
8300295: [AIX] TestDaemonDestroy fails due to !is_primordial_thread assertion
...
Reviewed-by: dholmes, stuefe
2023-02-03 15:35:26 +00:00
Leonid Mesnik
2d50c7d477
8298979: Remove duplicated serviceability/jvmti/thread/GetAllThreads/allthr01/allthr01.java
...
Reviewed-by: sspitsyn
2023-02-02 15:10:27 +00:00
Christian Hagedorn
59b7fb1a91
8300273: [IR framework] Handle <!-- safepoint while printing --> message instead of bailing out
...
Reviewed-by: thartmann, kvn
2023-02-02 14:39:28 +00:00
Damon Fenacci
5b1584b92c
8298880: VectorLogicalOpIdentityTest.java IR test incorrectly use avx3 instead of avx512
...
Reviewed-by: chagedorn, kvn, rcastanedalo
2023-02-02 14:33:28 +00:00
Johan Sjölen
7b6ac41ab1
8286876: NMT.test_unaliged_block_address_vm_assert fails if using clang toolchain
...
Reviewed-by: stuefe, gziemski
2023-02-02 10:14:26 +00:00
Roland Westrelin
af474ce359
8297582: C2: very slow compilation due to type system verification code
...
Reviewed-by: kvn, vlivanov
2023-02-02 08:29:19 +00:00
Tobias Hartmann
cae577a710
8295486: Inconsistent constant field values observed during compilation
...
Reviewed-by: chagedorn, kvn, jbhateja, vlivanov
2023-02-01 11:15:35 +00:00
Claes Redestad
969f6a37e4
8301093: C2 fails assert(ctrl == kit.control()) failed: Control flow was added although the intrinsic bailed out
...
Reviewed-by: thartmann, kvn
2023-02-01 10:55:43 +00:00
Roland Westrelin
2a8ae2ff1c
8300256: C2: vectorization is sometimes skipped on loops where it would succeed
...
Reviewed-by: kvn, thartmann
2023-02-01 09:48:54 +00:00
David Holmes
d269ebbad2
8301570: Test runtime/jni/nativeStack/ needs to detach the native thread
...
Co-authored-by: Calvin Cheung <ccheung@openjdk.org>
Reviewed-by: lmesnik, ccheung
2023-02-01 07:56:21 +00:00
Axel Boldt-Christmas
cdb4ba9657
8301326: Optimize compiler/uncommontrap/TestDeoptOOM.java test
...
Reviewed-by: rcastanedalo, thartmann
2023-01-31 07:54:20 +00:00
Leonid Mesnik
a91143cc93
8298907: nsk JDI tests pass if the debuggee failed to launch
...
Reviewed-by: cjplummer, kevinw
2023-01-30 17:32:45 +00:00
Jatin Bhateja
6475501a01
8300208: Optimize Adler32 stub for AVX-512 targets.
...
Reviewed-by: kvn, sviswanathan
2023-01-29 01:55:46 +00:00
Yadong Wang
af564e46b0
8299844: RISC-V: Implement _onSpinWait intrinsic
...
Reviewed-by: fjiang, fyang, luhenry
2023-01-28 02:17:44 +00:00
Coleen Phillimore
fccf818972
8301123: Enable Symbol refcounting underflow checks in PRODUCT
...
Reviewed-by: fparain, iklam
2023-01-27 14:56:29 +00:00
Erik Österlund
6e4710bc83
8300253: Introduce AArch64 nzcv accessors
...
Reviewed-by: aph, smonteith
2023-01-27 08:08:59 +00:00
Thomas Schatzl
315398c245
8221785: Let possibly_parallel_threads_do cover the same threads as threads_do
...
Reviewed-by: iwalulya, coleenp
2023-01-26 15:39:22 +00:00
Severin Gehwolf
64ddf9536f
8299858: [Metrics] Swap memory limit reported incorrectly when too large
...
Reviewed-by: stuefe
2023-01-26 14:50:46 +00:00
Leo Korinth
30cb305dc1
8292170: Convert CodeRootSetTable to use ResourceHashtable
...
Reviewed-by: coleenp, iwalulya, iklam
2023-01-26 10:32:36 +00:00
Damon Fenacci
4b0e656bb6
8298118: split-if optimization causes empty loop to temporarily have more than one phi
...
Reviewed-by: roland, thartmann, kvn
2023-01-26 07:41:15 +00:00
Mikael Vidstedt
ccf2f5837b
8300806: Update googletest to v1.13.0
...
Reviewed-by: erikj, ihse
2023-01-25 18:27:26 +00:00
Xue-Lei Andrew Fan
e80b5ea448
8299635: Hotspot update for deprecated sprintf in Xcode 14
...
Reviewed-by: dholmes, mikael
2023-01-25 15:42:53 +00:00
Severin Gehwolf
3c61d5aa48
8300659: Refactor TestMemoryAwareness to use WhiteBox api for host values
...
Reviewed-by: mbaesken
2023-01-25 10:24:33 +00:00
Erik Österlund
95fafd094f
8300644
: Remove gc/shenandoah/jni/TestStringCriticalWithDedup.java
...
Reviewed-by: wkemper, mbaesken
2023-01-25 08:15:35 +00:00
Christian Hagedorn
5a478ef775
8297730: C2: Arraycopy intrinsic throws incorrect exception
...
Reviewed-by: thartmann, kvn
2023-01-25 07:22:12 +00:00
Thomas Stuefe
2292ce137c
8294677: chunklevel::MAX_CHUNK_WORD_SIZE too small for some applications
...
Reviewed-by: simonis, phh
2023-01-24 06:35:26 +00:00
Justin King
03a9a88efb
8300265: Remove metaprogramming/isSigned.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-23 16:03:28 +00:00
Emanuel Peter
5a4945c0d9
8299975: Limit underflow protection CMoveINode in PhaseIdealLoop::do_unroll must also protect type from underflow
...
Reviewed-by: roland, chagedorn
2023-01-23 13:10:42 +00:00
Tobias Hartmann
45e4e00981
8300079: SIGSEGV in LibraryCallKit::inline_string_copy due to constant NULL src argument
...
Reviewed-by: roland, chagedorn, kvn
2023-01-23 06:06:32 +00:00
Jatin Bhateja
7ced08d4ec
8300638: Tier1 IR Test failure after JDK-8298632 on macosx-x64-debug
...
Reviewed-by: kvn, pli
2023-01-22 06:47:00 +00:00
Justin King
c8dd7583a9
8300260: Remove metaprogramming/isSame.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-21 15:03:26 +00:00
Doug Simon
06394ee8b1
8300590: [JVMCI] BytecodeFrame.equals is broken
...
Reviewed-by: adinn, dlong
2023-01-21 11:31:44 +00:00
Justin King
5331a3ef73
8298908: Instrument Metaspace for ASan
...
Reviewed-by: stuefe, ihse, iklam
2023-01-21 08:57:14 +00:00
Chris Plummer
5784eb7b68
8300721: Cleanup ProblemList-svc-vthread.txt
...
Reviewed-by: alanb, lmesnik
2023-01-20 19:58:54 +00:00
Tobias Holenstein
97c611d029
8289748: C2 compiled code crashes with SIGFPE with -XX:+StressLCM and -XX:+StressGCM
...
Reviewed-by: thartmann, chagedorn, kvn
2023-01-20 14:20:32 +00:00
Damon Fenacci
e1893976d5
8296403: [TESTBUG] IR test runner methods in TestLongRangeChecks.java invoke wrong test methods
...
Reviewed-by: thartmann, chagedorn, jiefu
2023-01-20 08:16:28 +00:00
Matias Saavedra Silva
77f2d20e96
8287873: Add test for using -XX:+AutoCreateSharedArchive with different JDK versions
...
Reviewed-by: iklam
2023-01-20 00:55:28 +00:00
Justin King
eba87a0ee0
8300264: Remove metaprogramming/isPointer.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-19 09:11:22 +00:00
Alan Bateman
08e621829b
8300526: Test runtime/jni/IsVirtualThread/IsVirtualThread.java should exercise alternative virtual thread implementation
...
Reviewed-by: pchilanomate
2023-01-19 09:00:01 +00:00
Emanuel Peter
5f66024e95
8299959: C2: CmpU::Value must filter overflow computation against local sub computation
...
Reviewed-by: kvn, chagedorn, roland
2023-01-19 07:37:50 +00:00
Pengfei Li
715b509f3d
8298632: [TESTBUG] Add IR checks in jtreg vectorization tests
...
Reviewed-by: kvn, jbhateja
2023-01-19 01:05:58 +00:00
Calvin Cheung
910dffea86
8292635: Run ArchivedEnumTest.java in jdk tier testing
...
Reviewed-by: iklam, dholmes
2023-01-19 00:20:13 +00:00
Coleen Phillimore
c3242ee452
8298596
: vmTestbase/nsk/sysdict/vm/stress/chain/chain008/chain008.java fails with "NoClassDefFoundError: Could not initialize class java.util.concurrent.ThreadLocalRandom"
...
Reviewed-by: ayang, tschatzl
2023-01-18 15:19:30 +00:00
Dmitry Chuyko
b3684f4bac
8153837: AArch64: Handle special cases for MaxINode & MinINode
...
Reviewed-by: fyang, aph
2023-01-18 14:56:53 +00:00
Axel Boldt-Christmas
c7056737e3
8299089: Instrument global jni handles with tag to make them distinguishable
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Reviewed-by: eosterlund, stefank, ayang
2023-01-18 09:21:08 +00:00
Ramkumar Sunderbabu
1f438a8a70
8282651: ZGC: vmTestbase/gc/ArrayJuggle/ tests fails intermittently with exit code 97
...
Reviewed-by: lmesnik
2023-01-18 06:53:04 +00:00
Justin King
f52f6e65fb
8299972: Remove metaprogramming/removeReference.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-16 19:30:16 +00:00
Justin King
4c1e66e0ab
8299971: Remove metaprogramming/conditional.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-16 19:28:25 +00:00
Leo Korinth
506c818689
8296401: ConcurrentHashTable::bulk_delete might miss to delete some objects
...
Reviewed-by: rehn, iwalulya, aboldtch
2023-01-16 16:36:36 +00:00
Afshin Zafari
289aed465e
8298128: runtime/ErrorHandling/TestSigInfoInHsErrFile.java fails to find pattern with slowdebug
...
Reviewed-by: dcubed, dholmes, stuefe
2023-01-16 12:36:45 +00:00
Bhavana Kilambi
98d75f1879
8299038: Add AArch64 backend support for auto-vectorized FP16 conversions
...
Reviewed-by: xgong, ngasson
2023-01-16 10:47:38 +00:00
Emanuel Peter
6fea233e22
8299960: Speed up test/hotspot/jtreg/compiler/c2/irTests/TestVectorizeURShiftSubword.java
...
Reviewed-by: thartmann, chagedorn, fgao
2023-01-16 09:17:31 +00:00
Emanuel Peter
7c1ebcc4ce
8299962: Speed up compiler/intrinsics/unsafe/DirectByteBufferTest.java and HeapByteBufferTest.java
...
Reviewed-by: kvn, thartmann
2023-01-16 09:15:31 +00:00
Daniel Jeliński
50e7df91c7
8300024: Replace use of JNI_COMMIT mode with mode 0
...
Reviewed-by: amenkov, sspitsyn, cjplummer
2023-01-16 06:58:27 +00:00
Jesper Wilhelmsson
4be94e4350
Merge
2023-01-14 01:57:13 +00:00
Daniel D. Daugherty
bc498f87f7
8300141: ProblemList java/util/concurrent/locks/Lock/OOMEInAQS.java with ZGC
...
8300144: ProblemList vmTestbase/nsk/sysdict/vm/stress/chain/chain007/chain007.java with ZGC
8300147: ProblemList vmTestbase/nsk/jvmti/SetFieldModificationWatch/setfmodw001/TestDescription.java in Xcomp
Reviewed-by: mikael
2023-01-13 22:55:08 +00:00
Emanuel Peter
d716ec5d30
8299179: ArrayFill with store on backedge needs to reduce length by 1
...
Reviewed-by: thartmann, kvn
2023-01-12 07:23:19 +00:00
Jesper Wilhelmsson
33f3bd8fad
Merge
2023-01-11 21:50:42 +00:00
Matias Saavedra Silva
43847c43ad
8298065: Provide more information in message of NoSuchFieldError
...
Reviewed-by: dholmes, iklam, coleenp
2023-01-11 19:13:26 +00:00
Albert Mingkun Yang
5a9490a40e
8299853: Serial: Use more concrete type for TenuredGeneration::_the_space
...
Reviewed-by: tschatzl, stefank
2023-01-11 10:07:52 +00:00
Justin King
f312c99977
8299482: Remove metaprogramming/isIntegral.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-11 05:33:29 +00:00
Justin King
10a747c70b
8299479: Remove metaprogramming/decay.hpp
...
Reviewed-by: tschatzl, kbarrett
2023-01-11 05:31:56 +00:00
Xiaohong Gong
de79162fdf
8299715: IR test: VectorGatherScatterTest.java fails with SVE randomly
...
Reviewed-by: psandoz, thartmann
2023-01-11 01:49:56 +00:00
Christian Hagedorn
8b0133f276
8299259: C2: Div/Mod nodes without zero check could be split through iv phi of loop resulting in SIGFPE
...
Reviewed-by: roland, kvn, thartmann
2023-01-10 14:35:46 +00:00
Nick Gasson
21d468e575
8299733: AArch64: "unexpected literal addressing mode" assertion failure with -XX:+PrintC1Statistics
...
Co-authored-by: Ningsheng Jian <njian@openjdk.org>
Reviewed-by: chagedorn, fyang, aph
2023-01-10 13:29:55 +00:00
Hao Sun
195f31371f
8287925: AArch64: intrinsics for compareUnsigned method in Integer and Long
...
Reviewed-by: adinn, aph
2023-01-10 05:37:02 +00:00
Johan Sjölen
500c3c1737
8298730: Refactor subsystem_file_line_contents and add docs and tests
...
Reviewed-by: sgehwolf, iklam
2023-01-09 10:18:26 +00:00
Emanuel Peter
d2827ec8f7
8299671: speed up compiler/intrinsics/string/TestStringLatin1IndexOfChar.java
...
Reviewed-by: thartmann, kvn
2023-01-09 08:34:24 +00:00
Roland Westrelin
05a0a71031
8297933: [REDO] Compiler should only use verified interface types for optimization
...
Reviewed-by: kvn, vlivanov
2023-01-09 08:26:08 +00:00
Damon Fenacci
9b1ade8e2b
8295406: C1 crash with -XX:TypeProfileArgsLimit=0 -XX:TypeProfileLevel=222
...
Reviewed-by: thartmann, kvn
2023-01-09 07:56:11 +00:00
Justin King
d53cac3794
8299481: Remove metaprogramming/removePointer.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-08 10:45:36 +00:00
Jesper Wilhelmsson
5393dc9a48
Merge
2023-01-07 02:05:59 +00:00
Ashutosh Mehra
d6d6eb4cba
8299699: Test runtime/cds/appcds/WrongClasspath.java fails after JDK-8299329
...
Reviewed-by: iklam, ccheung
2023-01-06 19:56:12 +00:00
Chris Plummer
d6e9f01584
8285416: [LOOM] Some nsk/jdi tests fail due to needing too many virtual threads
...
8282383: [LOOM] 6 nsk JDI and JDB tests sometimes failing with vthread wrapper due to running out of carrier threads
Reviewed-by: dholmes, sspitsyn, alanb, lmesnik
2023-01-06 18:49:11 +00:00
Bhavana Kilambi
136f5db03d
8299528: IR test: TestEor3AArch64.java fails on aarch64
...
Reviewed-by: thartmann, chagedorn
2023-01-06 10:04:04 +00:00
Kim Barrett
3e2314d082
8299254: Support dealing with standard assert macro
...
Reviewed-by: erikj, xuelei, dholmes, mikael
2023-01-05 19:49:01 +00:00
Ashutosh Mehra
be64bf8cf0
8299329: Assertion failure with fastdebug build when trying to use CDS without classpath
...
Reviewed-by: iklam, ccheung
2023-01-05 16:09:28 +00:00
Roland Westrelin
872384707e
8298848: C2: clone all of (CmpP (LoadKlass (AddP down at split if
...
Reviewed-by: kvn, thartmann, chagedorn
2023-01-05 09:33:14 +00:00
Matthias Baesken
2ccdefc81c
8299470: sun/jvm/hotspot/SALauncher.java handling of negative rmiport args
...
Reviewed-by: clanger, sspitsyn, kevinw
2023-01-05 07:59:41 +00:00
Jesper Wilhelmsson
df1caf9081
Merge
2023-01-04 16:03:09 +00:00
Kim Barrett
b743519ba9
8293824: gc/whitebox/TestConcMarkCycleWB.java failed "RuntimeException: assertTrue: expected true, was false"
...
Reviewed-by: iwalulya, tschatzl
2023-01-04 03:28:31 +00:00
Xue-Lei Andrew Fan
38cfc59172
8299378: sprintf is deprecated in Xcode 14
...
Reviewed-by: kbarrett, dholmes
2023-01-03 22:44:14 +00:00
Justin King
8afd665bf9
8299395
: Remove metaprogramming/removeCV.hpp
...
Reviewed-by: kbarrett, tschatzl
2023-01-03 09:13:49 +00:00
Tobias Hartmann
a6a903d4b6
8288204: GVN Crash: assert() failed: correct memory chain
...
Backport-of: 0459159537
2023-01-03 08:21:22 +00:00
David Holmes
375743336d
8295974: jni_FatalError and Xcheck:jni warnings should print the native stack when there are no Java frames
...
Reviewed-by: coleenp, rehn, sspitsyn
2023-01-03 04:22:51 +00:00
Justin King
ce6395a135
8299397: Remove metaprogramming/isFloatingPoint.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:36:01 +00:00
Justin King
71a64a1b7a
8299399: Remove metaprogramming/isArray.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:34:44 +00:00
Justin King
532ccdb61a
8299396: Remove metaprogramming/removeExtent.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:33:44 +00:00
Justin King
9d3d03997e
8299402: Remove metaprogramming/isVolatile.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 14:16:26 +00:00
Justin King
d812022890
8299398: Remove metaprogramming/isConst.hpp
...
Reviewed-by: kbarrett, iwalulya, tschatzl
2023-01-02 12:00:39 +00:00
Matthias Baesken
95d4db3a92
8299424: containers/docker/TestMemoryWithCgroupV1.java fails on SLES12 ppc64le when testing Memory and Swap Limit
...
Reviewed-by: mdoerr
2023-01-02 11:16:18 +00:00