JoKern65
c7951cf674
8306304: Fix xlc17 clang warnings in ppc and aix code
...
Reviewed-by: erikj, tsteele, mbaesken
2023-05-17 11:48:56 +00:00
Justin Lu
316837226e
8306597: Improve string formatting in EquivMapsGenerator.java
...
Reviewed-by: naoto
2023-05-15 23:19:02 +00:00
Chen Liang
d8afc7beeb
8300204: Sealed-class hierarchy graph missing nodes
...
Reviewed-by: jjg
2023-05-12 20:59:31 +00:00
JoKern65
5f1f9460d7
8307520: set minimum supported CPU architecture to Power8 on AIX
...
Reviewed-by: mbaesken, erikj
2023-05-12 07:02:45 +00:00
Stefan Karlsson
d20034b09c
8307058: Implementation of Generational ZGC
...
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Co-authored-by: Per Liden <pliden@openjdk.org>
Co-authored-by: Stefan Johansson <sjohanss@openjdk.org>
Co-authored-by: Albert Mingkun Yang <ayang@openjdk.org>
Co-authored-by: Erik Helin <ehelin@openjdk.org>
Co-authored-by: Roberto Castañeda Lozano <rcastanedalo@openjdk.org>
Co-authored-by: Nils Eliasson <neliasso@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Co-authored-by: Leslie Zhai <lzhai@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Yadong Wang <yadongwang@openjdk.org>
Reviewed-by: eosterlund, aboldtch, rcastanedalo
2023-05-11 13:59:37 +00:00
JoKern65
08fa269886
8307349: Support xlc17 clang toolchain on AIX
...
Reviewed-by: erikj, mbaesken
2023-05-11 07:40:38 +00:00
Daniel D. Daugherty
edc4adb77e
8307860: [BACKOUT] JDK-8307194 Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
...
Reviewed-by: erikj
2023-05-10 21:08:28 +00:00
Jiangli Zhou
1964954da9
8307194: Add make target for optionally building a complete set of all JDK and hotspot libjvm static libraries
...
Reviewed-by: erikj, sgehwolf
2023-05-10 17:26:02 +00:00
Johannes Bechberger
0da48f19cb
8307732: build-test-lib is broken
...
Reviewed-by: erikj, djelinski
2023-05-10 12:13:22 +00:00
Tyler Steele
9f34e4f8d9
8304434: [AIX] Update minimum xlclang version
...
Reviewed-by: erikj, mbaesken
2023-05-08 14:29:51 +00:00
Matthias Baesken
d2e0e534d7
8307604: gcc12 based Alpine build broken build after JDK-8307301
...
Reviewed-by: lucy, mdoerr, erikj
2023-05-08 14:16:08 +00:00
Jie Fu
64c0962866
8307569: Build with gcc8 is broken after JDK-8307301
...
Reviewed-by: erikj
2023-05-08 13:56:45 +00:00
Serguei Spitsyn
1227a275a1
8306028: separate ThreadStart/ThreadEnd events posting code in JVMTI VTMS transitions
...
8304444: Reappearance of NULL in jvmtiThreadState.cpp
Reviewed-by: pchilanomate, lmesnik
2023-05-02 02:40:50 +00:00
Roger Riggs
f00a748bc5
8304915: Create jdk.internal.util.Architecture enum and apply
...
Reviewed-by: erikj, mdoerr, amitkumar
2023-05-01 15:22:07 +00:00
Hannes Greule
b3dbf28bc0
8292275: javac does not emit SYNTHETIC and MANDATED flags for parameters by default
...
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: vromero, jwaters
2023-04-30 07:34:09 +00:00
Jorn Vernee
4818c798bc
8307110: zero build broken after JDK-8304265
...
Reviewed-by: erikj
2023-04-28 21:43:33 +00:00
Antonios Printezis
83a98c66f1
8307063: When cross-compiling with hsdis/binutils, buildjdk creation fails
...
Reviewed-by: erikj
2023-04-28 12:31:48 +00:00
bobpengxie
ba43649530
8306976: UTIL_REQUIRE_SPECIAL warning on grep
...
Reviewed-by: clanger, mbaesken
2023-04-27 09:19:13 +00:00
Per Minborg
cbccc4c817
8304265: Implementation of Foreign Function and Memory API (Third Preview)
...
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Paul Sandoz <psandoz@openjdk.org>
Co-authored-by: Feilong Jiang <fjiang@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: erikj, jvernee, vlivanov, psandoz
2023-04-27 09:00:58 +00:00
Justin Lu
00b1eacad6
8306031: Update IANA Language Subtag Registry to Version 2023-04-13
...
Reviewed-by: naoto
2023-04-25 20:32:24 +00:00
Christoph Langer
bad6aa68e4
8289735: UTIL_LOOKUP_PROGS fails on pathes with space
...
Reviewed-by: erikj, mbaesken
2023-04-25 14:20:50 +00:00
Christian Stein
2471919020
8304036: Use CommandLine class from shared module
...
Reviewed-by: jjg, mchung
2023-04-25 04:16:58 +00:00
Christian Stein
2763cf14e6
8304896: Update to use jtreg 7.2
...
Reviewed-by: erikj, lmesnik, iris
2023-04-24 15:36:19 +00:00
Afshin Zafari
0f51e63263
8305590: Remove nothrow exception specifications from operator new
...
Reviewed-by: coleenp, kbarrett
2023-04-23 15:20:18 +00:00
Mikael Vidstedt
cb158ffb8a
8296153: Bump minimum boot jdk to JDK 20
...
Reviewed-by: erikj, darcy, iris
2023-04-21 20:51:50 +00:00
Leonid Mesnik
be6031b87d
8303703: Add support of execution tests using virtual thread factory jtreg plugin
...
Reviewed-by: erikj, jpai
2023-04-21 13:31:45 +00:00
Naoto Sato
85de01e676
8306323: Update license files in CLDR v43
...
Reviewed-by: lancea, srl, iris
2023-04-19 16:04:58 +00:00
Daniel Jeliński
e97fe081ad
8306279: Build failure after JDK-8299592
...
Reviewed-by: thartmann
2023-04-18 12:55:14 +00:00
Daniel Jeliński
3bba899574
8299592: Fix and reenable warnings in java.desktop native code compilation
...
Reviewed-by: ihse, aivanov
2023-04-18 09:43:08 +00:00
Naoto Sato
4ed933cf77
8296248: Update CLDR to Version 43.0
...
Reviewed-by: joehw
2023-04-17 16:35:36 +00:00
Markus Grönlund
5c95bb1c51
8257967: JFR: Events for loaded agents
...
Reviewed-by: dholmes, sspitsyn
2023-04-17 10:25:36 +00:00
Varada M
2a062f1654
8305089: Implement missing socket options on AIX
...
Reviewed-by: erikj, jpai, vtewari, djelinski, dfuchs
2023-04-17 07:30:23 +00:00
Julian Waters
5a7886575e
8304930: Enable Link Time Optimization as an option for Visual C++
...
Reviewed-by: erikj
2023-04-14 17:18:28 +00:00
David Holmes
35cb303a2c
8305425: Thread.isAlive0 doesn't need to call into the VM
...
Co-authored-by: Aleksey Shipilev <shade@openjdk.org>
Reviewed-by: shade, coleenp, alanb
2023-04-05 21:54:38 +00:00
Brian Burkhalter
3ef834fc6f
8298619: java/io/File/GetXSpace.java is failing
...
Reviewed-by: rriggs
2023-04-04 15:56:51 +00:00
Joe Darcy
ccbb0e8d89
8303798: REDO - Remove fdlibm C sources
...
Reviewed-by: alanb, iris, jwaters, erikj, kvn, dholmes
2023-04-03 23:57:01 +00:00
Julian Waters
aa762102e9
8304893: Link Time Optimization with gcc can be faster
...
Reviewed-by: dholmes, erikj
2023-04-02 06:54:09 +00:00
Joshua Cao
34e66ce1ef
8304295: harfbuzz build fails with GCC 7 after JDK-8301998
...
Reviewed-by: shade, erikj, serb, jwaters
2023-04-01 14:36:52 +00:00
Amit Kumar
7fe5bd2bec
8305174: disable dtrace for s390x builds
...
Reviewed-by: erikj, lucy, mbaesken
2023-03-31 07:46:50 +00:00
Severin Gehwolf
f0dba218ac
8304871: Use default visibility for static library builds
...
Reviewed-by: erikj, dholmes
2023-03-30 08:01:36 +00:00
Kim Barrett
b3ff8d1c89
8303805: [REDO] JDK-8302189 and JDK-8302799
...
Reviewed-by: dholmes, coleenp
2023-03-29 23:45:03 +00:00
Matthias Baesken
ff368d504e
8304867: Explicitly disable dtrace for ppc builds
...
Reviewed-by: erikj, shade, lucy
2023-03-29 06:55:51 +00:00
Roger Riggs
6c3b10fb1d
8303485: Replacing os.name for operating system customization
...
Reviewed-by: naoto, erikj, alanb
2023-03-27 17:45:20 +00:00
Jonathan Gibbons
2f34687ec1
8304689: Add hidden option to disable external spec page
...
Reviewed-by: erikj, hannesw
2023-03-27 15:42:10 +00:00
Jan Lahoda
c4df9b5f17
8304537: Ant-based langtools build fails after JDK-8015831 Add lint check for calling overridable methods from a constructor
...
Reviewed-by: vromero, erikj
2023-03-21 07:33:56 +00:00
Naoto Sato
f593a6b52e
8303018: Unicode Emoji Properties
...
Reviewed-by: prr, erikj, rriggs
2023-03-20 20:20:19 +00:00
Serguei Spitsyn
bc0ed730f2
8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics
...
Reviewed-by: vlivanov, lmesnik
2023-03-20 19:55:16 +00:00
Tyler Steele
4c8c9935eb
8304364: [AIX] Build erroneously determines build disk is non-local when using GNU-utils df on AIX
...
Reviewed-by: erikj
2023-03-20 17:13:35 +00:00
Archie L. Cobbs
8f5bb538ab
8015831: Add lint check for calling overridable methods from a constructor
...
6557145: Warn about calling abstract methods in constructors
Reviewed-by: ihse, vromero, mcimadamore
2023-03-17 22:05:50 +00:00
Rich DiCroce
35a2969057
8302659: Modernize Windows native code for NetworkInterface
...
Reviewed-by: ihse, djelinski, alanb, michaelm
2023-03-15 17:06:32 +00:00
Arno Zeller
349139b2cc
8304030: Configure call fails on AIX when using --with-gtest option.
...
Reviewed-by: mbaesken, erikj
2023-03-15 07:55:07 +00:00
Alexandre Iline
065d3e0d58
8304171: Fix layout of JCov instrumented bundle on Mac OS
...
Reviewed-by: erikj
2023-03-14 23:36:57 +00:00
Harshitha Onkar
f5c8b68c1c
8301998: Update HarfBuzz to 7.0.1
...
Reviewed-by: erikj, prr
2023-03-14 20:18:44 +00:00
Julian Waters
45809fd0c0
8295884: Implement IDE support for Eclipse
...
Reviewed-by: erikj
2023-03-14 17:32:25 +00:00
Adam Sotona
25e7ac226a
8294966: Convert jdk.jartool/sun.tools.jar.FingerPrint to use the ClassFile API to parse JAR entries
...
Reviewed-by: mchung
2023-03-13 10:13:45 +00:00
Eirik Bjorsnos
c313e1ac7b
8303922: build-test-lib target is broken
...
Reviewed-by: erikj, jwaters
2023-03-11 18:44:47 +00:00
Matthias Baesken
a32ee5dd8b
8303949: gcc10 warning Linux ppc64le - note: the layout of aggregates containing vectors with 8-byte alignment has changed in GCC 5
...
Reviewed-by: erikj, mdoerr
2023-03-10 15:57:30 +00:00
Christoph Langer
562c8fc668
8303691: Fedora based devkit build should load more packages from archive location
...
Reviewed-by: mbaesken, erikj
2023-03-09 21:59:12 +00:00
Adam Sotona
769e740181
8303915: javadoc build failure after JDK-8294959
...
Reviewed-by: jjg
2023-03-09 19:24:50 +00:00
Julian Waters
3227b49a7a
8303760: Visual Studio should use the primary variant in the IDE
...
Reviewed-by: erikj
2023-03-09 16:07:16 +00:00
Adam Sotona
4655b790d0
8294982: Implementation of Classfile API
...
Reviewed-by: ihse, psandoz, mcimadamore
2023-03-09 15:23:03 +00:00
Daniel D. Daugherty
25de2228ac
8303839: [BACKOUT] JDK-8302799 and JDK-8302189
...
Reviewed-by: dholmes
2023-03-08 21:23:28 +00:00
David Holmes
21a6ab1e3e
8303799: [BACKOUT] JDK-8302801 Remove fdlibm C sources
...
Reviewed-by: darcy, bpb
2023-03-08 02:39:14 +00:00
Kim Barrett
5fa9bd4582
8302189: Mark assertion failures noreturn
...
8302799: Refactor Debugging variable usage for noreturn crash reporting
Reviewed-by: dholmes, coleenp
2023-03-08 02:37:06 +00:00
David Holmes
d7298245d6
8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls
...
Co-authored-by: Daniel Jeliński <djelinski@openjdk.org>
Reviewed-by: kbarrett, djelinski
2023-03-07 22:56:33 +00:00
Joe Darcy
b5b5cba7fe
8302801: Remove fdlibm C sources
...
Reviewed-by: bpb, dholmes, alanb, kvn
2023-03-07 22:28:12 +00:00
Pavel Rappo
45a616a891
8303480: Miscellaneous fixes to mostly invisible doc comments
...
Reviewed-by: mullan, prr, cjplummer, aivanov, jjg, lancea, rriggs, ihse
2023-03-07 15:31:42 +00:00
Doug Simon
9fdbf3cfc4
8303588: [JVMCI] make JVMCI source directories conform with standard layout
...
Reviewed-by: kvn
2023-03-04 21:52:06 +00:00
Justin Lu
e3016c1142
8303472: Display name for region TR
...
Reviewed-by: naoto
2023-03-03 17:18:44 +00:00
Daniel Jeliński
843d632ad4
8303442: Clean up w2k_lsa_auth linker parameters
...
Reviewed-by: erikj
2023-03-02 18:54:27 +00:00
Naoto Sato
0b63557941
8303039: Utilize coverageLevels.txt
...
Reviewed-by: iris, joehw
2023-03-02 18:31:53 +00:00
Mandy Chung
32247c336a
8303476: Add the runtime version in the release file of a JDK image
...
Reviewed-by: erikj
2023-03-02 17:05:01 +00:00
Jan Lahoda
dbb562d3b1
8303355: The Depend plugin does fully recompile when primitive type changes
...
Reviewed-by: erikj, vromero
2023-03-02 09:41:11 +00:00
Mikael Vidstedt
65da2c5d2d
8303412: Update linux_x64-to-linux_aarch64 cross compilation devkit at Oracle
...
Reviewed-by: dholmes
2023-03-01 00:48:59 +00:00
Naoto Sato
a253b46021
8301119: Support for GB18030-2022
...
Reviewed-by: alanb, coffeys, lancea
2023-02-27 16:35:59 +00:00
Julian Waters
7d8b8ba9c4
8303131: pandoc.exe mangles all processed html files
...
Reviewed-by: erikj
2023-02-24 08:47:41 +00:00
Mikael Vidstedt
f319c92bd0
8303016: Invalid escapes in grep patterns
...
Reviewed-by: erikj
2023-02-21 22:10:36 +00:00
Justin King
ce6de37172
8303010: Add /DEBUG to LDFLAGS for MSVC with ASan
...
Reviewed-by: erikj
2023-02-21 21:15:43 +00:00
Mikael Vidstedt
729c26f70e
8303020: Remove carriage return in pandoc version string
...
Reviewed-by: iris, lancea, erikj
2023-02-21 21:00:38 +00:00
Matthias Baesken
9145670354
8301661: Enhance os::pd_print_cpu_info on macOS and Windows
...
Reviewed-by: ihse, lucy, dholmes
2023-02-21 08:17:56 +00:00
Justin King
0bf3a53e01
8302599: Extend ASan support to Microsoft Visual C++
...
Reviewed-by: erikj, stuefe, ihse
2023-02-20 18:37:16 +00:00
Magnus Ihse Bursie
a39cf2e3b2
8301753: AppendFile/WriteFile has differences between make 3.81 and 4+
...
Reviewed-by: erikj
2023-02-16 19:32:38 +00:00
Amit Kumar
d503c66400
8302155: [AIX] NUM_LCPU is not required variable
...
Reviewed-by: tsteele, ihse
2023-02-13 19:01:05 +00:00
Erik Joelsson
8a9e383dba
8301717: Remove obsolete jib profiles
...
Reviewed-by: dholmes, ihse
2023-02-08 21:52:30 +00:00
Justin King
27126157d9
8298445: Add LeakSanitizer support in HotSpot
...
Reviewed-by: erikj, ihse
2023-02-07 17:41:25 +00:00
Erik Joelsson
960c393133
8301393: Include cdb in the Windows devkit
...
Reviewed-by: mikael
2023-02-01 21:04:41 +00:00
Calvin Cheung
e193a0b72a
8295951: intermittent cmp_baseline task failures with CDS files
...
Reviewed-by: iklam
2023-01-31 16:51:45 +00:00
Erik Joelsson
b84f4c40fd
8301267: Update of config.guess broke build on WSL
...
Reviewed-by: tbell, jvernee, djelinski
2023-01-30 20:18:59 +00:00
Amit Kumar
476f58adc1
8298424: Remove redundant FOUND_CORES variable in build-performance.m4
...
Reviewed-by: erikj, tsteele
2023-01-30 14:33:28 +00:00
Deepa Kumari
dff41316a2
8285850: [AIX] unreachable code in basic_tools.m4 -> BASIC_CHECK_TAR
...
Reviewed-by: erikj, tsteele
2023-01-27 15:28:13 +00:00
Julian Waters
c6b3f2dd10
8301129: Link to debuginfo files should only be made after stripping
...
Reviewed-by: erikj, ihse
2023-01-27 07:07:22 +00:00
Amit Kumar
0eb1f66fd8
8298038: [s390] Configure script detects num_cores +1
...
Reviewed-by: tsteele, erikj
2023-01-27 05:41:05 +00:00
Mikael Vidstedt
ccf2f5837b
8300806: Update googletest to v1.13.0
...
Reviewed-by: erikj, ihse
2023-01-25 18:27:26 +00:00
Justin King
edf1e1ab4a
8300592: ASan build does not correctly propagate options to some test launchers
...
Reviewed-by: ihse
2023-01-25 16:18:29 +00:00
Erik Joelsson
f279c751a5
8300805: Update autoconf build-aux files with latest from 2022-09-17
...
Reviewed-by: mikael, clanger
2023-01-25 14:14:56 +00:00
Eirik Bjorsnos
61775c85b0
8300997: Add curl support to createJMHBundle.sh
...
Reviewed-by: erikj
2023-01-25 14:01:03 +00:00
david
937ba1cadb
8300111: Add rpath for common lib locations for jpackageapplauncher
...
Reviewed-by: ihse, asemenyuk, almatvee
2023-01-24 03:07:16 +00:00
Erik Joelsson
0ea2dd1f77
8146132: Excessive output from make test-image
...
Reviewed-by: ihse
2023-01-23 20:51:13 +00:00
Brian Burkhalter
a56598f5a5
8299684: (bf) JNI direct buffer functions with large capacity behave unexpectedly
...
Reviewed-by: dholmes, alanb
2023-01-23 17:12:49 +00:00
Dan Lutker
a6c2a2ae79
8300692: GCC 12 reports some compiler warnings in bundled freetype
...
Reviewed-by: erikj, serb, jwaters
2023-01-21 12:05:35 +00:00