Maurizio Cimadamore
|
b07da3ae15
|
8317819: Scope should reflect lifetime of underying resource (mainline)
Reviewed-by: jvernee
|
2023-10-20 10:23:45 +00:00 |
|
Chen Liang
|
4812cabaa4
|
8316587: Use ArraysSupport.vectorizedHashCode in Utf8EntryImpl
Reviewed-by: asotona, redestad
|
2023-10-20 07:36:27 +00:00 |
|
Maurizio Cimadamore
|
15acf4b8d7
|
8318324: Drop redundant default methods from FFM API
Reviewed-by: jvernee
|
2023-10-19 09:51:02 +00:00 |
|
Andrey Turbanov
|
80bd22d093
|
8316144: Remove unused field jdk.internal.util.xml.impl.XMLStreamWriterImpl.Element._Depth
Reviewed-by: lancea, joehw
|
2023-10-19 06:42:11 +00:00 |
|
Naoto Sato
|
195c9b2c48
|
8297856: Improve handling of Bidi characters
Reviewed-by: rhalade, mschoene, rriggs
|
2023-10-17 22:45:06 +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 |
|
Jorn Vernee
|
1d54e73f6a
|
8318072: DowncallLinker does not acquire/release segments in interpreter
Reviewed-by: mcimadamore
|
2023-10-14 20:23:41 +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
|
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 |
|
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 |
|
Roger Riggs
|
c1f698d38b
|
8317956: Make jdk.internal.util.Architecture current architecture final
Reviewed-by: pminborg, redestad, bpb
|
2023-10-12 14:14:43 +00:00 |
|
wenshao
|
935543146b
|
8316426: Optimization for HexFormat.formatHex
Reviewed-by: liach, rriggs
|
2023-10-12 13:54:09 +00:00 |
|
Claes Redestad
|
33591a30d2
|
8317795: Add an ImmutableBitSetPredicate variant for bitsets <= 128 elements
Reviewed-by: pminborg, rriggs
|
2023-10-10 17:01:57 +00:00 |
|
Jaikiran Pai
|
009f5e1fa1
|
8317141: Remove unused validIndex method from URLClassPath$JarLoader
Reviewed-by: alanb, lancea, dfuchs
|
2023-09-30 01:06:16 +00:00 |
|
Maurizio Cimadamore
|
798125152b
|
8316970: Add internal annotation to mark restricted methods
Reviewed-by: jvernee, iris, alanb
|
2023-09-28 09:49:57 +00:00 |
|
Claes Redestad
|
913e43fea9
|
8316582: Minor startup regression in 22-b15 due JDK-8310929
Reviewed-by: liach, rriggs
|
2023-09-21 09:36:28 +00:00 |
|
Chen Liang
|
1749ba265b
|
8311084: Add typeSymbol() API for applicable constant pool entries
Reviewed-by: briangoetz, asotona
|
2023-09-21 08:05:01 +00:00 |
|
Naoto Sato
|
7c991cc567
|
8296246: Update Unicode Data Files to Version 15.1.0
Reviewed-by: erikj, joehw, srl, rriggs
|
2023-09-20 17:39:57 +00:00 |
|
Tim Prinzing
|
b275bdd9b5
|
8308995: Update Network IO JFR events to be static mirror events
Reviewed-by: egahlin, alanb
|
2023-09-20 12:34:08 +00:00 |
|
Adam Sotona
|
1203e11a8d
|
8294969: Convert jdk.jdeps javap to use the Classfile API
Reviewed-by: vromero
|
2023-09-18 08:35:31 +00:00 |
|
Per Minborg
|
8dc2d9280e
|
8316190: Improve MemorySegment::toString
Reviewed-by: rriggs
|
2023-09-15 05:43:57 +00:00 |
|
Adam Sotona
|
b2e91060db
|
8313452: Improve Classfile API attributes handling safety
Reviewed-by: briangoetz
|
2023-09-14 18:52:51 +00:00 |
|
Adam Sotona
|
ca747f09b6
|
8315678: Classfile API ConstantPool::entryCount and ConstantPool::entryByIndex methods are confusing
Reviewed-by: briangoetz
|
2023-09-14 18:30:39 +00:00 |
|
Adam Sotona
|
6d47fc6d5b
|
8313258: RuntimeInvisibleTypeAnnotationsAttribute.annotations() API Index out of Bound error
Reviewed-by: briangoetz
|
2023-09-14 18:29:01 +00:00 |
|
Adam Sotona
|
c7d306c65c
|
8315541: Classfile API TypeAnnotation.TargetInfo factory methods accept null labels
Reviewed-by: briangoetz
|
2023-09-14 18:27:12 +00:00 |
|
Mandy Chung
|
5cea53d372
|
8315810: Reimplement sun.reflect.ReflectionFactory::newConstructorForSerialization with method handles
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: rriggs
|
2023-09-14 16:10:55 +00:00 |
|
Per Minborg
|
f9ab115acb
|
8316050: Use hexadecimal encoding in MemorySegment::toString
Reviewed-by: rriggs, mcimadamore
|
2023-09-13 12:45:54 +00:00 |
|
shaojin.wensj
|
f8df754b9a
|
8311207: Cleanup for Optimization for UUID.toString
Reviewed-by: liach, rriggs
|
2023-09-13 08:25:13 +00:00 |
|
shaojin.wensj
|
e0845163aa
|
8315968: Move java.util.Digits to jdk.internal.util and refactor to reduce duplication
Reviewed-by: rriggs, liach, redestad
|
2023-09-12 16:35:01 +00:00 |
|
Aleksey Shipilev
|
1941290b79
|
8315942: Sort platform enums and definitions after JDK-8304913 follow-ups
Reviewed-by: rriggs, jpai
|
2023-09-11 12:08:31 +00:00 |
|
Maurizio Cimadamore
|
a62c48b87e
|
8315891: java/foreign/TestLinker.java failed with "error occurred while instantiating class TestLinker: null"
Reviewed-by: sundar, jvernee, pminborg
|
2023-09-08 16:36:21 +00:00 |
|
Aleksey Shipilev
|
9559e035d2
|
8315578: PPC builds are broken after JDK-8304913
Reviewed-by: mdoerr, rriggs
|
2023-09-08 15:11:17 +00:00 |
|
Alan Bateman
|
3c258ac907
|
8315702: jcmd Thread.dump_to_file slow with millions of virtual threads
Reviewed-by: mchung, amenkov, jpai
|
2023-09-08 04:40:01 +00:00 |
|
Mandy Chung
|
111ecdbaf5
|
8268829: Provide an optimized way to walk the stack with Class object only
8210375: StackWalker::getCallerClass throws UnsupportedOperationException
Reviewed-by: coleenp, dfuchs, bchristi
|
2023-09-07 21:37:40 +00:00 |
|
Per Minborg
|
b408a82f9b
|
8314260: Unable to load system libraries on Windows when using a SecurityManager
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Reviewed-by: jvernee
|
2023-09-07 11:52:14 +00:00 |
|
Aleksey Shipilev
|
cfc148930b
|
8315579: SPARC64 builds are broken after JDK-8304913
Reviewed-by: rriggs, phh
|
2023-09-06 08:27:11 +00:00 |
|
Martin Doerr
|
f6c203e616
|
8314949: linux PPC64 Big Endian: Implementation of Foreign Function & Memory API
Reviewed-by: mcimadamore, jvernee
|
2023-09-06 08:26:48 +00:00 |
|
Adam Sotona
|
744b3970f9
|
8312491: Update Classfile API snippets and examples
Reviewed-by: jlahoda
|
2023-09-05 08:48:39 +00:00 |
|
Per Minborg
|
f292268268
|
8315454: Add a way to create an immutable snapshot of a BitSet
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad
|
2023-09-05 06:43:00 +00:00 |
|
Adam Sotona
|
c2e01eba5a
|
8313983: jmod create --target-platform should replace existing ModuleTarget attribute
Reviewed-by: alanb, mchung
|
2023-09-01 08:33:33 +00:00 |
|
Sean Coffey
|
7daae1fb42
|
8314263: Signed jars triggering Logger finder recursion and StackOverflowError
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Reviewed-by: dfuchs
|
2023-08-30 12:54:57 +00:00 |
|
Sidraya
|
ec1f7a8480
|
8311630: [s390] Implementation of Foreign Function & Memory API (Preview)
Reviewed-by: amitkumar, jvernee, mdoerr
|
2023-08-21 07:15:25 +00:00 |
|
Andrey Turbanov
|
249dc37426
|
8314321: Remove unused field jdk.internal.util.xml.impl.Attrs.mAttrIdx
Reviewed-by: alanb, vtewari, bpb
|
2023-08-17 07:13:38 +00:00 |
|
Glavo
|
b32d6411c4
|
8311943: Cleanup usages of toLowerCase() and toUpperCase() in java.base
Reviewed-by: naoto
|
2023-08-16 17:37:21 +00:00 |
|
Dmitry Cherepanov
|
f4e72c58d7
|
8313949: Missing word in GPLv2 license text in StackMapTableAttribute.java
Reviewed-by: iris
|
2023-08-15 08:43:38 +00:00 |
|
Yasumasa Suenaga
|
583cb754f3
|
8313406: nep_invoker_blob can be simplified more
Reviewed-by: jvernee, vlivanov
|
2023-08-14 23:12:42 +00:00 |
|
Doug Simon
|
6f5c903d10
|
8313899: JVMCI exception Translation can fail in TranslatedException.<clinit>
Reviewed-by: never, thartmann
|
2023-08-10 18:53:02 +00:00 |
|
Per Minborg
|
0b4387e3a3
|
8310643: Misformatted copyright messages in FFM
Reviewed-by: jvernee
|
2023-08-07 10:58:11 +00:00 |
|
Amit Kumar
|
53ca75b18e
|
8313312: Add missing classpath exception copyright header
Reviewed-by: rriggs, asotona
|
2023-08-03 05:47:22 +00:00 |
|
Jim Laskey
|
6af0af5934
|
8310913: Move ReferencedKeyMap to jdk.internal so it may be shared
Reviewed-by: naoto, rriggs, mchung, liach
|
2023-07-31 19:11:14 +00:00 |
|