Ioi Lam
911d1dbbf7
8314078: HotSpotConstantPool.lookupField() asserts due to field changes in ConstantPool.cpp
...
Reviewed-by: dnsimon, coleenp
2023-08-14 15:37:44 +00:00
Doug Simon
6f5c903d10
8313899: JVMCI exception Translation can fail in TranslatedException.<clinit>
...
Reviewed-by: never, thartmann
2023-08-10 18:53:02 +00:00
Matias Saavedra Silva
86783b9851
8301996: Move field resolution information out of the cpCache
...
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: coleenp, fparain
2023-07-31 18:41:38 +00:00
Doug Simon
86821a7ce8
8312235: [JVMCI] ConstantPool should not force eager resolution
...
Reviewed-by: never, matsaave
2023-07-27 08:39:32 +00:00
David Leopoldseder
15878360bf
8310425: [JVMCI] compiler/runtime/TestConstantDynamic: lookupConstant returned an object of incorrect type: null
...
Reviewed-by: dnsimon, never
2023-06-27 08:29:55 +00:00
Doug Simon
8b4af46be4
8309974: some JVMCI tests fail when VM options include -XX:+EnableJVMCI
...
Reviewed-by: dholmes
2023-06-15 15:53:08 +00:00
Mandy Chung
9bfe415f66
8305104: Remove the old core reflection implementation
...
Reviewed-by: dholmes, alanb
2023-06-13 19:41:38 +00:00
Doug Simon
c0aa6bf4fe
8309390: [JVMCI] improve copying system properties into libgraal
...
Reviewed-by: never, kvn
2023-06-13 14:45:33 +00:00
Doug Simon
0f0fda7abc
8309542: compiler/jvmci/TestEnableJVMCIProduct.java fails with "JVMCI compiler 'graal' specified by jvmci.Compiler not found"
...
Reviewed-by: kvn, never
2023-06-06 16:12:37 +00:00
Doug Simon
b3c9d6785e
8309136: [JVMCI] add -XX:+UseGraalJIT flag
...
Reviewed-by: dholmes, kvn
2023-06-05 20:47:50 +00:00
Doug Simon
a5d8d59469
8308930: [JVMCI] TestUncaughtErrorInCompileMethod times out
...
Reviewed-by: never
2023-05-29 10:04:31 +00:00
Doug Simon
89b3c375ac
8307125: compiler/jvmci/compilerToVM/MaterializeVirtualObjectTest.java hits assert(!Continuation::is_frame_in_continuation(thread(), fr())) failed: No support for deferred values in continuations
...
Reviewed-by: never
2023-05-25 16:26:26 +00:00
Tom Rodriguez
ac89e3045b
8308291: compiler/jvmci/meta/ProfilingInfoTest.java fails with -XX:TieredStopAtLevel=1
...
Reviewed-by: kvn, chagedorn
2023-05-24 18:39:30 +00:00
Doug Simon
05c095cf39
8308151: [JVMCI] capture JVMCI exceptions in hs-err
...
Reviewed-by: never
2023-05-24 07:15:12 +00:00
Doug Simon
422128b70a
8306992: [JVMCI] mitigate more against JVMCI related OOME causing VM to exit
...
Reviewed-by: never
2023-05-23 07:20:00 +00:00
Matias Saavedra Silva
3f4cfbdd36
8307190: Refactor ref_at methods in Constant Pool
...
Reviewed-by: coleenp, iklam
2023-05-22 16:27:17 +00:00
Josef Eisl
040cb7b5a9
8307588: [JVMCI] HotSpotConstantPool#lookupBootstrapMethodInvocation broken by JDK-8301995
...
Reviewed-by: dnsimon, never, kvn
2023-05-09 12:29:27 +00:00
Tom Rodriguez
5e1fe43080
8299229: [JVMCI] add support for UseZGC
...
Reviewed-by: eosterlund, kvn
2023-05-08 18:40:18 +00:00
Afshin Zafari
1a1ce66dc9
8305080: Suppress the 'removal' warning for finalize() from test/hotspot/jtreg/compiler/jvmci/common/testcases that used in compiler/jvmci/compilerToVM/ tests
...
Reviewed-by: dnsimon, coleenp
2023-05-05 13:12:19 +00:00
Doug Simon
48fd4f2bd3
8303431: [JVMCI] libgraal annotation API
...
Reviewed-by: kvn, never, darcy
2023-04-19 16:01:57 +00:00
Tom Rodriguez
12946f5748
8305419: JDK-8301995 broke building libgraal
...
Reviewed-by: matsaave, dnsimon, thartmann
2023-04-11 14:55:55 +00:00
Matias Saavedra Silva
3fbbfd1749
8301995: Move invokedynamic resolution information out of ConstantPoolCacheEntry
...
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Dingli Zhang <dzhang@openjdk.org>
Co-authored-by: Gui Cao <gcao@openjdk.org>
Co-authored-by: Amit Kumar <amitkumar@openjdk.org>
Reviewed-by: coleenp, dnsimon, fparain, gcao, aph, fyang, amitkumar, lucy
2023-03-28 19:50:38 +00:00
Frederic Parain
bfb812a8ff
8292818: replace 96-bit representation for field metadata with variable-sized streams
...
Co-authored-by: John R Rose <jrose@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, coleenp, cjplummer, dnsimon
2023-03-17 20:18:36 +00:00
Doug Simon
80739e11b5
8279619: [JVMCI] improve EncodedSpeculationReason
...
Reviewed-by: never
2023-03-03 15:52:46 +00:00
Emanuel Peter
46bcc4901e
8302147: Speed up compiler/jvmci/compilerToVM/IterateFramesNative.java
...
Reviewed-by: kvn, thartmann
2023-02-15 07:36:53 +00:00
Doug Simon
06394ee8b1
8300590: [JVMCI] BytecodeFrame.equals is broken
...
Reviewed-by: adinn, dlong
2023-01-21 11:31:44 +00:00
Xiaolin Zheng
da75de3184
8299172: RISC-V: [TESTBUG] Fix stack alignment logic in jvmci RISCV64TestAssembler.java
...
Reviewed-by: fyang
2022-12-23 11:54:00 +00:00
Doug Simon
8b69a2e434
8298099: [JVMCI] decouple libgraal from JVMCI module at runtime
...
Reviewed-by: never
2022-12-07 22:11:11 +00:00
Severin Gehwolf
08e6a820bc
8297590: [TESTBUG] HotSpotResolvedJavaFieldTest does not run
...
Reviewed-by: chagedorn, dnsimon
2022-11-25 16:29:53 +00:00
Doug Simon
95c390ec75
8296956: [JVMCI] HotSpotResolvedJavaFieldImpl.getIndex returns wrong value
...
Reviewed-by: thartmann, never
2022-11-16 21:21:04 +00:00
Doug Simon
37848a9ca2
8296967: [JVMCI] rationalize relationship between getCodeSize and getCode in ResolvedJavaMethod
...
Reviewed-by: never
2022-11-16 20:27:19 +00:00
Doug Simon
4ce4f384d7
8296958: [JVMCI] add API for retrieving ConstantValue attributes
...
Reviewed-by: never
2022-11-16 19:56:14 +00:00
Olga Mikhaltsova
277f0c24a2
8296821: compiler/jvmci/jdk.vm.ci.code.test/src/jdk/vm/ci/code/test/NativeCallTest.java fails after JDK-8262901
...
Reviewed-by: kvn, thartmann
2022-11-14 08:40:11 +00:00
Olga Mikhaltsova
6b456f7a9b
8262901: [macos_aarch64] NativeCallTest expected:<-3.8194101E18> but was:<3.02668882E10>
...
Reviewed-by: aph
2022-11-10 21:06:15 +00:00
Magnus Ihse Bursie
d5a1521fde
8295470: Update openjdk.java.net => openjdk.org URLs in test code
...
Reviewed-by: michaelm, prr, darcy
2022-10-20 10:33:18 +00:00
Doug Simon
03e63a2b87
8295225: [JVMCI] codeStart should be cleared when entryPoint is cleared
...
Reviewed-by: never
2022-10-13 08:34:36 +00:00
Sacha Coppey
7a194d31a3
8290154: [JVMCI] partially implement JVMCI for RISC-V
...
Reviewed-by: ihse, dnsimon, yadongwang
2022-10-07 13:09:09 +00:00
Doug Simon
b8b9b97a1a
8294676: [JVMCI] InstalledCode.deoptimize(false) should not touch address field
...
Reviewed-by: never
2022-10-01 11:20:46 +00:00
Doug Simon
b0e0b87891
8292917: [JVMCI] Extend InstalledCode API to make an nmethod non entrant.
...
Reviewed-by: never
2022-08-27 08:21:58 +00:00
Doug Simon
259ba86c60
8290075: [JVMCI] only blessed methods can link against EventWriterFactory.getEventWriter
...
Reviewed-by: mgronlun
2022-08-23 07:24:53 +00:00
Coleen Phillimore
0c37008917
8275662: remove test/lib/sun/hotspot
...
Reviewed-by: mseledtsov, sspitsyn, lmesnik
2022-07-11 13:07:03 +00:00
Coleen Phillimore
e7795851d2
8271707: migrate tests to use jdk.test.whitebox.WhiteBox
...
Reviewed-by: lmesnik, dholmes
2022-07-08 15:55:14 +00:00
Doug Simon
c45d613faa
8289687: [JVMCI] bug in HotSpotResolvedJavaMethodImpl.equals
...
Reviewed-by: kvn
2022-07-05 18:25:12 +00:00
Doug Simon
ba670ecbb9
8289094: [JVMCI] reduce JNI overhead and other VM rounds trips in JVMCI
...
Reviewed-by: kvn, dlong
2022-06-29 16:14:55 +00:00
Emanuel Peter
302a6c068d
8287801: Fix test-bugs related to stress flags
...
Reviewed-by: chagedorn, thartmann
2022-06-20 14:29:06 +00:00
Boris Ulasevich
68b2057205
8287373: remove unnecessary paddings in generated code
...
Reviewed-by: kvn
2022-06-15 09:10:48 +00:00
Yasumasa Suenaga
e3791ecfe4
8287491: compiler/jvmci/errors/TestInvalidDebugInfo.java fails new assert: assert((uint)t < T_CONFLICT + 1) failed: invalid type #
...
Reviewed-by: kvn, dnsimon
2022-06-01 14:41:23 +00:00
Doug Simon
8543aaa7eb
8283839: [JVMCI] add support for querying indy bootstrap method target and arguments
...
Reviewed-by: psandoz, kvn
2022-04-20 20:25:00 +00:00
Doug Simon
1ebf2f0d37
8284909: [JVMCI] remove remnants of AOT support
...
Reviewed-by: kvn
2022-04-15 17:30:00 +00:00
Dean Long
34d4ffcea5
8279317: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest.java assumes immutable code
...
Reviewed-by: dnsimon, iveresov
2022-03-15 07:24:50 +00:00