Naoto Sato
8b140e2d74
8297152: Add a @sealedGraph tag to ZoneId
...
Reviewed-by: iris, joehw
2022-11-17 16:59:08 +00:00
Justin Lu
992f209def
8287180: Update IANA Language Subtag Registry to Version 2022-08-08
...
Reviewed-by: naoto, lancea, iris
2022-11-17 16:55:43 +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
Daniel Fuchs
134acab5a4
8297149: REDO JDK-8296889: Race condition when cancelling a request
...
8297075: java/net/httpclient/CancelStreamedBodyTest.java fails with "java.lang.AssertionError: WARNING: tracker for HttpClientImpl(1) has outstanding operations"
Reviewed-by: jpai
2022-11-17 15:08:04 +00:00
Tobias Holenstein
4120db13d4
8297007: IGV: Link/Unlink node selection of open tabs
...
Reviewed-by: rcastanedalo, chagedorn
2022-11-17 14:06:01 +00:00
Xiaolin Zheng
38eb80d4d8
8296975: RISC-V: Enable UseRVA20U64 profile by default
...
Reviewed-by: fyang, vkempik
2022-11-17 13:45:56 +00:00
Tobias Hartmann
b6aff54245
8297201: Obsolete AliasLevel flag
...
Co-authored-by: Tobias Holenstein <tholenstein@openjdk.org>
Reviewed-by: chagedorn, dholmes, tholenstein, rcastanedalo
2022-11-17 13:23:02 +00:00
Tobias Holenstein
d02bfdf9d7
8297032: IGV: shortcut to center selected nodes
...
Reviewed-by: chagedorn, rcastanedalo
2022-11-17 13:04:07 +00:00
Raffaello Giulietti
35acb89166
8296292: Document the default behavior of '$' in regular expressions correctly
...
Reviewed-by: lancea
2022-11-17 12:46:19 +00:00
Coleen Phillimore
d8c809b196
8296492: Remove ObjectLocker in JVMTI get_subgroups call
...
Reviewed-by: dholmes, alanb, sspitsyn
2022-11-17 11:58:00 +00:00
Per Minborg
171553a611
8297194: Add a @sealedGraph tag to Buffer
...
Reviewed-by: alanb
2022-11-17 11:46:51 +00:00
Vladimir Kempik
bd57e2138f
8296602: RISC-V: improve performance of copy_memory stub
...
Reviewed-by: fyang
2022-11-17 10:29:17 +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
Alan Bateman
636040f875
8296405: java/util/concurrent/forkjoin/AsyncShutdownNow.java is too slow
...
Reviewed-by: jpai
2022-11-17 09:18:50 +00:00
Dong Bo
2f728d0cbb
8295698: AArch64: test/jdk/sun/security/ec/ed/EdDSATest.java failed with -XX:+UseSHA3Intrinsics
...
Reviewed-by: haosun, aph
2022-11-17 09:05:43 +00:00
Conor Cleary
b9db16ab09
8288717: Add a means to close idle connections in HTTP/2 connection pool
...
Reviewed-by: dfuchs, michaelm
2022-11-17 08:38:25 +00:00
Thomas Stuefe
9f8b6d2aa6
8296437: NMT incurs costs if disabled
...
Reviewed-by: dholmes, iklam
2022-11-17 08:31:21 +00:00
Roman Kennke
e81359f148
8296170: Refactor stack-locking path in C2_MacroAssembler::fast_unlock()
...
Reviewed-by: thartmann, phh
2022-11-17 08:23:57 +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
Abhishek Kumar
5795c760db
8296222: SwingEventMonitor - installListeners(Component , int ) - CELLEDITOR - bug
...
Reviewed-by: angorya, kizune
2022-11-17 07:17:03 +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
Tom Rodriguez
d61720a4dc
8218885: Restore pop_frame and force_early_return functionality for Graal
...
Reviewed-by: kvn, dlong, sspitsyn, amenkov
2022-11-17 05:18:49 +00:00
Prasanta Sadhukhan
dd9aa7272d
8296083: javax/swing/JTree/6263446/bug6263446.java fails intermittently on a VM
...
Reviewed-by: tr, prr
2022-11-17 03:25:37 +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
Joe Darcy
e2269fd2ca
8296968: Update langtools tests to use @enablePreview
...
Reviewed-by: sundar, jjg
2022-11-17 00:49:53 +00:00
Xin Liu
2159170b41
8296453: Simplify resource_area uses in ClassPathDirEntry::open_stream
...
Reviewed-by: dholmes, phh
2022-11-16 22:40:04 +00:00
Doug Simon
95c390ec75
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
...
Reviewed-by: thartmann, never
2022-11-16 21:21:04 +00:00
Weijun Wang
68d3ed5cee
8296442: EncryptedPrivateKeyInfo can be created with an uninitialized AlgorithmParameters
...
Reviewed-by: xuelei, kdriver, mullan
2022-11-16 20:30:34 +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
b3ef337566
8296960: [JVMCI] list HotSpotConstantPool.loadReferencedType to ConstantPool
...
Reviewed-by: never
2022-11-16 20:25:00 +00:00
Calvin Cheung
f0474b826d
8283238: make/scripts/compare.sh should show the diff when classlist does not match
...
Reviewed-by: erikj, ihse
2022-11-16 20:10:42 +00:00
Erik Gahlin
04a4d347bd
8297006: JFR: AbstractEventStream should not hold thread instance
...
Reviewed-by: mgronlun
2022-11-16 20:01:37 +00:00
Doug Simon
5db1b58c86
8296961: [JVMCI] Access to j.l.r.Method/Constructor/Field for ResolvedJavaMethod/ResolvedJavaField
...
Reviewed-by: never
2022-11-16 19:58:09 +00:00
Doug Simon
4ce4f384d7
8296958: [JVMCI] add API for retrieving ConstantValue attributes
...
Reviewed-by: never
2022-11-16 19:56:14 +00:00
Ioi Lam
8c26d029b5
8295315: [REDO] 8276687 Remove support for JDK 1.4.1 PerfData shared memory files
...
Reviewed-by: dholmes, kevinw, sspitsyn
2022-11-16 18:31:37 +00:00
Xue-Lei Andrew Fan
8752bb4be8
8296818: Enhance JMH tests java/security/Signatures.java
...
Reviewed-by: weijun
2022-11-16 17:43:40 +00:00
Brian Burkhalter
b97fc93437
7132279: (ch) SeekableByteChannel operation may throw Non{Readable,Writable}ChannelException
...
Reviewed-by: lancea, jpai
2022-11-16 17:33:14 +00:00
Alexander Zvegintsev
39dda24dc6
8157173: [macosx] java/awt/Robot/ModifierRobotKey/ModifierRobotKeyTest.java fails
...
Reviewed-by: jdv, prr, serb
2022-11-16 17:05:32 +00:00
Per Minborg
51f690decb
8297134: Add a @sealedGraph tag to InetAddress
...
Reviewed-by: jpai, aefimov
2022-11-16 16:41:30 +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
Lutz Schmidt
eac26f4eb2
8296709: WARNING: JNI call made without checking exceptions
...
Reviewed-by: kevinw, sspitsyn, clanger
2022-11-16 15:00:20 +00:00
Tobias Holenstein
4946737fcb
8297047: IGV: graphContent not set when opening a new tab
...
Reviewed-by: chagedorn, rcastanedalo
2022-11-16 13:52:41 +00:00
Daniel Fuchs
8b1ff9e37e
8297132: BACKOUT JDK-8296889: Race condition when cancelling a request
...
Reviewed-by: djelinski, alanb
2022-11-16 13:13:54 +00:00
Claes Redestad
e72b0ac4af
8296429: Remove os::supports_sse
...
Reviewed-by: stuefe
2022-11-16 13:03:14 +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
8cdcec44d8
8296774: Removed default MEMFLAGS value from CHeapBitMap
...
Reviewed-by: lkorinth, eosterlund
2022-11-16 12:26:09 +00:00
Fei Yang
c3b285a8ac
8296916: RISC-V: Move some small macro-assembler functions to header file
...
Reviewed-by: fjiang, yadongwang, shade
2022-11-16 12:01:42 +00:00
Albert Mingkun Yang
720c3d08c6
8296932: G1: Remove unused G1RootClosures::weak_oops
...
Reviewed-by: tschatzl
2022-11-16 11:50:32 +00:00
Stefan Karlsson
196d0210df
8297020: Rename GrowableArray::on_stack
...
Reviewed-by: stuefe, coleenp
2022-11-16 11:01:39 +00:00