Johan Sjölen
75a4edca6b
8301223: Replace NULL with nullptr in share/gc/g1/
...
Reviewed-by: tschatzl, kbarrett
2023-05-02 13:04:14 +00:00
Thomas Stuefe
ea9201f420
8306510: Print number of threads and stack sizes in error reports
...
Reviewed-by: gziemski, dholmes
2023-05-02 12:18:23 +00:00
Fredrik Bredberg
a8d16dea8e
8300197: Freeze/thaw an interpreter frame using a single copy_to_chunk() call
...
Reviewed-by: rrich, pchilanomate, fyang
2023-05-02 12:14:12 +00:00
Martin Doerr
860bf9b35f
8307104: [AIX] VM crashes with UseRTMLocking on Power10
...
Reviewed-by: clanger, lucy
2023-05-02 09:19:49 +00:00
Joe Wang
2179a8f2d6
8298087: XML Schema Validation reports an required attribute twice via ErrorHandler
...
Reviewed-by: naoto
2023-05-02 03:12:06 +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
Sergey Tsypanov
561ec9c5a0
8300818: Reduce complexity of padding with DateTimeFormatter
...
Reviewed-by: redestad, rriggs
2023-05-01 18:24:07 +00:00
Rajan Halade
c7e1df8328
8304760: Add 2 Microsoft TLS roots
...
Reviewed-by: mullan
2023-05-01 18:03:54 +00:00
Roger Riggs
6acf032db8
8306678: Replace use of os.version with an internal Version record
...
Reviewed-by: mchung
2023-05-01 17:56:04 +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
Jorn Vernee
7d07d19523
8305201: Improve error message for GroupLayouts that are too large on SysV
...
Reviewed-by: mcimadamore
2023-05-01 14:12:51 +00:00
Jorn Vernee
67dd841432
8305093: Linker cache should not take layout names into account
...
Reviewed-by: mcimadamore
2023-05-01 13:41:00 +00:00
Archie Cobbs
d437c61f5b
8305672: Surprising definite assignment error after JDK-8043179
...
Reviewed-by: kcr, vromero
2023-05-01 13:23:37 +00:00
Jorn Vernee
b39a9bffda
8301703: java.base jdk.internal.foreign.abi.BindingSpecializer uses ASM to generate classes
...
Reviewed-by: mcimadamore, asotona
2023-05-01 13:15:16 +00:00
Jorn Vernee
1de1a38859
8303002: Reject packed structs from linker
...
8300784: Specify exactly how padding should be presented to the linker
8304803: NPE thrown during downcall classification under Linux/x64
8303524: Check FunctionDescriptor byte order when linking
Reviewed-by: mcimadamore
2023-05-01 13:00:41 +00:00
Coleen Phillimore
316d303c1d
8306851: Move Method access flags
...
Reviewed-by: cjplummer, dholmes, dnsimon, matsaave, fparain
2023-05-01 11:33:22 +00:00
Aleksey Shipilev
a6b4f25bd5
8306825: Monitor deflation might be accidentally disabled by zero intervals
...
Reviewed-by: dcubed, eastigeevich, phh
2023-05-01 07:56: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
Lance Andersen
bb7608bacc
8307088: Allow the jdbc.drivers system property to be searchable
...
Reviewed-by: naoto, joehw
2023-04-29 14:37:13 +00:00
SirYwell
a2d3fc83b0
8304837: Classfile API throws IOOBE for MethodParameters attribute without parameter names
...
Reviewed-by: asotona, jwaters, vromero
2023-04-29 07:48:14 +00:00
Stuart Marks
da9efee1c2
8296935: Arrays.asList() can return a List that throws undocumented ArrayStoreException
...
Reviewed-by: rriggs, lancea
2023-04-28 19:45:29 +00:00
Weijun Wang
9ff555083a
8307077: Convert CRLF to LF in java.xml.crypto
...
Reviewed-by: mullan
2023-04-28 16:24:50 +00:00
Madjosz
f83e7302c1
8302983: ZoneRulesProvider.registerProvider() twice will remove provider
...
Reviewed-by: naoto
2023-04-28 16:23:13 +00:00
Rajan Halade
82ccfe3a21
8305975: Add TWCA Global Root CA
...
Reviewed-by: mullan
2023-04-28 16:18:02 +00:00
Dean Long
a177152f22
8306331: assert((cnt > 0.0f) && (prob > 0.0f)) failed: Bad frequency assignment in if
...
Reviewed-by: thartmann, chagedorn
2023-04-28 15:48:39 +00:00
Calvin Cheung
e1196584d5
8303475: potential null pointer dereference in filemap.cpp
...
Reviewed-by: dholmes
2023-04-28 15:45:44 +00:00
Coleen Phillimore
cf799ba232
8306950: [REDO] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
...
Reviewed-by: dholmes, matsaave, iklam
2023-04-28 15:14:30 +00:00
JoKern65
5d9baa2f93
8306672: support offset in dll_address_to_library_name on AIX
...
Reviewed-by: stuefe, clanger, mbaesken
2023-04-28 13:07:53 +00:00
Aleksei Voitylov
60a29a668c
8305387: JDK-8301995 breaks arm 32-bit
...
Reviewed-by: shade, matsaave
2023-04-28 09:41:55 +00:00
Thomas Stuefe
0b5c504ad0
8306696: Remove MetaspaceReclaimPolicy=aggressive and obsolete MetaspaceReclaimPolicy
...
Reviewed-by: dholmes, rkennke, coleenp
2023-04-28 06:08:24 +00:00
Richard Reingruber
eb3af8abe9
8306901: Macro offset_of confuses Eclipse CDT
...
Reviewed-by: stuefe, kbarrett
2023-04-28 06:06:56 +00:00
Kim Barrett
d3abfec8b7
8305566: Change StringDedup thread to derive from JavaThread
...
Reviewed-by: stefank, cjplummer, tschatzl
2023-04-28 03:11:00 +00:00
Jonathan Gibbons
7871390930
8306952: improve generic signature of internal DCInlineTag class
...
Reviewed-by: iris
2023-04-27 19:13:03 +00:00
Naoto Sato
6983d05b73
8306927: Collator treats "v" and "w" as the same letter for Swedish language locale.
...
Reviewed-by: jlu, iris, joehw
2023-04-27 18:12:41 +00:00
Brian Burkhalter
80fae514b1
8306959: (bf) CharBuffer.append(CharSequence,int,int) throws BufferOverflowException where IndexOutOfBoundsException expected
...
Reviewed-by: alanb
2023-04-27 17:20:08 +00:00
Raffaello Giulietti
eb358619df
8205592: BigDecimal.doubleValue() is depressingly slow
...
Reviewed-by: darcy
2023-04-27 17:01:56 +00:00
Jiangli Zhou
fed262a9cf
8306949: Resolve miscellaneous multiple symbol definition issues when statically linking JDK/VM natives with standard launcher
...
Reviewed-by: alanb
2023-04-27 15:57:51 +00:00
Albert Mingkun Yang
96cdf93b42
8306833: Change CardTable::_covered to static array
...
Reviewed-by: tschatzl, kbarrett
2023-04-27 11:40:50 +00:00
Roberto Castañeda Lozano
1be80a4445
8287087: C2: perform SLP reduction analysis on-demand
...
Reviewed-by: epeter, jbhateja, thartmann
2023-04-27 09:39:53 +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
Thomas Schatzl
d94ce6566d
8306858: Remove some remnants of CMS from SA agent
...
Reviewed-by: shade, cjplummer, kbarrett, ysr
2023-04-27 07:28:06 +00:00
Dmitry Cherepanov
de0c05da07
6995195: Static initialization deadlock in sun.java2d.loops.Blit and GraphicsPrimitiveMgr
...
Reviewed-by: serb, aivanov
2023-04-27 07:06:24 +00:00
Axel Boldt-Christmas
748476fd80
8306732: TruncatedSeq::predict_next() attempts linear regression with only one data point
...
Reviewed-by: tschatzl, kbarrett
2023-04-27 06:56:22 +00:00
Thomas Stuefe
27c5c1070a
8306883: Thread stacksize is reported with wrong units in os::create_thread logging
...
Reviewed-by: shade
2023-04-27 04:57:29 +00:00
David Holmes
9ebcda2165
8229147: Linux os::create_thread() overcounts guardpage size with newer glibc (>=2.27)
...
Reviewed-by: shade, stuefe
2023-04-26 22:47:54 +00:00
Archie Cobbs
1e4eafb4fe
8071693: Introspector ignores default interface methods
...
Reviewed-by: prr, aivanov, serb
2023-04-26 22:45:10 +00:00
Ioi Lam
750bece0c2
8305771: SA ClassWriter.java fails to skip overpass methods
...
Reviewed-by: kevinw, cjplummer
2023-04-26 20:54:39 +00:00
Coleen Phillimore
b81c9c8442
8306951: [BACKOUT] JDK-8305252 make_method_handle_intrinsic may call java code under a lock
...
Reviewed-by: dcubed
2023-04-26 20:03:47 +00:00
Weijun Wang
01b8512911
8302182: Update Public Suffix List to 88467c9
...
Reviewed-by: mullan
2023-04-26 17:30:22 +00:00
Brian Burkhalter
d0e8aec041
8306374: (bf) Improve performance of DirectCharBuffer::append(CharSequence[,int,int])
...
Reviewed-by: liach, alanb
2023-04-26 16:37:18 +00:00