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
Doug Lea
3e509c8bd1
8344773: SM cleanup in ForkJoinPool
...
Reviewed-by: alanb
2024-11-26 11:44:29 +00:00
Volkan Yazıcı
25dd51e4fc
8344222: Remove calls to SecurityManager and doPrivileged in java.net.HttpURLConnection, java.net.HttpConnectSocketImpl, and javax.net.HttpsURLConnection after JEP 486 integration
...
Reviewed-by: dfuchs, jpai
2024-11-26 09:35:31 +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
Daniel Fuchs
519bb268a0
8344217: Remove calls to SecurityManager and doPrivileged in java.net.DatagramSocket and java.net.NetMulticastSocket after JEP 486 integration
...
Reviewed-by: alanb, rriggs, jpai
2024-11-25 10:08:47 +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
Jaikiran Pai
d00f31156a
8343150: Change URLClassLoader.getPermissions to return empty PermissionCollection
...
Reviewed-by: dfuchs, alanb, michaelm
2024-11-23 07:26:04 +00:00
Ben Perez
8b98f958dc
8298387: Implement JEP 497: Quantum-Resistant Module-Lattice-Based Digital Signature Algorithm
...
Reviewed-by: jnimeh
2024-11-22 17:48:08 +00:00
Ben Perez
13987b4244
8298390: Implement JEP 496: Quantum-Resistant Module-Lattice-Based Key Encapsulation Mechanism
...
Co-authored-by: Ferenc Rakoczi <ferenc.r.rakoczi@oracle.com>
Reviewed-by: valeriep
2024-11-22 16:36:52 +00:00
Volkan Yazıcı
15dbb6a380
8344219: Remove calls to SecurityManager and doPrivileged in java.net.SocksSocketImpl after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-22 14:39:07 +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
Vladimir Ivanov
4956a76621
8317538: Potential bottleneck in Provider::getService: specjvm2008::crypto.rsa have scalability issue for high vCPU numbers
...
Reviewed-by: ascarpino
2024-11-21 17:54:45 +00:00
Brian Burkhalter
87be63f85d
8344659: Some uses of GetPropertyAction were not removed from java.io and java.nio
...
Reviewed-by: lancea, rriggs, iris, dfuchs
2024-11-21 16:18:16 +00:00
Brian Burkhalter
aaf3df7bb8
8343823: (fs) Files.createLink: inconsistent behavior when creating link to symbolic link
...
Reviewed-by: alanb
2024-11-21 16:17:58 +00:00
Doug Lea
18df6fd5ba
8336707: Contention of ForkJoinPool grows when stealing works
...
Reviewed-by: vklang
2024-11-21 11:50:46 +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
David M. Lloyd
e11d126a8d
8333796: Add missing serialization functionality to sun.reflect.ReflectionFactory
...
Reviewed-by: liach, rriggs
2024-11-20 14:17:28 +00:00
Volkan Yazıcı
21f0ed50a2
8344215: Remove calls to SecurityManager and doPrivileged in java.net.Socket and java.net.ServerSocket after JEP 486 integration
...
Reviewed-by: dfuchs, alanb, jpai
2024-11-20 13:59:52 +00:00
Jaikiran Pai
db7ee3dad1
8344223: Remove calls to SecurityManager and doPrivileged in java.net.URLClassLoader after JEP 486 integration
...
Reviewed-by: alanb, yzheng
2024-11-20 12:41:39 +00:00
Brian Burkhalter
81e43114ec
8344077: Remove security manager dependency in java.io
...
Reviewed-by: rriggs, alanb, naoto, lancea
2024-11-19 20:30:22 +00:00
Eirik Bjørsnøs
b12c5b4d18
8344218: Remove calls to SecurityManager and and doPrivileged in java.net.NetworkInterface after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-19 05:44:30 +00:00
Brian Burkhalter
922b12f30c
8344078: Remove security manager dependency in java.nio
...
Reviewed-by: alanb, rriggs
2024-11-18 19:17:14 +00:00
Naman Nigam
e9e4200a6a
8343125: Correct the documentation for TreeMap's getFloorEntry and getCeilingEntry
...
Reviewed-by: liach, acobbs
2024-11-18 18:30:24 +00:00
Viktor Klang
d76b5b888e
8344253: Test java/util/Spliterator/SpliteratorTraversingAndSplittingTest.java failed
...
Reviewed-by: alanb
2024-11-18 17:31:03 +00:00
Roger Riggs
9b0ab92b16
8344034: Remove security manager dependency in Serialization
...
Reviewed-by: mullan, alanb
2024-11-18 16:17:07 +00:00
Daniel Fuchs
d52d136486
8344221: Remove calls to SecurityManager and and doPrivileged in java.net.IDN, java.net.URL, java.net.URLConnection, sun.net.util.URLUtil, and java.net.URLStreamHandlerProvider after JEP 486 integration
...
Reviewed-by: alanb, rriggs
2024-11-18 15:17:40 +00:00
Justin Lu
e1c4b4977e
8343237: Improve the copying of the available set of Currencies
...
Reviewed-by: bpb
2024-11-18 00:16:02 +00:00
Jaikiran Pai
a91d4c022f
8344233: Remove calls to SecurityManager and doPrivileged in java.net.ProxySelector and sun.net.spi.DefaultProxySelector after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-16 11:39:20 +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
Roger Riggs
c388455d0a
8344197: SM cleanup in java.util.concurrent
...
Reviewed-by: alanb, dl
2024-11-15 20:30:04 +00:00
Roger Riggs
c5b6ed8ca0
8344252: SM cleanup in java.util classes
...
Reviewed-by: naoto, smarks
2024-11-15 20:29:14 +00:00
Eirik Bjørsnøs
73fd8919f5
8344216: Remove calls to SecurityManager and and doPrivileged in java.net.Authenticator, java.net.CookieHandler, and java.net.ResponseCache after JEP 486 integration
...
Reviewed-by: dfuchs
2024-11-15 19:21:30 +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
Eirik Bjørsnøs
857f68c60f
8344179: SecurityManager cleanup in the ZIP and JAR areas
...
Reviewed-by: lancea, rriggs, mullan, jpai
2024-11-15 07:47:11 +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
Dr Heinz M. Kabutz
2b57f402c4
8343426: ConcurrentSkipListMap.spliterator() can no longer split the stream
...
Co-authored-by: Doug Lea <dl@openjdk.org>
Reviewed-by: vklang
2024-11-14 09:17:02 +00:00
Jan Lahoda
c3776db498
8342936: Enhance java.io.IO with parameter-less println() and readln()
...
Reviewed-by: asotona, jpai, naoto
2024-11-14 08:22:51 +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
Roger Riggs
5ac330b1ac
8344039: Remove security manager dependency in java.time
...
Reviewed-by: naoto, mullan, lancea
2024-11-13 20:03:26 +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
Vicente Romero
cc2acd14b1
8343286: Missing unchecked cast warning in polymorphic method call
...
Reviewed-by: mcimadamore
2024-11-13 15:31:02 +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