Daniel Fuchs
|
47800bf3da
|
8280868: LineBodyHandlerTest.java creates and discards too many clients
Reviewed-by: michaelm
|
2022-02-02 17:11:22 +00:00 |
|
Albert Mingkun Yang
|
9d578537ce
|
8281042: G1: Remove unused init_threshold in G1FullGCCompactionPoint
Reviewed-by: tschatzl, kbarrett
|
2022-02-02 15:17:50 +00:00 |
|
Michael McMahon
|
87ab0994de
|
8280944: Enable Unix domain sockets in Windows Selector notification mechanism
Reviewed-by: dfuchs, alanb
|
2022-02-02 15:04:59 +00:00 |
|
Roman Kennke
|
ce71e8b281
|
8279917: Refactor subclassAudits in Thread to use ClassValue
Reviewed-by: alanb, rriggs
|
2022-02-02 14:56:52 +00:00 |
|
Albert Mingkun Yang
|
4ea6037ea5
|
8281035: Serial: Move RemoveForwardedPointerClosure to local scope
Reviewed-by: kbarrett, tschatzl
|
2022-02-02 10:43:02 +00:00 |
|
Prasanta Sadhukhan
|
ae2504b469
|
8278254: Cleanup doclint warnings in java.desktop module
Reviewed-by: aivanov, serb
|
2022-02-02 10:04:50 +00:00 |
|
Roland Westrelin
|
de826ba18a
|
8280600: C2: assert(!had_error) failed: bad dominance
Reviewed-by: kvn, thartmann
|
2022-02-02 08:01:00 +00:00 |
|
Roland Westrelin
|
4304a7728e
|
8279535: C2: Dead code in PhaseIdealLoop::create_loop_nest after JDK-8276116
Reviewed-by: thartmann
|
2022-02-02 07:38:36 +00:00 |
|
Roland Westrelin
|
ab638341de
|
8280885: Shenandoah: Some tests failed with "EA: missing allocation reference path"
Reviewed-by: rkennke
|
2022-02-02 07:37:44 +00:00 |
|
Jatin Bhateja
|
48a32b5f3a
|
8280976: Incorrect encoding of avx512 vpsraq instruction with mask and constant shift.
Reviewed-by: neliasso, thartmann
|
2022-02-02 07:36:47 +00:00 |
|
Roland Westrelin
|
97af323041
|
8280842: Access violation in ciTypeFlow::profiled_count
Reviewed-by: neliasso, vlivanov, kvn
|
2022-02-02 07:35:34 +00:00 |
|
Roland Westrelin
|
d32f99ee65
|
8279219: [REDO] C2 crash when allocating array of size too large
Reviewed-by: thartmann, neliasso
|
2022-02-02 07:34:22 +00:00 |
|
Chris Plummer
|
85d839fb4f
|
8280601: ClhsdbThreadContext.java test is triggering codecache related asserts
Reviewed-by: kevinw, sspitsyn
|
2022-02-01 23:02:06 +00:00 |
|
Joe Darcy
|
9ca7ff3e4f
|
8281082: Improve javadoc references to JOSS
Reviewed-by: iris, rriggs, naoto, lancea
|
2022-02-01 22:30:08 +00:00 |
|
Boris Ulasevich
|
c74b8f48fa
|
8275914: SHA3: changing java implementation to help C2 create high-performance code
Reviewed-by: ascarpino, phh
|
2022-02-01 20:56:57 +00:00 |
|
Aleksey Shipilev
|
a18beb4797
|
8280867: Cpuid1Ecx feature parsing is incorrect for AMD CPUs
Reviewed-by: kvn, dlong
|
2022-02-01 20:55:39 +00:00 |
|
Roger Riggs
|
fdd9ca74bd
|
8280642: ObjectInputStream.readObject should throw InvalidClassException instead of IllegalAccessError
Reviewed-by: naoto, mchung
|
2022-02-01 20:13:14 +00:00 |
|
Calvin Cheung
|
d95de5c7fe
|
8255495: Support CDS Archived Heap for uncompressed oops
Reviewed-by: iklam, tschatzl
|
2022-02-01 19:33:36 +00:00 |
|
Jim Laskey
|
bde2b3783e
|
8279954: java/lang/StringBuffer(StringBuilder)/HugeCapacity.java intermittently fails
Reviewed-by: shade, dholmes
|
2022-02-01 18:45:31 +00:00 |
|
Thomas Stuefe
|
d1cc5fda8f
|
8280941: os::print_memory_mappings() prints segment preceeding the inclusion range
Reviewed-by: stefank, minqi
|
2022-02-01 17:19:26 +00:00 |
|
Chris Plummer
|
4532c3a163
|
8280554: resourcehogs/serviceability/sa/ClhsdbRegionDetailsScanOopsForG1.java can fail if GC is triggered
Reviewed-by: alanb, amenkov, lmesnik
|
2022-02-01 16:02:10 +00:00 |
|
Chris Plummer
|
5080e815b4
|
8280770: serviceability/sa/ClhsdbThreadContext.java sometimes fails with 'Thread "SteadyStateThread"' missing from stdout/stderr
Reviewed-by: sspitsyn, dholmes
|
2022-02-01 15:59:35 +00:00 |
|
Kim Barrett
|
1f6fcbe2f3
|
8278475: G1 dirty card refinement by Java threads may get unnecessarily paused
Reviewed-by: tschatzl, iwalulya
|
2022-02-01 15:44:26 +00:00 |
|
Albert Mingkun Yang
|
c5a86120df
|
8280458: G1: Remove G1BlockOffsetTablePart::_next_offset_threshold
Reviewed-by: tschatzl, iwalulya, sjohanss
|
2022-02-01 12:23:44 +00:00 |
|
Albert Mingkun Yang
|
86debf42f5
|
8280932: G1: Rename HeapRegionRemSet::_code_roots accessors
Reviewed-by: iwalulya
|
2022-02-01 11:03:31 +00:00 |
|
Albert Mingkun Yang
|
d37fb1df46
|
8280870: Parallel: Simplify CLD roots claim in Full GC cycle
Reviewed-by: stefank, sjohanss
|
2022-02-01 10:56:07 +00:00 |
|
Alexander Zuev
|
18a7dc8c08
|
8279586: [macos] custom JCheckBox and JRadioBox with custom icon set: focus is still displayed after unchecking
Reviewed-by: serb, azvegint
|
2022-02-01 10:20:38 +00:00 |
|
Albert Mingkun Yang
|
16ec47d5e5
|
8279856: Parallel: Use PreservedMarks to record promotion-failed objects
Reviewed-by: sjohanss, tschatzl
|
2022-02-01 08:47:10 +00:00 |
|
Michael McMahon
|
de3113b998
|
8279842: HTTPS Channel Binding support for Java GSS/Kerberos
Co-authored-by: Weijun Wang <weijun.wang@oracle.com>
Reviewed-by: dfuchs, weijun, darcy
|
2022-02-01 07:26:59 +00:00 |
|
Joe Darcy
|
0e70d4504c
|
8280950: RandomGenerator:NextDouble() default behavior non conformant after JDK-8280550 fix
Reviewed-by: bpb, jlaskey
|
2022-02-01 01:27:18 +00:00 |
|
Jonathan Gibbons
|
1ea01465ab
|
8281007: Test jdk/javadoc/doclet/checkStylesheetClasses/CheckStylesheetClasses.java fails after JDK-8280738
Reviewed-by: darcy
|
2022-02-01 00:31:19 +00:00 |
|
Mandy Chung
|
9c0104b9c9
|
8221642: AccessibleObject::setAccessible throws NPE when invoked by JNI code with no java frame on stack
Reviewed-by: alanb
|
2022-02-01 00:09:35 +00:00 |
|
Joe Darcy
|
4dbebb62aa
|
8280534: Enable compile-time doclint reference checking
Reviewed-by: serb, naoto, mchung, lancea, iris
|
2022-01-31 23:22:38 +00:00 |
|
Igor Veresov
|
4191b2b9b9
|
8275337: C1: assert(false) failed: live_in set of first block must be empty
Reviewed-by: kvn
|
2022-01-31 23:02:34 +00:00 |
|
Jonathan Gibbons
|
96d0df72db
|
8272984: javadoc support for reproducible builds
Reviewed-by: hannesw
|
2022-01-31 22:54:18 +00:00 |
|
Jonathan Gibbons
|
ee3be0bb56
|
8280488: doclint reference checks withstand warning suppression
Reviewed-by: darcy
|
2022-01-31 22:47:46 +00:00 |
|
Jonathan Gibbons
|
74921e8422
|
8280738: Minor cleanup for HtmlStyle
Reviewed-by: hannesw
|
2022-01-31 22:45:16 +00:00 |
|
Ioi Lam
|
39165613aa
|
8280543: Update the "java" and "jcmd" tool specification for CDS
Reviewed-by: hseigel, sspitsyn, ccheung
|
2022-01-31 21:48:32 +00:00 |
|
Xue-Lei Andrew Fan
|
f991891b0b
|
8280949: Correct the references for the Java Security Standard Algorithm Names specification
Reviewed-by: mullan
|
2022-01-31 20:25:50 +00:00 |
|
Yumin Qi
|
319b77492f
|
8277101: jcmd VM.cds dynamic_dump should not regenerate holder classes
Reviewed-by: iklam, ccheung
|
2022-01-31 19:27:59 +00:00 |
|
Thomas Schatzl
|
993a2488ef
|
8280450: Add task queue printing to STW Full GCs
Reviewed-by: ayang, sjohanss
|
2022-01-31 16:52:28 +00:00 |
|
Thomas Schatzl
|
dcc666d53d
|
8280139: Report more detailed statistics about task stealing in task queue stats
Reviewed-by: kbarrett, iwalulya
|
2022-01-31 16:51:10 +00:00 |
|
Thomas Schatzl
|
bdda43e066
|
8280705: Parallel: Full gc mark stack draining should prefer to make work available to other threads
Reviewed-by: ayang, mli
|
2022-01-31 16:01:18 +00:00 |
|
Dmitry Batrak
|
091aff92e2
|
8278908: [macOS] Unexpected text normalization on pasting from clipboard
Reviewed-by: serb, aivanov
|
2022-01-31 13:43:35 +00:00 |
|
Stefan Karlsson
|
61794c5039
|
8280817: Clean up and unify empty VM operations
Reviewed-by: shade, coleenp
|
2022-01-31 12:30:09 +00:00 |
|
Andrey Turbanov
|
c6ed2046b4
|
8278263: Remove redundant synchronized from URLStreamHandler.openConnection methods
Reviewed-by: dfuchs
|
2022-01-31 12:11:03 +00:00 |
|
Aleksey Shipilev
|
251351f494
|
8280889: java/lang/instrument/GetObjectSizeIntrinsicsTest.java fails with -XX:-UseCompressedOops
Reviewed-by: sspitsyn, dcubed
|
2022-01-31 08:49:02 +00:00 |
|
Chris Plummer
|
be9f984cae
|
8280553: resourcehogs/serviceability/sa/TestHeapDumpForLargeArray.java can fail if GC occurs
Reviewed-by: alanb, amenkov
|
2022-01-29 21:35:06 +00:00 |
|
Andrey Turbanov
|
268880b471
|
8277412: Use String.isBlank to simplify code in sun.net.www.protocol.mailto.Handler
Reviewed-by: dfuchs
|
2022-01-29 11:36:11 +00:00 |
|
Brian Burkhalter
|
d366d15d67
|
8280903: javadoc build fails after JDK-4774868
Reviewed-by: lancea
|
2022-01-28 23:18:20 +00:00 |
|