David Holmes
|
cceb0d8a23
|
8318126: Refresh manpages
Reviewed-by: alanb, mli, iris
|
2023-10-17 21:17:41 +00:00 |
|
Hannes Wallnöfer
|
0ba48ef4ab
|
8316972: Add javadoc support for restricted methods
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: jjg
|
2023-10-17 20:32:41 +00:00 |
|
Weijun Wang
|
5145e5a40a
|
8318328: DHKEM should check XDH name in case-insensitive mode
Reviewed-by: ascarpino, hchao
|
2023-10-17 19:36:17 +00:00 |
|
Thomas Schatzl
|
c566dfccf8
|
8317600: VtableStubs::stub_containing() table load not ordered wrt to stores
Reviewed-by: dlong, kvn
|
2023-10-17 19:01:03 +00:00 |
|
Thomas Schatzl
|
c9985720b9
|
8316959: Improve InlineCacheBuffer pending queue management
Reviewed-by: dlong, kvn
|
2023-10-17 19:00:51 +00:00 |
|
Maurizio Cimadamore
|
39e2b7a6d3
|
8318295: Update launcher help for enable-native-access
Reviewed-by: jvernee
|
2023-10-17 16:38:22 +00:00 |
|
Martin Doerr
|
d0ea2a5111
|
8318015: Lock inflation not needed for OSR or Deopt for new locking modes
Reviewed-by: pchilanomate, dlong
|
2023-10-17 13:52:41 +00:00 |
|
Erik Gahlin
|
6aa837eee6
|
8316927: JFR: Move shouldCommit check earlier for socket events
Reviewed-by: alanb, dfuchs, mgronlun
|
2023-10-17 13:11:52 +00:00 |
|
Aggelos Biboudis
|
5ca1beb30e
|
8317300: javac erroneously allows "final" in front of a record pattern
Reviewed-by: jlahoda
|
2023-10-17 12:57:25 +00:00 |
|
Aggelos Biboudis
|
2bf1863e24
|
8315588: JShell does not accept underscore from JEP 443 even with --enable-preview
Reviewed-by: jlahoda
|
2023-10-17 12:55:31 +00:00 |
|
Aggelos Biboudis
|
15588e08ed
|
8314578: Non-verifiable code is emitted when two guards declare pattern variables in colon-switch
Reviewed-by: vromero
|
2023-10-17 12:51:57 +00:00 |
|
Albert Mingkun Yang
|
8f79d88960
|
8318155: Remove unnecessary virtual specifier in Space
Reviewed-by: tschatzl, mli
|
2023-10-17 11:54:51 +00:00 |
|
Maurizio Cimadamore
|
b2b8db6533
|
8318180: Memory model reference from foreign package-info is broken
Reviewed-by: jvernee
|
2023-10-17 11:09:03 +00:00 |
|
Doug Simon
|
5521560abd
|
8310673: [JVMCI] batch compilation for libgraal should work the same way as for C2
Reviewed-by: thartmann, never
|
2023-10-17 08:52:08 +00:00 |
|
Jan Kratochvil
|
e4329a823b
|
8317696: Fix compilation with clang-16
Reviewed-by: djelinski, aivanov
|
2023-10-17 08:15:46 +00:00 |
|
Feilong Jiang
|
7b3917265d
|
8318086: [jvmci] RISC-V: Reuse target config from TargetDescription
Reviewed-by: fyang, mli
|
2023-10-17 00:55:37 +00:00 |
|
Patricio Chilano Mateo
|
2d38495b61
|
8316309: AArch64: VMError::print_native_stack() crashes on Java native method frame
Reviewed-by: lmesnik, aph
|
2023-10-16 16:22:58 +00:00 |
|
Brian Burkhalter
|
0d091681c2
|
8312527: (ch) Re-examine use of sun.nio.ch.Invoker.myGroupAndInvokeCount
Reviewed-by: alanb, jpai
|
2023-10-16 14:52:44 +00:00 |
|
Brian Burkhalter
|
1a7fd5d419
|
8317687: (fs) FileStore.supportsFileAttributeView("posix") incorrectly returns 'true' for FAT32 volume on macOS
Reviewed-by: alanb
|
2023-10-16 14:49:18 +00:00 |
|
Hannes Wallnöfer
|
eb7d972d8a
|
8308659: Use CSS scroll-margin instead of flexbox layout in API documentation
Reviewed-by: jjg
|
2023-10-16 12:56:41 +00:00 |
|
Doug Simon
|
7028fb9d58
|
8317975: [JVMCI] assert(pointee != nullptr) failed: invariant
Reviewed-by: never, thartmann
|
2023-10-16 12:53:54 +00:00 |
|
Jasmine Karthikeyan
|
36993aea9a
|
8316918: Optimize conversions duplicated across phi nodes
Reviewed-by: thartmann, kvn
|
2023-10-16 12:52:01 +00:00 |
|
Albert Mingkun Yang
|
a27fc7efd4
|
8317994: Serial: Use SerialHeap in generation
Reviewed-by: tschatzl, sangheki, mli
|
2023-10-16 09:54:22 +00:00 |
|
Prasanta Sadhukhan
|
37eb98604f
|
8154846: SwingNode does not resize when content size constraints are changed
Reviewed-by: prr, angorya, arapte
|
2023-10-16 09:01:57 +00:00 |
|
Evgeny Ignatenko
|
37aed6f46d
|
8315362: NMT: summary diff reports threads count incorrectly
Reviewed-by: jsjolen, gziemski, stuefe, mli
|
2023-10-16 08:19:21 +00:00 |
|
Severin Gehwolf
|
0275efac88
|
8316304: (fs) Add support for BasicFileAttributes.creationTime() for Linux
Reviewed-by: stuefe, alanb, bpb, mli
|
2023-10-16 07:40:29 +00:00 |
|
David Holmes
|
4ea1b99c1a
|
8317262: LockStack::contains(oop) fails "assert(t->is_Java_thread()) failed: incorrect cast to JavaThread"
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Reviewed-by: stuefe, pchilanomate, rkennke, mli
|
2023-10-15 23:34:16 +00:00 |
|
Vicente Romero
|
01ea1eff66
|
8305971: NPE in JavacProcessingEnvironment for missing enum constructor body
Reviewed-by: darcy
|
2023-10-14 21:28:39 +00:00 |
|
Jorn Vernee
|
1d54e73f6a
|
8318072: DowncallLinker does not acquire/release segments in interpreter
Reviewed-by: mcimadamore
|
2023-10-14 20:23:41 +00:00 |
|
Thomas Stuefe
|
56aa1e8dc8
|
8317683: Add JIT memory statistics
Reviewed-by: kvn, adinn
|
2023-10-14 05:56:52 +00:00 |
|
Alexander Zuev
|
f7d6d7a04f
|
8266242: java/awt/GraphicsDevice/CheckDisplayModes.java failing on macOS 11 ARM
Reviewed-by: prr, azvegint, aivanov
|
2023-10-13 22:53:21 +00:00 |
|
William Kemper
|
e942f368c3
|
8317535: Shenandoah: Remove unused code
Reviewed-by: rkennke, ysr
|
2023-10-13 21:55:27 +00:00 |
|
Maurizio Cimadamore
|
7cb2e6d65b
|
8317514: Ensure MemorySegment is initialized before touching NativeMemorySegmentImpl
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: jvernee
|
2023-10-13 20:51:52 +00:00 |
|
Jorn Vernee
|
32a60cf11d
|
8317824: Beef up javadoc for base offset in var handles derived from layouts (mainline)
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-13 19:06:07 +00:00 |
|
Jorn Vernee
|
b12c471a99
|
8317837: Leftover FFM implementation-only changes
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: mcimadamore
|
2023-10-13 19:05:47 +00:00 |
|
Daniel Fuchs
|
6273ab97dc
|
8317808: HTTP/2 stream cancelImpl may leave subscriber registered
Reviewed-by: michaelm, djelinski
|
2023-10-13 14:35:50 +00:00 |
|
Alexey Ivanov
|
7d31146f4d
|
8318028: Remove unused class="centered" from FocusCycle.svg
Reviewed-by: serb
|
2023-10-13 13:40:49 +00:00 |
|
Johan Sjölen
|
45b7aedabf
|
8317433: Async UL: Only grab lock once when write():ing
Reviewed-by: dholmes, xliu
|
2023-10-13 13:21:34 +00:00 |
|
Aleksei Voitylov
|
266636deab
|
8315940: ARM32: Move field resolution information out of the cpCache
Reviewed-by: dsamersoff
|
2023-10-13 11:33:34 +00:00 |
|
Johan Sjölen
|
e490cf9c65
|
8317432: Async UL: Use memcpy instead of strcpy in Message ctr
Reviewed-by: xliu, dholmes
|
2023-10-13 11:28:17 +00:00 |
|
Matthias Baesken
|
126f2ace5d
|
8318006: remove unused net related coding
Reviewed-by: alanb, lucy
|
2023-10-13 08:53:43 +00:00 |
|
Joachim Kern
|
4d9042043e
|
8315026: ProcessHandle implementation listing processes on AIX should use getprocs64
Reviewed-by: rriggs, stuefe, mbaesken
|
2023-10-13 08:29:48 +00:00 |
|
Thomas Schatzl
|
1082c0e767
|
8317677: Specialize Vtablestubs::entry_for() for VtableBlob
Reviewed-by: thartmann, kvn
|
2023-10-13 07:40:00 +00:00 |
|
Matthias Baesken
|
ec310fe809
|
8317919: pthread_attr_init handle return value and destroy pthread_attr_t object
Reviewed-by: mdoerr, lucy
|
2023-10-13 07:01:50 +00:00 |
|
Matthias Baesken
|
ff0b397e13
|
8317959: Check return values of malloc in native java.base coding
Reviewed-by: alanb, bpb
|
2023-10-13 06:50:08 +00:00 |
|
Thomas Stuefe
|
c88b387881
|
8317987: C2 recompilations cause high memory footprint
Reviewed-by: adinn, kvn
|
2023-10-13 06:43:42 +00:00 |
|
Archie Cobbs
|
17535c34bc
|
8317818: Combinatorial explosion during 'this' escape analysis
Reviewed-by: vromero
|
2023-10-12 22:39:03 +00:00 |
|
ANUPAM DEV
|
77fa44fd4f
|
8317847: Typo in API documentation of class JPopupMenu
Reviewed-by: aivanov
|
2023-10-12 20:07:07 +00:00 |
|
Evgeny Astigeevich
|
64ee3c9990
|
8317266: Move nmethod::check_all_dependencies to codeCache.cpp and mark it NOT_PRODUCT
Reviewed-by: kvn, dlong
|
2023-10-12 19:56:18 +00:00 |
|
Jorn Vernee
|
32ac72c3d3
|
8312522: Implementation of Foreign Function & Memory API
Co-authored-by: Maurizio Cimadamore <mcimadamore@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: dholmes, psandoz, mcimadamore, alanb
|
2023-10-12 19:50:08 +00:00 |
|