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
Chen Liang
1f7d524fd3
8343437: ClassDesc.of incorrectly permitting empty names
...
Reviewed-by: mchung
2024-11-04 13:24:09 +00:00
Chen Liang
25c2f48d45
8338544: Dedicated Array class descriptor implementation
...
Reviewed-by: redestad, mchung, jvernee
2024-10-24 02:40:08 +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
96e4a1876a
8304929: MethodTypeDesc throws an unchecked exception than ReflectiveOperationException when a component class cannot be resolved
...
Reviewed-by: jvernee
2024-07-22 22:53:52 +00:00
Claes Redestad
0b0445be28
8331724: Refactor j.l.constant implementation to internal package
...
Reviewed-by: liach, asotona
2024-05-17 09:49:44 +00:00
Erik Joelsson
020255a72d
8267174: Many test files have the wrong Copyright header
...
Reviewed-by: valeriep, aivanov, iris, dholmes, ihse
2023-09-12 20:16:05 +00:00
Chen Liang
38cef2adbd
8309413: Improve the performance of MethodTypeDesc::descriptorString
...
8304932: MethodTypeDescImpl can be mutated by argument passed to MethodTypeDesc.of
Reviewed-by: mchung
2023-06-06 15:56:36 +00:00
Chen Liang
8ffa264cf0
8306698: Add overloads to MethodTypeDesc::of
...
Reviewed-by: mchung
2023-05-23 21:26:25 +00:00
Adam Sotona
c8f37564bf
8306729: Add nominal descriptors of modules and packages to Constants API
...
Reviewed-by: mchung
2023-05-03 06:34:58 +00:00
Chen Liang
e5ce7d9e43
8284871: Use covariant overrides for the resolveConstantDesc(Lookup) method in sub‑interfaces of java.lang.constant.ConstantDesc
...
Reviewed-by: mchung
2023-04-11 13:40:56 +00:00
Chen Liang
bdbf8fc61d
8303930: Fix ConstantUtils.skipOverFieldSignature void case return value
...
Reviewed-by: mchung
2023-03-31 17:14:44 +00:00
Archie L. Cobbs
4b8f7db6be
8027682: javac wrongly accepts semicolons in package and import decls
...
Reviewed-by: vromero
2023-03-23 16:04:35 +00:00
Chen Liang
2e987d798a
8304360: Test to ensure ConstantDescs fields work
...
Reviewed-by: mchung, jvernee
2023-03-16 20:55:29 +00:00
Adam Sotona
0fa7d9e8cd
8278863: Add method ClassDesc::ofInternalName
...
Reviewed-by: jvernee
2022-09-20 07:50:03 +00:00
Joe Darcy
32f8437d85
8283075: Bad IllegalArgumentException message for out of range rank from ClassDesc.arrayType(int)
...
Reviewed-by: vromero, alanb
2022-03-15 17:33:45 +00:00
Vicente Romero
8583aab374
8270025: DynamicCallSiteDesc::withArgs doesn't throw NPE
...
Reviewed-by: jvernee, mchung
2021-07-13 17:48:21 +00:00
Vicente Romero
6b14c8a1e5
8267421: j.l.constant.DirectMethodHandleDesc.Kind.valueOf(int) implementation doesn't conform to the spec regarding REF_invokeInterface handling
...
Reviewed-by: mchung
2021-06-22 02:08:15 +00:00
Jaikiran Pai
9225a23023
8263108: Class initialization deadlock in java.lang.constant
...
Reviewed-by: vtewari, plevart, chegar
2021-03-18 01:45:07 +00:00
Jorn Vernee
31041d406a
8241100: Make Boolean, Character, Byte, and Short implement Constable
...
Reviewed-by: jrose, briangoetz, psandoz
2020-05-04 09:41:01 -07:00
Mandy Chung
5d397eea9f
8229785: MethodType::fromMethodDescriptorString should require security permission if loader is null
...
Reviewed-by: vromero
2019-09-10 10:35:52 -07:00
Vicente Romero
b2e7d0367e
8226709: MethodTypeDesc::resolveConstantDesc needs access check per the specification
...
Reviewed-by: mchung, mcimadamore
2019-06-25 18:21:21 -04:00
Vicente Romero
ff2fa1e422
8223914: specification of j.l.c.MethodTypeDesc::of should document better the exceptions thrown
...
Reviewed-by: rriggs
2019-05-22 09:26:48 -04:00
Vicente Romero
6002c4e426
8223723: j.l.c.MethodTypeDesc.dropParameterTypes throws the undocumented exception: IllegalArgumentException
...
Reviewed-by: rriggs
2019-05-21 15:44:00 -04:00
Vicente Romero
917645194b
8223803: j.l.c.MethodTypeDesc::insertParameterTypes doesn't control type of parameters
...
Reviewed-by: rriggs
2019-05-17 13:16:07 -04:00
Vicente Romero
fa2ea6a6d8
8223726: j.l.c.MethodTypeDesc spec should contain precise assertions for one parameter's methods
...
Reviewed-by: darcy
2019-05-16 13:34:33 -04:00
Vicente Romero
c7faef0785
8219483: j.l.c.ClassDesc::nested(String, String...) doesn't throw NPE if any arg is null
...
Reviewed-by: darcy
2019-05-06 14:47:55 -04:00
Vicente Romero
4d368850e1
8219480: j.l.c.ClassDesc::arrayType(int rank) throws IllegalArgumentException if rank = 0
...
Reviewed-by: mchung, briangoetz
2019-02-23 19:41:53 -05:00
Vicente Romero
0032475ef1
8215648: remove equals and hashCode implementations from j.l.i.VarHandle
...
Reviewed-by: mchung
2019-01-11 09:02:44 -05:00
Vicente Romero
eed3a536c0
8215510: j.l.c.ClassDesc is accepting descriptors not allowed by the spec
...
Reviewed-by: goetz
2019-01-09 08:07:23 -05:00
Vicente Romero
650f3fc113
8215300: additional changes to constants API
...
Reviewed-by: goetz
2018-12-13 10:35:09 -05:00
Vicente Romero
9846588b31
8210031: implementation for JVM Constants API
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, mcimadamore, darcy, mchung, rriggs, dholmes, forax
2018-12-09 12:36:24 -05:00