Magnus Ihse Bursie
ddf0461788
8345799: Update copyright year to 2024 for core-libs in files where it was missed
...
Reviewed-by: joehw, jlu, mli, lancea, kevinw
2024-12-11 21:08:22 +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
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
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
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
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
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
Chen Liang
25c2f48d45
8338544: Dedicated Array class descriptor implementation
...
Reviewed-by: redestad, mchung, jvernee
2024-10-24 02:40:08 +00:00
Claes Redestad
d10eecf161
8341776: Remove unused enum values from LambdaForm$Kind
...
Reviewed-by: liach
2024-10-22 13:51:42 +00:00
Hannes Wallnöfer
97c9212842
8342698: Fix order of @param tags in module java.base
...
Reviewed-by: iris
2024-10-21 17:14:25 +00:00
Chen Liang
a2c775222e
8317356: Fix missing null checks in the ClassFile API
...
Co-authored-by: Nizar Benalla <nbenalla@openjdk.org>
Reviewed-by: asotona
2024-10-14 17:21:10 +00:00
Shaojin Wen
c850ecb20a
8341755: Optimize argNames in InnerClassLambdaMetafactory
...
Co-authored-by: Chen Liang <liach@openjdk.org>
Reviewed-by: liach, redestad
2024-10-09 23:50:18 +00:00
Shaojin Wen
62acc9c174
8341548: More concise use of classfile API
...
Reviewed-by: liach
2024-10-08 20:35:14 +00:00
Maurizio Cimadamore
7fa2f229fb
8341127: Extra call to MethodHandle::asType from memory segment var handles fails to inline
...
Reviewed-by: psandoz, redestad, jvernee
2024-10-04 09:45:50 +00:00
Shaojin Wen
f1bf469b4e
8341199: Use ClassFile's new API loadConstant(int)
...
Reviewed-by: liach, redestad
2024-09-30 14:12:01 +00:00
Tobias Hartmann
47c10694c6
8340812: LambdaForm customization via MethodHandle::updateForm is not thread safe
...
Reviewed-by: liach, shade, jvernee
2024-09-26 06:03:29 +00:00
Chen Liang
84751cbfdd
8340831: Simplify simple validation for class definition in MethodHandles.Lookup
...
Reviewed-by: redestad
2024-09-25 18:31:24 +00:00
Chen Liang
df1959fd7a
8340838: Clean up MutableCallSite to use explicit release fence instead of AtomicInteger
...
Reviewed-by: jrose, redestad, shade
2024-09-25 18:29:30 +00:00
Per Minborg
384deda65f
8325949: Create an internal utility method for creating VarHandle instances
...
Reviewed-by: rriggs
2024-09-23 10:57:43 +00:00
Shaojin Wen
2461263aac
8339217: Optimize ClassFile API loadConstant
...
Reviewed-by: liach, redestad, asotona
2024-09-21 00:21:04 +00:00
Claes Redestad
d23c59e408
8340280: Avoid calling MT.invokerType() when creating LambdaForms
...
Reviewed-by: liach, jvernee
2024-09-18 07:01:13 +00:00
Claes Redestad
e1ebeef040
8340131: Refactor internal makeHiddenClassDefiner to take option mask instead of Set<ClassOption>
...
Reviewed-by: liach, jvernee
2024-09-16 14:08:08 +00:00
Claes Redestad
c246ede163
8339799: Reduce work done in j.l.invoke bytecode generators
...
Reviewed-by: liach
2024-09-10 13:33:19 +00:00
Claes Redestad
fb51c1e57b
8339837: Remove unused BootstrapMethodsInvokers.isLambdaMetafactoryCondyBSM
...
Reviewed-by: jvernee
2024-09-10 12:34:51 +00:00
Shaojin Wen
4d597de893
8338930: StringConcatFactory hardCoded string concatenation strategy
...
Reviewed-by: redestad, liach
2024-09-10 12:33:07 +00:00
Coleen Phillimore
ad104932e6
8338526: Don't store abstract and interface Klasses in class metaspace
...
Reviewed-by: stuefe, iklam
2024-09-10 11:43:21 +00:00
Claes Redestad
0d8e52b382
8339800: Prefer invokeBasic in BootstrapMethodInvokers
...
Reviewed-by: jvernee
2024-09-10 09:46:36 +00:00
Chen Liang
a9bb04331d
8339683: Simplify class data generation in InvokerBytecodeGenerator
...
Reviewed-by: redestad
2024-09-09 15:15:16 +00:00
Pavel Rappo
88cccc14db
8339631: Fix block @jls and @jvms tags
...
Reviewed-by: liach, darcy, jjg
2024-09-09 12:06:21 +00:00
Shaojin Wen
fbe2629303
8339635: StringConcatFactory optimization for CompactStrings off
...
Reviewed-by: liach
2024-09-06 18:37:29 +00:00
Claes Redestad
d2b36f0907
8339642: Reduce overheads in InvokerBytecodeGenerator
...
Reviewed-by: liach
2024-09-06 12:37:48 +00:00
Claes Redestad
cb00333d6a
8339640: Reduce construction overheads in StringConcatFactory$InlineHiddenClassStrategy
...
Reviewed-by: liach
2024-09-06 12:27:53 +00:00
Shaojin Wen
55312e1549
8338937: Optimize the string concatenation of ClassDesc
...
Reviewed-by: liach
2024-09-04 22:45:17 +00:00
Chen Liang
25e03b5209
8339115: Rename TypeKind enum constants to follow code style
...
Reviewed-by: asotona
2024-08-30 17:28:28 +00:00
Shaojin Wen
5ecbecfbca
8338936: StringConcatFactory optimize the construction of MethodType and MethodTypeDesc
...
Reviewed-by: redestad, liach
2024-08-26 20:26:17 +00:00
Maurizio Cimadamore
0e8fe3550b
8338677: Improve startup of memory access var handles by simplifying combinator chains
...
Reviewed-by: redestad
2024-08-21 15:11:32 +00:00
Shaojin Wen
3aeb6733f9
8338532: Speed up the ClassFile API MethodTypeDesc#ofDescriptor
...
Reviewed-by: redestad, liach
2024-08-21 14:56:30 +00:00
Chen Liang
80adea8e0a
8338545: Functional interface implementations for common pre-boot ClassFile operations
...
Reviewed-by: asotona
2024-08-21 11:58:21 +00:00
Shaojin Wen
5022109b2a
8336856: Efficient hidden class-based string concatenation strategy
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
2024-08-16 13:18:02 +00:00
Claes Redestad
e83b4b236e
8335182: Consolidate and streamline String concat code shapes
...
Reviewed-by: liach, jvernee
2024-07-23 11:50:57 +00:00
Chen Liang
aabec4a947
8335922: Incorrect @Stable usage of LambdaForm$Name.index
...
Reviewed-by: jvernee, shade
2024-07-22 22:54:36 +00:00
Adam Sotona
3ca2bcd402
8335060: ClassCastException after JDK-8294960
...
Reviewed-by: liach, jpai
2024-07-01 11:51:13 +00:00
Adam Sotona
7f6804ceb6
8334872: BigEndian: java/lang/invoke/condy Tests failing since JDK-8294960
...
Reviewed-by: redestad
2024-06-26 09:09:13 +00:00
Adam Sotona
01ee4241b7
8294960: Convert java.base/java.lang.invoke package to use the Classfile API to generate lambdas and method handles
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, liach
2024-06-19 15:15:30 +00:00
Claes Redestad
7b43a8cd7c
8333824: Unused ClassValue in VarHandles
...
Reviewed-by: mcimadamore
2024-06-10 10:05:14 +00:00
Chen Liang
8d2f9e57c3
8333749: Consolidate ConstantDesc conversion in java.base
...
Co-authored-by: Claes Redestad <redestad@openjdk.org>
Reviewed-by: redestad, jvernee
2024-06-08 13:05:36 +00:00
Nizar Benalla
e0bab78640
8326951: since-checker - missing @ since tags
...
Reviewed-by: jpai
2024-06-04 16:51:39 +00:00