Ioi Lam
95137580b8
8374662: Remove unused type check functions from javaClasses.hpp
...
Reviewed-by: jsjolen
2026-01-08 05:31:06 +00:00
Patricio Chilano Mateo
e534ee9932
8364343: Virtual Thread transition management needs to be independent of JVM TI
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Reviewed-by: coleenp, dholmes, sspitsyn
2025-12-03 20:01:45 +00:00
Coleen Phillimore
36daa2650d
8371860: Make non-public methods in java_lang_Class private
...
Reviewed-by: kbarrett, fparain
2025-11-14 14:12:27 +00:00
Patricio Chilano Mateo
c6a88155b5
8369238: Allow virtual thread preemption on some common class initialization paths
...
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Reviewed-by: sspitsyn, dholmes, coleenp, fbredberg
2025-11-04 23:32:41 +00:00
Ioi Lam
fd30ae988b
8350550: Preload classes from AOT cache during VM bootstrap
...
Reviewed-by: kvn, heidinga, asmehra
2025-09-23 14:43:16 +00:00
Paul Hübner
b75e35cb94
8365858: FilteredJavaFieldStream is unnecessary
...
Reviewed-by: liach, jsjolen, coleenp, amenkov
2025-09-16 19:17:53 +00:00
Ioi Lam
2425584849
8367142: Avoid InstanceKlass::cast when converting java mirror to InstanceKlass
...
Reviewed-by: dholmes, coleenp
2025-09-16 01:04:48 +00:00
Alex Menkov
ecbdd3405a
8361103: java_lang_Thread::async_get_stack_trace does not properly protect JavaThread
...
Reviewed-by: sspitsyn, dholmes
2025-08-13 18:24:56 +00:00
Coleen Phillimore
ee3665bca0
8364187: Make getClassAccessFlagsRaw non-native
...
Reviewed-by: thartmann, rriggs, liach
2025-08-01 15:21:45 +00:00
Coleen Phillimore
c413549eb7
8349860: Make Class.isArray(), Class.isInterface() and Class.isPrimitive() non-native
...
Reviewed-by: dlong, rriggs, vlivanov, yzheng, liach
2025-02-25 12:35:54 +00:00
Coleen Phillimore
ed17c55ea3
8349145: Make Class.getProtectionDomain() non-native
...
Reviewed-by: liach, dholmes, yzheng
2025-02-12 12:04:40 +00:00
Coleen Phillimore
c9cadbd23f
8346567: Make Class.getModifiers() non-native
...
Reviewed-by: alanb, vlivanov, yzheng, dlong
2025-02-10 12:44:30 +00:00
Axel Boldt-Christmas
14136f8b11
8347564: ZGC: Crash in DependencyContext::clean_unloading_dependents
...
Reviewed-by: eosterlund, stefank, vlivanov
2025-01-30 08:33:16 +00:00
Ioi Lam
be1cdd9450
8344140: Refactor the discovery of AOT cache artifacts
...
Reviewed-by: ccheung, asmehra
2025-01-15 04:32:47 +00:00
Patricio Chilano Mateo
f636674889
8344247: Move objectWaiter field to VirtualThread instance
...
Reviewed-by: dholmes, coleenp
2024-11-18 20:48:09 +00:00
Coleen Phillimore
dfddbcaab8
8341916: Remove ProtectionDomain related hotspot code and tests
...
Reviewed-by: dholmes, iklam, jrose
2024-11-18 12:48:40 +00:00
Ioi Lam
41a2d49f0a
8331497: Implement JEP 483: Ahead-of-Time Class Loading & Linking
...
Reviewed-by: jrose, kvn, heidinga, asmehra, vlivanov
2024-11-15 22:28:54 +00:00
Casper Norrbin
75c651f859
8327156: Avoid copying in StringTable::intern(oop, TRAPS)
...
8326865: Avoid copying in StringTable::intern(Symbol*, TRAPS)
8327825: StringTable::intern is slow
Reviewed-by: dholmes, coleenp, jsjolen
2024-11-15 11:28:02 +00:00
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
Patricio Chilano Mateo
78b80150e0
8338383: Implement JEP 491: Synchronize Virtual Threads without Pinning
...
Co-authored-by: Patricio Chilano Mateo <pchilanomate@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Fei Yang <fyang@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Richard Reingruber <rrich@openjdk.org>
Co-authored-by: Martin Doerr <mdoerr@openjdk.org>
Reviewed-by: aboldtch, dholmes, coleenp, fbredberg, dlong, sspitsyn
2024-11-12 15:23:48 +00:00
Mandy Chung
d6eddcdaf9
8327624: Remove VM implementation that bypass verification for core reflection
...
Reviewed-by: liach, dholmes, jrose, alanb, mli
2024-10-22 18:14:37 +00:00
David Holmes
a4962ace4d
8338257: UTF8 lengths should be size_t not int
...
Reviewed-by: stuefe, coleenp, dlong
2024-08-29 20:38:52 +00:00
Coleen Phillimore
41e31d6b0a
8337622: IllegalArgumentException in java.lang.reflect.Field.get
...
Reviewed-by: dholmes, shade
2024-08-12 17:56:46 +00:00
David Holmes
10fcad70b3
8325945: Error reporting should limit the number of String characters printed
...
Reviewed-by: thartmann, stuefe
2024-07-19 06:23:11 +00:00
Chen Liang
39f4476813
8334772: Change Class::signers to an explicit field
...
Reviewed-by: dholmes, alanb, rriggs, coleenp
2024-07-18 22:22:59 +00:00
Coleen Phillimore
b3bf31a0a0
8333542: Breakpoint in parallel code does not work
...
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Reviewed-by: dholmes, vlivanov
2024-06-25 19:50:58 +00:00
David Holmes
8de2f6f883
8319851: Improve exception logging
...
Reviewed-by: rhalade, matsaave, coleenp
2024-04-16 11:17:05 +05:30
Serguei Spitsyn
6eea5d6755
8325187: JVMTI GetThreadState says virtual thread is JVMTI_THREAD_STATE_INTERRUPTED when it no longer is
...
Reviewed-by: dholmes, alanb
2024-03-19 08:27:55 +00:00
Alan Bateman
29d7a22348
8321270: Virtual Thread.yield consumes parking permit
...
Reviewed-by: sspitsyn
2023-12-07 11:41:41 +00:00
Ioi Lam
52073b27a3
8316994: Avoid modifying ClassLoader and Module objects during -Xshare:dump
...
Reviewed-by: matsaave, ccheung
2023-09-28 01:47:54 +00:00
Alan Bateman
4461eeb31d
8312498: Thread::getState and JVM TI GetThreadState should return TIMED_WAITING virtual thread is timed parked
...
Reviewed-by: sspitsyn, rpressler
2023-09-19 10:58:12 +00:00
Kim Barrett
b482e6d902
8315580: Remove unused java_lang_String::set_value_raw()
...
Reviewed-by: shade, ayang
2023-09-09 01:28:20 +00:00
Mandy Chung
111ecdbaf5
8268829: Provide an optimized way to walk the stack with Class object only
...
8210375: StackWalker::getCallerClass throws UnsupportedOperationException
Reviewed-by: coleenp, dfuchs, bchristi
2023-09-07 21:37:40 +00:00
Ioi Lam
581f90e242
8311604: Simplify NOCOOPS requested addresses for archived heap objects
...
Reviewed-by: ccheung
2023-07-09 15:18:46 +00:00
Ioi Lam
bfcca5eff9
8310494: Do not include constantPool.hpp from instanceKlass.hpp
...
Reviewed-by: stefank, coleenp
2023-06-23 19:42:57 +00:00
Mandy Chung
9bfe415f66
8305104: Remove the old core reflection implementation
...
Reviewed-by: dholmes, alanb
2023-06-13 19:41:38 +00:00
Daniel D. Daugherty
ceca198ef2
8307068: store a JavaThread* in the java.lang.Thread object after the JavaThread* is added to the main ThreadsList
...
Reviewed-by: dholmes, rehn, apangin
2023-05-13 14:41:19 +00:00
Alan Bateman
2586f36120
8304919: Implementation of Virtual Threads
...
Reviewed-by: lmesnik, cjplummer, psandoz, mchung, sspitsyn, jpai
2023-04-11 05:49:54 +00:00
Serguei Spitsyn
a1a9ec6e46
8297286: runtime/vthread tests crashing after JDK-8296324
...
Reviewed-by: lmesnik, pchilanomate, cjplummer
2023-04-04 00:46:43 +00:00
Serguei Spitsyn
bc0ed730f2
8304303: implement VirtualThread class notifyJvmti methods as C2 intrinsics
...
Reviewed-by: vlivanov, lmesnik
2023-03-20 19:55:16 +00:00
Ilarion Nakonechnyy
5685107579
8302491: NoClassDefFoundError omits the original cause of an error
...
Reviewed-by: coleenp, dholmes
2023-03-13 17:26:25 +00:00
David Holmes
e26cc52600
8303624: The java.lang.Thread.FieldHolder can be null for JNI attaching threads
...
Reviewed-by: alanb, dcubed
2023-03-10 03:08:26 +00:00
Yudi Zheng
4d4eadeae3
8302452: [JVMCI] Export _poly1305_processBlocks, JfrThreadLocal fields to JVMCI compiler.
...
Reviewed-by: dnsimon, never
2023-03-07 18:44:01 +00:00
Serguei Spitsyn
13b1ebba27
8298853: JvmtiVTMSTransitionDisabler should support disabling one virtual thread transitions
...
Reviewed-by: pchilanomate, lmesnik
2023-02-14 01:28:42 +00:00
Johan Sjölen
49ff52087b
8300241: Replace NULL with nullptr in share/classfile/
...
Reviewed-by: coleenp, iklam
2023-01-27 16:15:29 +00:00
Ioi Lam
7bcd5f418c
8297914: Remove java_lang_Class::process_archived_mirror()
...
Reviewed-by: ccheung
2023-01-15 20:30:31 +00:00
Claes Redestad
48c8fb39a7
8299978: Remove MethodHandleNatives.getMembers
...
Reviewed-by: jvernee, mchung
2023-01-12 13:39:59 +00:00
Erik Österlund
c32a34c2e5
8299072: java_lang_ref_Reference::clear_referent should be GC agnostic
...
Co-authored-by: Axel Boldt-Christmas <aboldtch@openjdk.org>
Reviewed-by: dholmes, shade, kbarrett
2023-01-04 14:49:44 +00:00
Andrew Haley
221e1a4260
8286666: JEP 429: Implementation of Scoped Values (Incubator)
...
Reviewed-by: psandoz, dlong, alanb, mcimadamore
2022-12-07 10:14:06 +00:00
Jorn Vernee
0452c39fec
8296477: Foreign linker implementation update following JEP 434
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Co-authored-by: Per Minborg <pminborg@openjdk.org>
Reviewed-by: rehn, mcimadamore, vlivanov
2022-12-05 14:47:12 +00:00