Adam Sotona
ae82405ff7
8323058: Revisit j.l.classfile.CodeBuilder API surface
...
Reviewed-by: briangoetz, psandoz
2024-05-02 10:08:29 +00:00
Adam Sotona
2b00ac0d02
8308753: Class-File API transition to Preview
...
Reviewed-by: ihse, mchung, vromero
2023-12-04 07:07:57 +00:00
Mandy Chung
1588dd934c
8319567: Update java/lang/invoke tests to support vm flags
...
8319568: Update java/lang/reflect/exeCallerAccessTest/CallerAccessTest.java to accept vm flags
8319672: Several classloader tests ignore VM flags
8319676: A couple of jdk/modules/incubator/ tests ignore VM flags
8319677: Test jdk/internal/misc/VM/RuntimeArguments.java should be marked as flagless
Reviewed-by: jvernee, lmesnik
2023-11-16 22:40:22 +00:00
Mourad Abbay
7bc8e4c891
8294980: test/jdk/java/lang/invoke 15 test classes use experimental bytecode library
...
Reviewed-by: asotona
2023-11-08 13:26:58 +00:00
Leo Korinth
d52a995f35
8315097: Rename createJavaProcessBuilder
...
Reviewed-by: lmesnik, dholmes, rriggs, stefank
2023-10-27 08:47:26 +00:00
Lois Foltan
6379f91c00
8203435: Circular nested dynamic constant test needed to confirm JVMS resolution behavior
...
Additional of circular nested dynamic constant test.
Reviewed-by: acorn, psandoz
2018-06-04 11:32:00 -04:00
Lois Foltan
2464e2b11e
8189916: Dynamic Constant support for Sparc
...
Change to the template interpreter to support dynamic constant on Sparc.
Reviewed-by: coleenp, psandoz
2018-05-04 12:14:09 -04:00
Paul Sandoz
d3760023e6
8199875: Require first parameter type of a condy bootstrap to be Lookup
...
Reviewed-by: jrose
2018-04-11 11:11:13 -07:00
Paul Sandoz
2ab07cc314
8197944: Condy tests fails on Windows
...
Reviewed-by: dholmes
2018-03-13 15:29:55 -07:00
Paul Sandoz
4954362d29
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
...
Reviewed-by: lfoltan, acorn
2018-03-08 14:33:57 -08:00
Martin Doerr
eb3ec99500
8196786: [PPC64+s390] ConstantDynamic support
...
Reviewed-by: psandoz, dsamersoff
2018-02-13 17:38:03 +01:00
Dmitry Samersoff
ac524f2837
8190428: Minimal Dynamic Constant support for AArch64
...
AArch64 specific code for 8186046
Reviewed-by: aph, psandoz
2018-02-10 09:48:51 +00:00
Paul Sandoz
c9757ad448
8196960: Exceptions in ConstantBootstrapsTest.java on SPARC
...
Reviewed-by: lfoltan
2018-02-07 12:37:30 -08:00
Paul Sandoz
00b3f917ac
8195694: ConstantBootstraps.invoke does not preserve variable arity
...
Reviewed-by: jrose
2018-02-01 14:19:04 -08:00
Paul Sandoz
2b3d492b43
8196533: Update CondyNestedTest.java to compile jcod file
...
Reviewed-by: mchung
2018-01-31 17:43:46 -08:00
Paul Sandoz
4b5ffe70d9
8187742: Minimal set of bootstrap methods for constant dynamic
...
Co-authored-by: Brian Goetz <brian.goetz@oracle.com>
Reviewed-by: jrose, forax
2018-01-31 11:20:36 -08:00
Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00