Per Minborg
39cdadfb6a
8345186: Incorrect @throws doc for MemorySegment::getString
...
Reviewed-by: mcimadamore, jvernee
2024-12-04 14:17:00 +00:00
Jaikiran Pai
3d49665b85
8345286: Remove use of SecurityManager API from misc areas
...
Reviewed-by: alanb, kevinw, sgehwolf
2024-12-04 09:23:57 +00:00
Chen Liang
76e874c08e
8345319: Fix the tag type in PoolEntry and AnnotationValue
...
Reviewed-by: asotona
2024-12-03 16:59:57 +00:00
Coleen Phillimore
ba5093935d
8341649: Regressions with large metaspace apps after 8338526
...
Reviewed-by: liach, stuefe
2024-12-03 15:44:00 +00:00
Roger Riggs
fcf185c8b4
8345325: SM cleanup of GetPropertyAction in java.base
...
Reviewed-by: alanb, lancea, naoto, mchung
2024-12-03 14:59:30 +00:00
Jorn Vernee
8cad0431ff
8336768: Allow captureCallState and critical linker options to be combined
...
Reviewed-by: mcimadamore
2024-12-03 12:28:17 +00:00
Alan Bateman
5c8cb2edcb
8337199: Add jcmd Thread.vthread_scheduler and Thread.vthread_pollers diagnostic commands
...
Reviewed-by: dholmes, kevinw
2024-12-03 07:24:46 +00:00
Sean Mullan
940aa7c4cf
8344397: Remove Security Manager dependencies from java.security and sun.security packages
...
Reviewed-by: rriggs, hchao, weijun, alanb
2024-12-02 21:30:53 +00:00
Eirik Bjørsnøs
43000a34d5
8345075: java.lang.module.ModuleDescriptor constructor could be made private
...
Reviewed-by: alanb
2024-11-28 17:38:07 +00:00
Calvin Cheung
d752f19611
8343427: Class file load hook crashes on archived classes from multi-release JARs
...
Reviewed-by: dholmes, iklam
2024-11-26 17:14:00 +00:00
Roger Riggs
f1b5a6e66e
8344565: SM cleanup in jdk/internal and java/lang package private classes
...
Reviewed-by: alanb, mchung
2024-11-26 17:12:17 +00:00
Naoto Sato
15ae8d02ee
8319993: Update Unicode Data Files to 16.0.0
...
8319992: Update ICU4J to Version 76.1
Reviewed-by: jlu, joehw, iris
2024-11-25 15:54:23 +00:00
Per Minborg
68ba7ee5c8
8340205: Native linker allows MemoryLayout consisting of only PaddingLayout
...
Reviewed-by: jvernee, mcimadamore
2024-11-25 07:42:57 +00:00
Roger Riggs
c199f5326b
8344336: SM cleanup of java.lang.System, Runtime, String, StackWalker
...
Reviewed-by: dfuchs, alanb, lancea
2024-11-21 21:50:41 +00:00
Eirik Bjørsnøs
e03b1506d3
8178966: Don't swallow early bootstrap exceptions in Boolean.getBoolean, Integer.getInteger and Long.getLong
...
Co-authored-by: Peter Levart <plevart@openjdk.org>
Reviewed-by: jpai, rriggs
2024-11-21 20:04:39 +00:00
Dr Heinz M. Kabutz
da2d7a09f9
8344595: State transitions in internal VirtualThread comment needs to be updated
...
Reviewed-by: alanb
2024-11-20 20:01:37 +00:00
Ioi Lam
41a2d49f0a
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
...
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
2024-11-15 22:28:54 +00:00
Eirik Bjørsnøs
f62e05ee96
8344231: SecurityManager cleanup in java.lang.module and jdk.internal.module
...
Reviewed-by: alanb
2024-11-15 19:21:07 +00:00
Brian Burkhalter
0b9b82af03
8343039: Remove jdk.internal.misc.InternalLock and usages from java.io
...
Reviewed-by: liach, alanb
2024-11-15 16:11:34 +00:00
Adam Sotona
84ffb64cd7
8334714: Implement JEP 484: Class-File API
...
Reviewed-by: liach, vromero
2024-11-15 14:38:17 +00:00
Adam Sotona
ba39321902
8343881: java.lang.classfile.Attribute attributeName() method should return Utf8Entry
...
Reviewed-by: liach
2024-11-15 11:40:15 +00:00
Alan Bateman
0ae5748f74
8343982: Remove usage of security manager from ClassLoader and related classes
...
Reviewed-by: jpai, yzheng, lancea
2024-11-15 07:16:34 +00:00
Chen Liang
681a57f960
8343064: ClassFormatError: Illegal class name from InnerClassLambdaMetafactory
...
Reviewed-by: jvernee
2024-11-14 17:55:41 +00:00
Alan Bateman
abacece826
8344011: Remove usage of security manager from Class and reflective APIs
...
Reviewed-by: liach, yzheng, rriggs
2024-11-14 07:39:28 +00:00
Shaojin Wen
0dab920b70
8343984: Fix Unsafe address overflow
...
Reviewed-by: pminborg, alanb
2024-11-13 23:17:26 +00:00
Roger Riggs
168b18ec68
8343958: Remove security manager impl in java.lang.Process and java.lang.Runtime.exec
...
Reviewed-by: jpai, mullan, alanb
2024-11-13 20:49:59 +00:00
Alan Bateman
5e01c40b19
8343981: Remove usage of security manager from Thread and related classes
...
Reviewed-by: rriggs, yzheng
2024-11-13 18:49:31 +00:00
Sean Mullan
db85090553
8338411: Implement JEP 486: Permanently Disable the Security Manager
...
Co-authored-by: Sean Mullan <mullan@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Weijun Wang <weijun@openjdk.org>
Co-authored-by: Aleksei Efimov <aefimov@openjdk.org>
Co-authored-by: Brian Burkhalter <bpb@openjdk.org>
Co-authored-by: Daniel Fuchs <dfuchs@openjdk.org>
Co-authored-by: Harshitha Onkar <honkar@openjdk.org>
Co-authored-by: Joe Wang <joehw@openjdk.org>
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Justin Lu <jlu@openjdk.org>
Co-authored-by: Kevin Walls <kevinw@openjdk.org>
Co-authored-by: Lance Andersen <lancea@openjdk.org>
Co-authored-by: Naoto Sato <naoto@openjdk.org>
Co-authored-by: Roger Riggs <rriggs@openjdk.org>
Co-authored-by: Brent Christian <bchristi@openjdk.org>
Co-authored-by: Stuart Marks <smarks@openjdk.org>
Co-authored-by: Ian Graves <igraves@openjdk.org>
Co-authored-by: Phil Race <prr@openjdk.org>
Co-authored-by: Erik Gahlin <egahlin@openjdk.org>
Co-authored-by: Jaikiran Pai <jpai@openjdk.org>
Reviewed-by: kevinw, aivanov, rriggs, lancea, coffeys, dfuchs, ihse, erikj, cjplummer, coleenp, naoto, mchung, prr, weijun, joehw, azvegint, psadhukhan, bchristi, sundar, attila
2024-11-12 17:16:15 +00:00
Patricio Chilano Mateo
78b80150e0
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
2024-11-12 15:23:48 +00:00
Shaojin Wen
b0a371b085
8343925: [BACKOUT] JDK-8342650 Move getChars to DecimalDigits
...
Reviewed-by: jpai, alanb, liach
2024-11-11 15:14:10 +00:00
Shaojin Wen
e1d684c645
8342650: Move getChars to DecimalDigits
...
Reviewed-by: liach
2024-11-11 05:06:56 +00:00
Shaojin Wen
74ae3c688b
8343650: Reuse StringLatin1::putCharsAt and StringUTF16::putCharsAt
...
Reviewed-by: liach
2024-11-11 00:40:26 +00:00
Eirik Bjørsnøs
8a69893e1d
8343819: Link Float.NaN and Double.NaN to equivalence discussion in Double
...
Reviewed-by: darcy
2024-11-09 05:53:16 +00:00
Per Minborg
619b4d5966
8334107: Specification for MemorySegment::get/setString could use some clarification
...
Reviewed-by: jvernee
2024-11-07 07:25:41 +00:00
Nizar Benalla
69bc088774
8343071: Broken anchors to restricted method page and some redundant ids
...
8332747: Broken links in StructuredTaskScope
Reviewed-by: mcimadamore, iris
2024-11-05 21:43:11 +00:00
Andrew Haley
3fab8e37bb
8341903: Implementation of Scoped Values (Fourth Preview)
...
Reviewed-by: alanb
2024-11-05 17:12:17 +00:00
Shaojin Wen
5890d9438b
8333893: Optimization for StringBuilder append boolean & null
...
Reviewed-by: liach
2024-11-05 15:05:33 +00:00
Chen Liang
16feeb7a8e
8343547: Restore accidentally removed annotations in LambdaForm from ClassFile API port
...
Reviewed-by: asotona
2024-11-05 12:15:42 +00:00
Per Minborg
646d64e880
8340307: Add explanation around MemorySegment:reinterpret regarding arenas
...
Reviewed-by: jvernee
2024-11-04 14:12:30 +00:00
Chen Liang
8d6cfba37f
8336267: Method and Constructor signature parsing can be shared on the root object
...
Reviewed-by: mchung
2024-11-04 13:24:29 +00:00
Chen Liang
1f7d524fd3
8343437: ClassDesc.of incorrectly permitting empty names
...
Reviewed-by: mchung
2024-11-04 13:24:09 +00:00
Aleksey Shipilev
7c36fa7e17
8343019: Primitive caches must use boxed instances from the archive
...
Reviewed-by: jiangli, vlivanov, iklam
2024-10-31 20:18:25 +00:00
Alan Bateman
dee0982c60
8343132: Remove temporary transitions from Virtual thread implementation
...
Reviewed-by: dholmes, sspitsyn, pchilanomate
2024-10-31 08:53:19 +00:00
Chen Liang
158ae51be0
8250659: Clarify in ParameterizedType.getRawType() doc that only Class is returned
...
Reviewed-by: darcy
2024-10-30 05:58:22 +00:00
Serguei Spitsyn
60364ef001
8341273: JVMTI is not properly hiding some continuation related methods
...
Reviewed-by: alanb, amenkov
2024-10-29 19:59:43 +00:00
Chen Liang
40e07a7ea3
8342865: Use type parameter for Class::getPrimitiveClass
...
Reviewed-by: darcy
2024-10-26 14:45:04 +00:00
Chen Liang
25c2f48d45
8338544: Dedicated Array class descriptor implementation
...
Reviewed-by: redestad, mchung, jvernee
2024-10-24 02:40:08 +00:00
Joe Darcy
a21c558699
8342863: Use pattern matching for instanceof in equals methods of wrapper classes
...
Reviewed-by: rriggs
2024-10-23 18:23:50 +00:00
Naoto Sato
426da4bbad
8341975: Unable to set encoding for IO.println, IO.print and IO.readln
...
Reviewed-by: rriggs, iris, alanb
2024-10-23 17:44:15 +00:00
Claes Redestad
d10eecf161
8341776: Remove unused enum values from LambdaForm$Kind
...
Reviewed-by: liach
2024-10-22 13:51:42 +00:00