Doug Simon
2448b3f5f9
8275874: [JVMCI] only support aligned reads in c2v_readFieldValue
...
Reviewed-by: never, shade
2021-10-26 18:50:21 +00:00
Doug Simon
4dec8fc4cc
8275645: [JVMCI] avoid unaligned volatile reads on AArch64
...
Reviewed-by: kvn, never
2021-10-22 16:20:31 +00:00
Tom Rodriguez
ad92033fcc
8272736: [JVMCI] Add API for reading and writing JVMCI thread locals
...
Reviewed-by: kvn, dnsimon
2021-08-23 18:43:34 +00:00
Jesper Wilhelmsson
c36755dedf
Merge
2021-07-22 00:46:18 +00:00
Jamsheed Mohammed C M
a3acce5210
8264079: Improve abstractions
...
Reviewed-by: vlivanov, ahgross, thartmann, rhalade
2021-07-21 20:28:56 +00:00
Andreas Woess
b1bb05bcf4
8269592: [JVMCI] Optimize c2v_iterateFrames
...
Reviewed-by: kvn, never, dlong
2021-07-14 17:32:55 +00:00
David Holmes
08ee7ae672
8268855: Cleanup name handling in the Thread class and subclasses
...
Reviewed-by: lfoltan, coleenp
2021-06-24 23:58:32 +00:00
Guoxiong Li
cd678a383f
8268368: Adopt cast notation for JavaThread conversions
...
Reviewed-by: dholmes, stefank
2021-06-23 02:21:24 +00:00
Tom Rodriguez
db45ff09ac
8268052: [JVMCI] non-default installed code must be marked as in_use
...
Reviewed-by: kvn, dnsimon
2021-06-09 17:34:17 +00:00
Vladimir Ivanov
9d168e25d1
8266973: Migrate to ClassHierarchyIterator when enumerating subclasses
...
Reviewed-by: kvn, coleenp
2021-05-18 12:46:50 +00:00
David Holmes
02f895c5f6
8252685: APIs that require JavaThread should take JavaThread arguments
...
Reviewed-by: coleenp, sspitsyn, kvn, iklam
2021-05-17 04:05:44 +00:00
Harold Seigel
e14b026841
8243287: Removal of Unsafe::defineAnonymousClass
...
Reviewed-by: iklam, mchung, alanb, dholmes
2021-05-13 12:46:54 +00:00
Vladimir Kozlov
694acedf18
8264805: Remove the experimental Ahead-of-Time Compiler
...
Reviewed-by: coleenp, erikj, stefank, iignatyev, dholmes, aph, shade, iklam, mchung, iveresov
2021-04-27 01:12:18 +00:00
Tom Rodriguez
852a41d718
8258625: [JVMCI] refactor and unify JVMCI readFieldValue path
...
Reviewed-by: kvn
2021-04-26 20:00:23 +00:00
Doug Simon
7df0c10a4d
8265480: add basic JVMCI support for JEP 309: Dynamic Class-File Constants
...
Reviewed-by: kvn, psandoz
2021-04-22 15:59:12 +00:00
Jamsheed Mohammed C M
2003e91d3b
8244543: Enhanced handling of abstract classes
...
Reviewed-by: vlivanov, rhalade
2021-04-20 21:45:52 +00:00
Ioi Lam
ea5c55a4ae
8265103: Remove unnecessary inclusion of oopMap.hpp
...
Reviewed-by: dholmes, stefank
2021-04-14 05:11:49 +00:00
Ioi Lam
c15680e742
8264868: Reduce inclusion of registerMap.hpp and register.hpp
...
Reviewed-by: coleenp, dholmes
2021-04-10 06:09:52 +00:00
Vladimir Ivanov
b3782ead36
8264918: [JVMCI] getVtableIndexForInterfaceMethod doesn't check that type and method are related
...
Reviewed-by: kvn
2021-04-09 10:46:12 +00:00
Vladimir Ivanov
80681b5470
8264546: Dependencies: Context class is always an InstanceKlass
...
Reviewed-by: kvn
2021-04-01 12:56:19 +00:00
Anton Kozlov
dbc9e4b50c
8253795: Implementation of JEP 391: macOS/AArch64 Port
...
8253816: Support macOS W^X
8253817: Support macOS Aarch64 ABI in Interpreter
8253818: Support macOS Aarch64 ABI for compiled wrappers
8253819: Implement os/cpu for macOS/AArch64
8253839: Update tests and JDK code for macOS/Aarch64
8254941: Implement Serviceability Agent for macOS/AArch64
8255776: Change build system for macOS/AArch64
8262903: [macos_aarch64] Thread::current() called on detached thread
Co-authored-by: Vladimir Kempik <vkempik@openjdk.org>
Co-authored-by: Bernhard Urban-Forster <burban@openjdk.org>
Co-authored-by: Ludovic Henry <luhenry@openjdk.org>
Co-authored-by: Monica Beckwith <mbeckwit@openjdk.org>
Reviewed-by: erikj, ihse, prr, cjplummer, stefank, gziemski, aph, mbeckwit, luhenry
2021-03-25 18:10:18 +00:00
Stefan Karlsson
a1f6591f6c
8263589: Introduce JavaValue::get_oop/set_oop
...
Reviewed-by: coleenp, sspitsyn
2021-03-16 08:29:11 +00:00
Aleksey Shipilev
e25ad7309a
8263430: Uninitialized Method* variables after JDK-8233913
...
Reviewed-by: coleenp, hseigel
2021-03-12 07:40:52 +00:00
Harold Seigel
29c603f9dc
8262227: Change SystemDictionary::find() to return an InstanceKlass*.
...
Reviewed-by: iklam, dholmes, coleenp
2021-02-25 21:16:01 +00:00
Doug Simon
d2b9c227e5
8262011: [JVMCI] allow printing to tty from unattached libgraal thread
...
Reviewed-by: kvn, never
2021-02-23 17:01:11 +00:00
Tom Rodriguez
97e1657ba2
8261846: [JVMCI] c2v_iterateFrames can get out of sync with the StackFrameStream
...
Reviewed-by: kvn
2021-02-18 06:35:42 +00:00
Ioi Lam
ffbcf1b0a7
8260471: Change SystemDictionary::X_klass calls to vmClasses::X_klass
...
Reviewed-by: lfoltan, hseigel, dholmes, stuefe
2021-02-02 23:40:29 +00:00
Harold Seigel
38a1201746
8258912: Remove JVM options CountJNICalls and CountJVMCalls
...
Reviewed-by: coleenp, lfoltan, shade
2021-01-14 15:04:31 +00:00
Coleen Phillimore
4c75d14aba
8259374: Make ThreadInVMfromNative have ResetNoHandleMark
...
Reviewed-by: dcubed, pchilanomate
2021-01-12 13:07:21 +00:00
Doug Simon
c50b464a12
8258715: [JVMCI] separate JVMCI code install timers for CompileBroker and hosted compilations
...
Reviewed-by: kvn
2020-12-19 11:17:16 +00:00
Ioi Lam
02a0a027f4
8257563: Remove excessive include of klass.inline.hpp
...
Reviewed-by: dholmes, stuefe, stefank
2020-12-03 01:34:04 +00:00
Ioi Lam
2f06893a29
8252526: Remove excessive inclusion of jvmti.h and jvmtiExport.hpp
...
Reviewed-by: ihse, kbarrett
2020-11-12 01:45:27 +00:00
David Holmes
5dfb42fc68
8255563: Missing NULL checks after JDK-8233624
...
Reviewed-by: kvn
2020-11-06 01:38:10 +00:00
Tom Rodriguez
bc6085b06c
8255578: [JVMCI] be more careful about reflective reads of Class.componentType.
...
Reviewed-by: kvn, dlong
2020-11-02 19:19:48 +00:00
Doug Simon
017d151e11
8254842: [JVMCI] copy thread name when attaching libgraal thread to HotSpot
...
Reviewed-by: kvn, never
2020-10-20 08:38:14 +00:00
Ioi Lam
a098037375
8254365: ciMethod.hpp should not include methodHandles.hpp
...
Reviewed-by: dholmes, coleenp
2020-10-14 04:59:52 +00:00
Erik Österlund
b9873e1833
8253180: ZGC: Implementation of JEP 376: ZGC: Concurrent Thread-Stack Processing
...
Reviewed-by: stefank, pliden, rehn, neliasso, coleenp, smonteith
2020-10-09 08:40:33 +00:00
Ioi Lam
282b9dcfdc
8081833: Clean up JVMFlag getter/setter code
...
Reviewed-by: gziemski, coleenp
2020-09-22 06:04:31 +00:00
Ioi Lam
0a1dc50f54
8253271: vm_version_x86.hpp should not include globals_extension.hpp
...
Reviewed-by: dholmes
2020-09-17 21:32:22 +00:00
Doug Simon
b05290aaea
8252898: remove bulk registration of JFR CompilerPhaseType names
...
Reviewed-by: kvn, jcm
2020-09-14 07:48:59 +00:00
Doug Simon
998ce78e53
8252543: [JVMCI] Libgraal can deadlock in blocking compilation mode
...
Reviewed-by: kvn
2020-09-12 05:26:16 +00:00
David Holmes
976acddeb5
8252406: Introduce Thread::as_Java_thread() convenience function
...
Reviewed-by: shade, coleenp, kbarrett, dcubed
2020-09-11 01:31:32 +00:00
Ioi Lam
dd89c92c50
8251560: Remove excessive header file inclusion from systemDictionary.hpp and others
...
Reviewed-by: coleenp
2020-08-31 08:05:08 -07:00
Coleen Phillimore
9798a0846b
8249837: Avoid direct or implicit Thread::current() calls when we already have a current thread variable
...
Add current thread OR remove unneeded HandleMark
Reviewed-by: kvn, dholmes
2020-07-30 10:41:31 -04:00
Aleksey Shipilev
3349e10b7f
8250612: jvmciCompilerToVM.cpp declares jio_printf with "void" return type, should be "int"
...
Reviewed-by: thartmann, kvn
2020-07-29 09:48:08 +02:00
Doug Simon
f2e69156c8
8250556: revert JVMCI part of JDK-8230395
...
Reviewed-by: never, dholmes
2020-07-27 22:59:27 +02:00
David Holmes
73c75ed838
8249650: Optimize JNIHandle::make_local thread variable usage
...
Reviewed-by: kbarrett, dcubed, kvn, coleenp, sspitsyn
2020-07-22 01:27:08 -04:00
Doug Simon
4e962f9675
8248321: [JVMCI] improve libgraal logging and fatal error handling
...
Reviewed-by: kvn, never
2020-07-02 18:02:20 +02:00
Doug Simon
03d47d58d6
8248359: Update JVMCI
...
Reviewed-by: kvn, never
2020-07-01 12:06:44 +02:00
Tom Rodriguez
29936542ad
8247246: Add explicit ResolvedJavaType.link and expose presence of default methods
...
Reviewed-by: kvn
2020-06-24 10:42:26 -07:00