Commit Graph

67537 Commits

Author SHA1 Message Date
Liam Miller-Cushon
dac15efc1b 8280182: HotSpot Style Guide has stale link to chromium style guide
Reviewed-by: dholmes
2022-01-19 20:17:14 +00:00
Alisen Chung
84fa0d8c7d 8190264: JScrollBar ignores its border when using macOS Mac OS X Aqua look and feel
Co-authored-by: Alexey Ivanov <aivanov@openjdk.org>
Reviewed-by: kizune, serb, aivanov
2022-01-19 19:12:35 +00:00
Jonathan Gibbons
610a12904d 8268831: Improve javadoc tool handling of streams.
Reviewed-by: hannesw
2022-01-19 17:56:25 +00:00
Erik Gahlin
e20c6bf972 8280189: JFR: TestPrintXML should print mismatching XML
Reviewed-by: mgronlun
2022-01-19 15:35:57 +00:00
Daniel Jelinski
b20b11cf82 8258240: make vscode-project on Windows generates jdk.code-workspace file with unescaped '\' in paths
Reviewed-by: erikj
2022-01-19 14:18:14 +00:00
Harold Seigel
96114315cf 8279936: Change shared code to use os:: system API's
Reviewed-by: dholmes, kbarrett
2022-01-19 13:51:23 +00:00
Albert Mingkun Yang
cc2f474c18 8280024: Parallel: Remove unnecessary region resizing methods in PSCardTable
Reviewed-by: tschatzl, mli
2022-01-19 12:02:42 +00:00
Matthias Baesken
8931c12258 8280157: wrong texts Falied in a couple of tests
Reviewed-by: egahlin, aivanov
2022-01-19 12:01:10 +00:00
Emanuel Peter
68b40ec286 8273139: C2: assert(f <= 1 && f >= 0) failed: Incorrect frequency
Reviewed-by: thartmann, chagedorn, roland
2022-01-19 11:47:17 +00:00
Thomas Stuefe
39b1d75f25 8277822: Remove debug-only heap overrun checks in os::malloc and friends
Reviewed-by: coleenp, zgu
2022-01-19 11:16:00 +00:00
Andrey Turbanov
5af7f25814 8274811: Remove superfluous use of boxing in java.base
Reviewed-by: lancea
2022-01-19 10:59:40 +00:00
TejeshR13
44fe958c8a 6465404: some problems in CellEditor related API docs
Reviewed-by: psadhukhan, aivanov, kizune, serb, prr
2022-01-19 05:33:24 +00:00
Yumin Qi
b0496b0df6 8279970: two AppCDS tests fail after JDK-8261455
Reviewed-by: ccheung, iklam
2022-01-19 03:21:19 +00:00
sunguoyun
4eb4f94db0 8279956: Useless method Scheduling::ComputeLocalLatenciesForward()
Reviewed-by: jiefu, neliasso
2022-01-19 02:08:02 +00:00
Ioi Lam
4f4da3b172 8275318: loaded_classes_do may see ArrayKlass before InstanceKlass is loaded
Reviewed-by: coleenp, ccheung
2022-01-19 01:35:06 +00:00
John Jiang
3a421e4b78 8280122: SupportedGroupsExtension should output "named groups" rather than "versions"
Reviewed-by: weijun, xuelei
2022-01-18 22:40:14 +00:00
Coleen Phillimore
1a20628757 8248404: AArch64: Remove uses of long and unsigned long
Reviewed-by: kbarrett
2022-01-18 21:56:40 +00:00
Chris Plummer
46fd683820 8176567: nsk/jdi/ReferenceType/instances/instances002: TestFailure: Unexpected size of referenceType.instances(nsk.share.jdi.TestInterfaceImplementer1): 11, expected: 10
Reviewed-by: sspitsyn, amenkov
2022-01-18 19:31:16 +00:00
Claes Redestad
e314a4cfda 8280124: Reduce branches decoding latin-1 chars from UTF-8 encoded bytes
Reviewed-by: rriggs, alanb, naoto
2022-01-18 19:28:12 +00:00
Chris Plummer
bdfa15d92c 8250801: Add clhsdb "threadcontext" command
Reviewed-by: sspitsyn, kevinw
2022-01-18 19:21:13 +00:00
Chris Plummer
fd9fb9a4af 8279194: Add Annotated Memory Viewer feature to SA's HSDB
Reviewed-by: sspitsyn, ysuenaga
2022-01-18 19:20:20 +00:00
Masanori Yano
848b16a3f9 8272746: ZipFile can't open big file (NegativeArraySizeException)
Reviewed-by: lancea
2022-01-18 18:20:57 +00:00
Erik Gahlin
b734dc86ee 8280055: JFR: Improve ObjectContext implementation
Reviewed-by: mgronlun
2022-01-18 17:57:12 +00:00
Erik Gahlin
7acc4c7dfe 8280058: JFR: StreamUtils::getJfrRepository(Process) should print stdout and stderr
Reviewed-by: mgronlun
2022-01-18 17:14:42 +00:00
Nils Eliasson
88a8b239aa 8280076: Unify IGV and IR printing
Reviewed-by: chagedorn, thartmann, vlivanov
2022-01-18 16:48:37 +00:00
Vicente Romero
9e3f68d8f4 8279290: symbol not found error, implicit lambdas and diamond constructor invocations
Reviewed-by: jlahoda
2022-01-18 15:50:22 +00:00
Andrey Turbanov
9eb50a5ee4 8280010: Remove double buffering of InputStream for Properties.load
Reviewed-by: amenkov, sspitsyn, serb
2022-01-18 15:49:03 +00:00
Andrew Haley
64c0c0e109 8276563: Undefined Behaviour in class Assembler
Reviewed-by: jvernee, stuefe
2022-01-18 15:27:18 +00:00
Albert Mingkun Yang
d175d33f44 8280079: Serial: Remove empty Generation::prepare_for_verify
Reviewed-by: tschatzl, iwalulya
2022-01-18 14:53:42 +00:00
Aleksey Shipilev
1725f77bcd 8280029: G1: "Overflow during reference processing, can not continue" on x86_32
Reviewed-by: tschatzl, ayang
2022-01-18 14:40:39 +00:00
Aleksey Shipilev
645b38d586 8280089: compiler/c2/irTests/TestIRAbs.java fails on some arches
Reviewed-by: jiefu, thartmann, chagedorn, fgao
2022-01-18 12:13:44 +00:00
Hamlin Li
eb9499535c 8280070: G1: Fix template parameters in G1SegmentedArraySegment
Reviewed-by: ayang, tschatzl
2022-01-18 09:16:24 +00:00
Masanori Yano
9452262652 8278892: java.naming module description is missing @uses tags to document the services that it uses
Reviewed-by: aefimov, alanb
2022-01-18 09:04:09 +00:00
Nils Eliasson
48c5f3c715 8280026: Cleanup of IGV printing
Reviewed-by: chagedorn, thartmann
2022-01-18 07:58:11 +00:00
Jesper Wilhelmsson
39f140a201 Merge 2022-01-18 01:56:50 +00:00
Jesper Wilhelmsson
37143c09ab Merge 2022-01-18 01:10:17 +00:00
David Holmes
262f2efd6c 8280059: Incorrect glibc version is used in a comment in os_linux.cpp
Reviewed-by: jiefu
2022-01-18 00:47:27 +00:00
Ana Marsh
7b6738fa02 8278885: Remove Windows ARM64 int8_t workaround in G1
Reviewed-by: erikj, tschatzl, mli
2022-01-17 16:36:43 +00:00
Hamlin Li
5d52bf9987 8279910: G1: Simplify HeapRegionRemSet::add_reference
Reviewed-by: tschatzl, ayang
2022-01-17 14:33:23 +00:00
Albert Mingkun Yang
3edcb13272 8280018: Remove obsolete VM_GenCollectFullConcurrent
Reviewed-by: tschatzl
2022-01-17 13:17:24 +00:00
Claes Redestad
9e536b6470 8280032: Update jib-profiles.js to use JMH 1.34 devkit
Reviewed-by: erikj, iris
2022-01-17 11:03:10 +00:00
Claes Redestad
71ca85f5a6 8278831: Use table lookup for the last two bytes in Integer.getChars
Reviewed-by: jlaskey, rriggs
2022-01-17 11:01:55 +00:00
Albert Mingkun Yang
431bd9a66d 8280001: Serial: Add documentation to heap memory layout
Reviewed-by: mli, sjohanss, tschatzl
2022-01-17 08:56:40 +00:00
Aleksey Shipilev
4d9b3f4cee 8279998: PPC64 debug builds fail with "untested: RangeCheckStub: predicate_failed_trap_id"
Reviewed-by: goetz, mdoerr
2022-01-17 08:20:23 +00:00
Aleksey Shipilev
a30aa52b77 8279958: Provide configure hints for Alpine/apk package managers
Reviewed-by: erikj
2022-01-17 08:19:08 +00:00
Aleksey Shipilev
590eb86033 8280016: gc/g1/TestShrinkAuxiliaryData30 test fails on large machines
Reviewed-by: tschatzl, ayang
2022-01-17 08:17:49 +00:00
Fei Gao
c6196662b8 8276673: Optimize abs operations in C2 compiler
Reviewed-by: thartmann, jiefu
2022-01-17 02:16:45 +00:00
Erik Gahlin
fef8f2d300 8279797: JFR: Show .jfc options in JFR.start help
Reviewed-by: mgronlun
2022-01-15 07:01:55 +00:00
Mikael Vidstedt
9a18190a4f 8280048: Missing comma in copyright header
Reviewed-by: prr
2022-01-15 03:20:34 +00:00
Masanori Yano
22b7295e75 7001973: java/awt/Graphics2D/CopyAreaOOB.java fails
Reviewed-by: serb
2022-01-15 02:17:46 +00:00