Jatin Bhateja
d6578bff1c
8309531: Incorrect result with unwrapped iotaShuffle.
...
Reviewed-by: sviswanathan, xgong, thartmann
2023-07-05 05:46:24 +00:00
Pavel Rappo
7b3c2dc5f4
8311122: Fix typos in java.base
...
Reviewed-by: darcy, naoto, mchung, iris, mli, mullan
2023-07-04 19:03:09 +00:00
Darragh Clarke
607ddaa0e6
8310997: missing @since tags in jdk.httpserver
...
Reviewed-by: dfuchs
2023-07-04 12:19:44 +00:00
Darragh Clarke
7655b487da
8311001: missing @since info in jdk.net
...
Reviewed-by: dfuchs
2023-07-04 12:19:23 +00:00
Aleksey Shipilev
711cddd899
8311249: Remove unused MemAllocator::obj_memory_range
...
Reviewed-by: tschatzl
2023-07-04 09:01:47 +00:00
Sidraya Jayagond
514816ed7d
8309889: [s390] Missing return statement after calling jump_to_native_invoker method in generate_method_handle_dispatch.
...
Reviewed-by: amitkumar, lucy
2023-07-04 04:35:18 +00:00
Xiaohong Gong
60544f9088
8309894: compiler/vectorapi/VectorLogicalOpIdentityTest.java fails on SVE system with UseSVE=0
...
Reviewed-by: epeter, chagedorn
2023-07-04 01:35:03 +00:00
Vladimir Petko
0916e6a603
8311092: Please disable runtime/jni/nativeStack/TestNativeStack.java on armhf
...
Reviewed-by: dholmes
2023-07-03 22:25:20 +00:00
Harshitha Onkar
d8a012161a
8311109: tautological-compare warning in awt_Win32GraphicsDevice.cpp
...
Reviewed-by: aivanov
2023-07-03 20:43:17 +00:00
Mandy Chung
b9198f9931
8254566: Clarify the spec of ClassLoader::getClassLoadingLock for non-parallel capable loader
...
Reviewed-by: dholmes, darcy
2023-07-03 16:04:35 +00:00
Axel Boldt-Christmas
f393975d1b
8310743: assert(reserved_rgn != nullptr) failed: Add committed region, No reserved region found
...
Reviewed-by: stefank, ayang
2023-07-03 14:06:58 +00:00
Erik Gahlin
ba974d5c62
8310661: JFR: Replace JVM.getJVM() with JVM
...
Reviewed-by: mgronlun
2023-07-03 12:19:57 +00:00
Leo Korinth
496f94b488
8311086: Remove jtreg/gc/startup_warnings
...
Reviewed-by: ayang, mli, kbarrett, tschatzl
2023-07-03 11:11:05 +00:00
Renjith Kannath Pariyangad
9d2e0b2a80
8307934: JRobot.moveMouseTo must access component on EDT
...
Reviewed-by: aivanov
2023-07-03 10:32:47 +00:00
Darragh Clarke
87c79c0801
8309302: java/net/Socket/Timeouts.java fails with AssertionError on test temporal post condition
...
Reviewed-by: alanb, dfuchs
2023-07-03 10:03:54 +00:00
Daohan Qu
8e0ca8e05c
8310331: JitTester: Exclude java.lang.Math.random
...
Reviewed-by: thartmann, chagedorn
2023-07-03 08:59:35 +00:00
Daniel Jeliński
055b4b426c
8310948: Fix ignored-qualifiers warning in Hotspot
...
Reviewed-by: kbarrett, dholmes
2023-07-03 07:51:38 +00:00
Emanuel Peter
2c29705d7b
8309660: C2: failed: XMM register should be 0-15 (UseKNLSetting and ConvF2HF)
...
Co-authored-by: Sandhya Viswanathan <sviswanathan@openjdk.org>
Reviewed-by: sviswanathan, jbhateja
2023-07-03 06:50:16 +00:00
David Holmes
52ee570025
8309209: C2 failed "assert(_stack_guard_state == stack_guard_reserved_disabled) failed: inconsistent state"
...
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: aph, thartmann
2023-07-03 04:23:58 +00:00
Robbin Ehn
faf1b822d0
8310656: RISC-V: __builtin___clear_cache can fail silently.
...
Reviewed-by: luhenry, stuefe, fyang
2023-07-02 16:15:28 +00:00
Daniel D. Daugherty
0e3d91dc21
8311215: [BACKOUT] JDK-8047998 Abort the vm if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize
...
Reviewed-by: jiefu
2023-07-01 15:55:29 +00:00
Daohan Qu
09a4924015
8311145: Remove check_with_errno duplicates
...
Reviewed-by: rehn, stuefe
2023-07-01 08:45:24 +00:00
Guoxiong Li
8abb9f590f
8047998: Abort the vm if MaxNewSize is not the same as NewSize when MaxHeapSize is the same as InitialHeapSize
...
Reviewed-by: ayang, tschatzl
2023-07-01 08:01:22 +00:00
Xin Liu
d2e1159300
8311125: Remove unused parameter 'phase' in AllocateNode::Ideal_allocation
...
Reviewed-by: chagedorn, kvn
2023-07-01 07:25:26 +00:00
Chen Liang
8c8e9d911d
8309819: Clarify API note in Class::getName and MethodType::toMethodDescriptorString
...
Reviewed-by: mchung
2023-06-30 23:37:53 +00:00
Daniel D. Daugherty
140b70fb29
8311186: ProblemList javax/management/remote/mandatory/subjectDelegation/SubjectDelegation1Test.java on linux-aarch64
...
8311189: disable gc/z/TestHighUsage.java
8311190: ProblemList javax/management/remote/mandatory/connection/DeadLockTest.java with virtual threads on windows-x64
8311191: ProblemList javax/management/remote/mandatory/connection/ConnectionTest.java with virtual threads on windows-x64
8311193: ProblemList vmTestbase/nsk/jdb/interrupt/interrupt001/interrupt001.java on linux-all
8311195: ProblemList vmTestbase/nsk/jvmti/scenarios/capability/CM03/cm03t001/TestDescription.java with Xcomp on macosx-x64
Reviewed-by: lmesnik
2023-06-30 21:43:09 +00:00
Serguei Spitsyn
971c2efb69
8303086: SIGSEGV in JavaThread::is_interp_only_mode()
...
Reviewed-by: pchilanomate, cjplummer, lmesnik
2023-06-30 20:58:15 +00:00
Doug Simon
f6bdccb45c
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
...
Reviewed-by: never, kvn
2023-06-30 20:10:24 +00:00
Joe Darcy
456bf115aa
8310173: Update --release 21 symbol information for JDK 21 build 29
...
Reviewed-by: iris
2023-06-30 19:11:40 +00:00
Kevin Walls
19601ebe91
8310993: Missing @since tags in jdk.attach
...
Reviewed-by: sspitsyn, cjplummer
2023-06-30 17:49:56 +00:00
Daniel Fuchs
e8ff74c7e8
8310987: Missing @since tag(s) in java/util/logging/ErrorManager.java
...
Reviewed-by: lancea, iris
2023-06-30 16:06:50 +00:00
Pavel Rappo
e3a7e020d2
8311162: Simplify and modernize equals and hashCode for java.net
...
Reviewed-by: dfuchs, michaelm, msheppar
2023-06-30 15:17:23 +00:00
Eric Caspole
430d6b61c5
8309976: Add microbenchmark for stressing code cache
...
Reviewed-by: redestad, shade
2023-06-30 15:02:45 +00:00
Albert Mingkun Yang
33011ea19b
8310946: G1: Refactor G1Policy::next_gc_should_be_mixed
...
Reviewed-by: tschatzl, kbarrett
2023-06-30 12:23:18 +00:00
Matthias Baesken
a7d168b522
8311026: Some G1 specific tests do not set -XX:+UseG1GC
...
Reviewed-by: sspitsyn, tschatzl
2023-06-30 11:35:02 +00:00
Kevin Walls
c08c9831df
8311000: missing @since info in jdk.management
...
Reviewed-by: rriggs, mli
2023-06-30 08:28:19 +00:00
Kevin Walls
660cd256b7
8310988: Missing @since tags in java.management.rmi
...
Reviewed-by: rriggs, alanb, jjg, mli
2023-06-30 08:26:44 +00:00
Axel Boldt-Christmas
2a9e2f614f
8311046: ProblemList gc/z/TestHighUsage.java with Generational ZGC
...
Reviewed-by: kbarrett, tschatzl
2023-06-30 08:10:09 +00:00
Gui Cao
77e7b6d2a1
8311074: RISC-V: Fix -Wconversion warnings in some code header files
...
Reviewed-by: fyang, coleenp
2023-06-30 00:16:57 +00:00
Roger Riggs
11fd34e196
8310241: OffsetDateTime compareTo redundant computation
...
Reviewed-by: naoto
2023-06-29 21:05:37 +00:00
Joe Darcy
d97966266e
8311115: Type in java.lang.reflect.AccessFlag.METHOD_PARAMETER
...
Reviewed-by: bpb, jlaskey, mchung
2023-06-29 20:31:57 +00:00
Naoto Sato
a995aa6cd1
8310232: java.time.Clock$TickClock.millis() fails in runtime when tick is 1 microsecond
...
Reviewed-by: iris, rriggs, jpai
2023-06-29 16:15:02 +00:00
Roland Westrelin
26efff7586
8309902: C2: assert(false) failed: Bad graph detected in build_loop_late after JDK-8305189
...
Reviewed-by: kvn, chagedorn
2023-06-29 15:05:49 +00:00
Ashutosh Mehra
05c2b6cd47
8309979: BootstrapMethods attribute is missing in class files recreated by SA
...
Reviewed-by: cjplummer, kevinw
2023-06-29 14:16:15 +00:00
shaojin.wensj
20f7d05ef2
8310502: Optimization for j.l.Long.fastUUID()
...
Reviewed-by: liach, alanb
2023-06-29 13:37:32 +00:00
Chen Liang
07734f6dde
8310848: Convert ClassDesc and MethodTypeDesc to be stored in static final fields
...
Reviewed-by: asotona
2023-06-29 12:32:52 +00:00
Damon Fenacci
e5744b8120
8310919: runtime/ErrorHandling/TestAbortVmOnException.java times out due to core dumps taking a long time on OSX
...
Reviewed-by: thartmann, dholmes
2023-06-29 12:07:54 +00:00
Artem Semenov
98a954eebc
8308286: Fix clang warnings in linux code
...
Reviewed-by: avu, djelinski
2023-06-29 09:07:34 +00:00
Nikita Gubarkov
f842ec48b1
8305667: Some fonts installed in user directory are not detected on Windows
...
Reviewed-by: avu, prr
2023-06-29 08:28:22 +00:00
Roland Westrelin
690d626995
8307927: C2: "malformed control flow" with irreducible loop
...
Reviewed-by: thartmann, epeter
2023-06-29 07:43:46 +00:00