Smita Kamath
0e7288ffbf
8267125: AES Galois CounterMode (GCM) interleaved implementation using AVX512 + VAES instructions
...
Co-authored-by: Smita Kamath <svkamath@openjdk.org>
Co-authored-by: Tomasz Kantecki <tomasz.kantecki@intel.com>
Co-authored-by: Anthony Scarpino <ascarpino@openjdk.org>
Reviewed-by: kvn, valeriep
2021-08-24 18:48: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
Ioi Lam
357947acd8
8270061: Change parameter order of ResourceHashtable
...
Reviewed-by: coleenp, stuefe
2021-07-28 20:39:16 +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
Doug Simon
14da658d1c
8270453: [JVMCI] remove duplicates in vmStructs_jvmci.cpp
...
Reviewed-by: kvn
2021-07-14 17:47:08 +00:00
Andreas Woess
b1bb05bcf4
8269592: [JVMCI] Optimize c2v_iterateFrames
...
Reviewed-by: kvn, never, dlong
2021-07-14 17:32:55 +00:00
Doug Simon
a6b253d85c
8269416: [JVMCI] capture libjvmci crash data to a file
...
Reviewed-by: kvn, dholmes
2021-06-30 12:33:06 +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
Patricio Chilano Mateo
2fd7943ec1
8256425: Obsolete Biased Locking in JDK 18
...
Reviewed-by: kvn, dholmes, dcubed, rrich
2021-06-24 18:54:41 +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
b41f3f8ed5
8268478: JVMCI tests failing after JDK-8268052
...
Reviewed-by: kvn, eosterlund
2021-06-09 23:04:45 +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
Albert Mingkun Yang
a52a08d20b
8267916: Adopt cast notation for CompilerThread conversions
...
Reviewed-by: kbarrett, iklam, dholmes
2021-06-03 08:21:39 +00:00
Stefan Karlsson
64f0f68958
8267464: Circular-dependency resilient inline headers
...
Reviewed-by: kbarrett, eosterlund, dholmes, kvn
2021-05-31 08:59:19 +00:00
Xubo Zhang
8e3549fc73
8266332: Adler32 intrinsic for x86 64-bit platforms
...
Co-authored-by: Xubo Zhang <xubo.zhang@intel.com>
Co-authored-by: Greg B Tucker <greg.b.tucker@intel.com>
Co-authored-by: Pengfei Li <pli@openjdk.org>
Reviewed-by: sviswanathan, jbhateja, kvn, neliasso
2021-05-19 23:44:23 +00:00
Albert Mingkun Yang
99fcc410a7
8234532: Remove ThreadLocalAllocBuffer::_fast_refill_waste since it is never set
...
Reviewed-by: tschatzl, sjohanss, pliden, sspitsyn
2021-05-19 17:02:39 +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
Doug Simon
f3b510b9aa
8266923: [JVMCI] expose StackOverflow::_stack_overflow_limit to JVMCI
...
Reviewed-by: kvn
2021-05-12 08:47:36 +00:00
Aleksey Shipilev
a90b33a955
8266573: Make sure blackholes are tagged for all JVMCI paths
...
Reviewed-by: never
2021-05-06 16:42:06 +00:00
Aleksey Shipilev
6018336fc5
8259316: [REDO] C1/C2 compiler support for blackholes
...
Reviewed-by: vlivanov, kvn, iignatyev
2021-05-05 14:27:21 +00:00
Patricio Chilano Mateo
5634f206e5
8265932: Move safepoint related fields from class Thread to JavaThread
...
Reviewed-by: coleenp, dholmes
2021-04-27 16:53:25 +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
5aed446e20
8265403: consolidate definition of CPU features
...
Reviewed-by: kvn, iklam
2021-04-23 23:32:41 +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
David Holmes
79bff21b43
8263709: Cleanup THREAD/TRAPS/CHECK usage in JRT_ENTRY routines
...
Reviewed-by: coleenp, hseigel, iklam, kvn
2021-04-15 02:20:31 +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
627ad9fe22
8262328: Templatize JVMFlag boilerplate access methods
...
Reviewed-by: dholmes, gziemski
2021-04-10 15:39:27 +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
Ioi Lam
c3abdc9aad
8264797: Do not include klassVtable.hpp from instanceKlass.hpp
...
Reviewed-by: coleenp, stefank
2021-04-07 03:44:56 +00:00
Vladimir Ivanov
80681b5470
8264546: Dependencies: Context class is always an InstanceKlass
...
Reviewed-by: kvn
2021-04-01 12:56:19 +00:00
Tom Rodriguez
182b11c31a
8264016: [JVMCI] add some thread local fields for use by JVMCI
...
Reviewed-by: dholmes, iklam, coleenp
2021-03-30 04:26:56 +00:00
Coleen Phillimore
507b690f88
8264126: Remove TRAPS/THREAD parameter for class loading functions
...
Reviewed-by: ccheung, iklam, dholmes
2021-03-26 13:11:34 +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
a79f095697
8263721: Unify oop casting
...
Reviewed-by: kbarrett, coleenp
2021-03-24 10:28:38 +00:00
Tom Rodriguez
6b4c654186
8263776: [JVMCI] add helper to perform Java upcalls
...
Reviewed-by: kvn
2021-03-23 05:48:20 +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
David Holmes
c6d74bd933
8262910: Cleanup THREAD/TRAPS/naming and typing issues in ObjectMonitor and related code
...
Reviewed-by: coleenp, pchilanomate, dcubed, cjplummer, sspitsyn
2021-03-10 22:33:56 +00:00
Roland Westrelin
6baecf39d5
8259937: guarantee(loc != NULL) failed: missing saved register with native invoker
...
Reviewed-by: kvn, jvernee, vlivanov
2021-03-01 15:11:25 +00:00
Harold Seigel
05c11bcb32
8262426: Change TRAPS to Thread* for find_constrained_instance_or_array_klass()
...
Reviewed-by: coleenp
2021-02-26 15:56:16 +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
235da6aa04
8261672: Reduce inclusion of classLoaderData.hpp
...
Reviewed-by: lfoltan, coleenp
2021-02-13 07:13:22 +00:00