Thomas Schatzl
|
ed826f2927
|
8280397: Factor out task queue statistics printing
Reviewed-by: pliden, kbarrett, mli
|
2022-01-28 09:16:43 +00:00 |
|
Stefan Karlsson
|
8a3cca09ba
|
8280784: VM_Cleanup unnecessarily processes all thread oops
Reviewed-by: eosterlund, shade
|
2022-01-28 09:06:06 +00:00 |
|
Albert Mingkun Yang
|
973dda5ce0
|
8280804: Parallel: Remove unused variables in PSPromotionManager::drain_stacks_depth
Reviewed-by: tschatzl, mli
|
2022-01-28 08:11:44 +00:00 |
|
Thomas Stuefe
|
55f180fb7d
|
8280004: DCmdArgument<jlong>::parse_value() should handle NULL input
Reviewed-by: dholmes, mbaesken
|
2022-01-28 08:10:12 +00:00 |
|
Andrey Turbanov
|
178ac74653
|
8251466: test/java/io/File/GetXSpace.java fails on Windows with mapped network drives.
Reviewed-by: bpb
|
2022-01-28 07:01:21 +00:00 |
|
Ioi Lam
|
a1d1e4753b
|
8280823: Remove NULL check in DumpTimeClassInfo::is_excluded
Reviewed-by: minqi, ccheung
|
2022-01-28 01:55:16 +00:00 |
|
Denghui Dong
|
094db1a3ee
|
8277948: AArch64: Print the correct native stack if -XX:+PreserveFramePointer when crash
Reviewed-by: aph, adinn
|
2022-01-28 00:49:17 +00:00 |
|
Joe Darcy
|
78574057a4
|
8280744: Allow SuppressWarnings to be used in all declaration contexts
Reviewed-by: iris
|
2022-01-28 00:44:13 +00:00 |
|
Joe Darcy
|
40a2ce2033
|
8270476: Make floating-point test infrastructure more lambda and method reference friendly
Reviewed-by: bpb
|
2022-01-27 22:57:09 +00:00 |
|
Jonathan Gibbons
|
6d242e4065
|
8280835: jdk/javadoc/tool/CheckManPageOptions.java depends on source hierarchy
Reviewed-by: hannesw
|
2022-01-27 21:58:44 +00:00 |
|
Brian Burkhalter
|
ece89c6df1
|
8280366: (fs) Restore Files.createTempFile javadoc
Reviewed-by: alanb, lancea
|
2022-01-27 21:00:45 +00:00 |
|
Xin Liu
|
b94ebaa09c
|
8280686: Remove Compile::print_method_impl
Reviewed-by: neliasso, chagedorn, thartmann
|
2022-01-27 19:31:19 +00:00 |
|
Yumin Qi
|
a3a0dcd921
|
8280353: -XX:ArchiveClassesAtExit should print warning if base archive failed to load
Reviewed-by: iklam, ccheung
|
2022-01-27 18:58:49 +00:00 |
|
Thomas Stuefe
|
cab590517b
|
8280583: Always build NMT
Reviewed-by: shade, ihse, zgu
|
2022-01-27 09:18:17 +00:00 |
|
Thomas Schatzl
|
7f68759c60
|
8280719: G1: Remove outdated comment in RemoveSelfForwardPtrObjClosure::apply
Reviewed-by: ayang, mli
|
2022-01-27 09:06:13 +00:00 |
|
Prasanta Sadhukhan
|
94380d0e46
|
8278232: [macos] Wrong chars emitted when entering certain char-sequence of Indic language
Reviewed-by: prr
|
2022-01-27 08:59:34 +00:00 |
|
Roland Westrelin
|
0dba170791
|
8278518: String(byte[], int, int, Charset) constructor and String.translateEscapes() miss bounds check elimination
Co-authored-by: Sergey Tsypanov <stsypanov@openjdk.org>
Reviewed-by: kvn, jrose
|
2022-01-27 08:44:58 +00:00 |
|
Andrey Turbanov
|
2ea0edf2c4
|
8279673: AudioClip.play doesn't work due to NullPointerException when creating DataPusher
Reviewed-by: prr, serb
|
2022-01-27 07:00:56 +00:00 |
|
Jaikiran Pai
|
890830196d
|
8076089: Cleanup: Inline & remove sun.management.Util.newException
Reviewed-by: kevinw, amenkov, dfuchs, sspitsyn
|
2022-01-27 03:57:28 +00:00 |
|
Hai-May Chao
|
c2ee1b33c3
|
8273236: keytool does not accurately warn about algorithms that are disabled but have additional constraints
Reviewed-by: mullan
|
2022-01-26 20:31:04 +00:00 |
|
Chris Plummer
|
16e0ad0ad0
|
8270199: Most SA tests are skipped on macosx-aarch64 because all executables are signed
Reviewed-by: dholmes, kevinw
|
2022-01-26 18:06:05 +00:00 |
|
Alexandre Iline
|
d2a50a6492
|
8279636: Update JCov version to 3.0.12
Reviewed-by: alanb, erikj
|
2022-01-26 18:05:15 +00:00 |
|
Liam Miller-Cushon
|
b5de2cc9d3
|
8280546: Remove hard-coded 127.0.0.1 loopback address
Reviewed-by: mullan
|
2022-01-26 17:40:17 +00:00 |
|
Joe Darcy
|
0c42e43f77
|
8280550: SplittableRandom#nextDouble(double,double) can return result >= bound
Reviewed-by: jlaskey, psandoz
|
2022-01-26 17:25:30 +00:00 |
|
Jesper Wilhelmsson
|
a5a11f14b9
|
Merge
|
2022-01-26 17:24:17 +00:00 |
|
Jonathan Gibbons
|
b8365aa485
|
8268978: Document the javadoc software stack
Reviewed-by: hannesw
|
2022-01-26 17:10:45 +00:00 |
|
Kim Barrett
|
4b2370e576
|
8279294: NonblockingQueue::try_pop may improperly indicate queue is empty
Reviewed-by: iwalulya, tschatzl
|
2022-01-26 17:07:53 +00:00 |
|
Jonathan Gibbons
|
e1d8f55564
|
8280402: Add new convenience forms to HtmlTree
Reviewed-by: hannesw
|
2022-01-26 17:06:50 +00:00 |
|
stsypanov
|
f34f8d4d6a
|
8277983: Remove unused fields from sun.net.www.protocol.jar.JarURLConnection
Reviewed-by: dfuchs
|
2022-01-26 14:12:51 +00:00 |
|
Roman Kennke
|
a07e19d833
|
8278410: Improve argument processing around UseHeavyMonitors
Reviewed-by: rehn, dholmes
|
2022-01-26 11:05:30 +00:00 |
|
Emanuel Peter
|
ed0df2fa1f
|
8268033: compiler/intrinsics/bmi/verifycode/BzhiTestI2L.java fails with "fatal error: Not compilable at tier 3: CodeBuffer overflow"
Reviewed-by: kvn, neliasso, chagedorn
|
2022-01-26 10:12:22 +00:00 |
|
Matthias Baesken
|
c180070cb5
|
8280373: Update Xalan serializer / SystemIDResolver to align with JDK-8270492
Reviewed-by: yan, joehw
|
2022-01-26 08:41:37 +00:00 |
|
Aleksey Shipilev
|
a24f44d17d
|
8280526: x86_32 Math.sqrt performance regression with -XX:UseSSE={0,1}
Reviewed-by: kvn, neliasso
|
2022-01-26 08:31:49 +00:00 |
|
Andrey Turbanov
|
e72eefd9f6
|
8280531: Remove unused DeferredCloseInputStream
Reviewed-by: bpb, rriggs, iris
|
2022-01-26 06:52:12 +00:00 |
|
Hamlin Li
|
2c64a7f2e3
|
8280374: G1: Remove unnecessary prev bitmap mark
Reviewed-by: tschatzl, ayang
|
2022-01-26 06:11:04 +00:00 |
|
Mandy Chung
|
a183bfb436
|
8280377: MethodHandleProxies does not correctly invoke default methods with varags
Reviewed-by: alanb
|
2022-01-26 01:24:15 +00:00 |
|
Maurizio Cimadamore
|
ef08e2c63b
|
8280592: Small javadoc tweaks to foreign API
Reviewed-by: psandoz
|
2022-01-26 01:12:37 +00:00 |
|
Vicente Romero
|
2eab86b513
|
8213905: reflection not working for type annotations applied to exception types in the inner class constructor
Reviewed-by: jlahoda
|
2022-01-26 00:33:10 +00:00 |
|
Joe Darcy
|
295c0474c4
|
8279242: Reflection newInstance() error message when constructor has no access modifiers could use improvement
Reviewed-by: iris, dholmes, mchung
|
2022-01-25 20:05:49 +00:00 |
|
Chris Plummer
|
841eae6f52
|
8269542: JDWP: EnableCollection support is no longer spec compliant after JDK-8255987
8258071: Fix for JDK-8255987 can be subverted with ObjectReference.EnableCollection
Reviewed-by: dholmes, pliden
|
2022-01-25 19:26:11 +00:00 |
|
Aleksey Shipilev
|
76fe03fe01
|
8280166: Extend java/lang/instrument/GetObjectSizeIntrinsicsTest.java test cases
Reviewed-by: sspitsyn, lmesnik
|
2022-01-25 19:23:02 +00:00 |
|
Aleksey Shipilev
|
cebaad1c94
|
8280041: Retry loop issues in java.io.ClassCache
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: rkennke, rriggs, plevart
|
2022-01-25 19:22:07 +00:00 |
|
Joe Darcy
|
cbe8395ace
|
8280168: Add Objects.toIdentityString
Reviewed-by: alanb, mchung, rriggs, smarks
|
2022-01-25 18:15:37 +00:00 |
|
Brian Burkhalter
|
f4575e4052
|
8279946: (ch) java.nio.channels.FileChannel tryLock and write methods are missing @throws NonWritableChannelException
Reviewed-by: alanb
|
2022-01-25 18:02:18 +00:00 |
|
Thomas Schatzl
|
674a97b27e
|
8280396: G1: Full gc mark stack draining should prefer to make work available to other threads
Reviewed-by: sjohanss, ayang
|
2022-01-25 16:27:30 +00:00 |
|
Daniel Jeliński
|
fe77250fa4
|
8280414: Memory leak in DefaultProxySelector
Reviewed-by: dfuchs
|
2022-01-25 14:41:41 +00:00 |
|
Albert Mingkun Yang
|
496baada10
|
8280030: [REDO] Parallel: More precise boundary in ObjectStartArray::object_starts_in_range
Reviewed-by: sjohanss, tschatzl
|
2022-01-25 14:09:53 +00:00 |
|
Hamlin Li
|
4503d0431c
|
8280375: G1: Tighten mem region limit in G1RebuildRemSetHeapRegionClosure
Reviewed-by: tschatzl, ayang
|
2022-01-25 12:11:21 +00:00 |
|
Daniel Jeliński
|
36fbec78be
|
8280241: (aio) AsynchronousSocketChannel init fails in IPv6 only Windows env
Reviewed-by: dfuchs, alanb
|
2022-01-25 11:15:47 +00:00 |
|
Daniel Jeliński
|
28796cbd1d
|
8163921: HttpURLConnection default Accept header is malformed according to HTTP/1.1 RFC
Reviewed-by: dfuchs, michaelm
|
2022-01-25 11:10:51 +00:00 |
|