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
Stefan Johansson
eea1a8a95e
8297427: Avoid keeping class loaders alive when executing ClassLoaderStatsVMOperation
...
Reviewed-by: eosterlund, stefank
2022-12-01 10:30:14 +00:00
Coleen Phillimore
d8c809b196
8296492: Remove ObjectLocker in JVMTI get_subgroups call
...
Reviewed-by: dholmes, alanb, sspitsyn
2022-11-17 11:58:00 +00:00
Ioi Lam
3f4964f83d
8293291: Simplify relocation of native pointers in archive heap
...
Reviewed-by: ccheung, coleenp
2022-10-19 04:57:56 +00:00
David Holmes
763d4bf074
8293592: Remove JVM_StopThread, stillborn, and related cleanup
...
Reviewed-by: alanb, sspitsyn, rehn, coleenp
2022-09-27 21:03:50 +00:00
Axel Boldt-Christmas
32f4dc8403
8293295: Add type check asserts to java_lang_ref_Reference accessors
...
Reviewed-by: stefank, kbarrett, coleenp
2022-09-05 08:34:13 +00:00
Ioi Lam
64782a7524
8288623: Move Continuation classes out of javaClasses.hpp
...
Reviewed-by: stefank, coleenp
2022-06-24 04:29:48 +00:00
Coleen Phillimore
cf4a4966a8
8288064: Class initialization locking
...
Reviewed-by: rehn, vlivanov
2022-06-16 12:38:06 +00:00
Aleksey Shipilev
ce5ae51773
8287637: Loom: Mismatched VirtualThread::state accessor
...
Reviewed-by: alanb
2022-06-03 16:43:45 +00:00
Jorn Vernee
7becf13e61
8286825: Linker naming cleanup
...
Reviewed-by: mcimadamore, rehn
2022-05-23 10:03:28 +00:00
Aleksey Shipilev
9008cfad45
8287044: Loom: Incorrect StackChunk::pc accessors
...
Reviewed-by: rpressler, coleenp
2022-05-23 05:40:34 +00:00
Jorn Vernee
81e4bdbe13
8283689: Update the foreign linker VM implementation
...
Co-authored-by: Jorn Vernee <jvernee@openjdk.org>
Co-authored-by: Nick Gasson <ngasson@openjdk.org>
Reviewed-by: mcimadamore, vlivanov, rehn
2022-05-18 09:49:55 +00:00
Alan Bateman
9583e3657e
8284161: Implementation of Virtual Threads (Preview)
...
Co-authored-by: Ron Pressler <rpressler@openjdk.org>
Co-authored-by: Alan Bateman <alanb@openjdk.org>
Co-authored-by: Erik Österlund <eosterlund@openjdk.org>
Co-authored-by: Andrew Haley <aph@openjdk.org>
Co-authored-by: Rickard Bäckman <rbackman@openjdk.org>
Co-authored-by: Markus Grönlund <mgronlun@openjdk.org>
Co-authored-by: Leonid Mesnik <lmesnik@openjdk.org>
Co-authored-by: Serguei Spitsyn <sspitsyn@openjdk.org>
Co-authored-by: Chris Plummer <cjplummer@openjdk.org>
Co-authored-by: Coleen Phillimore <coleenp@openjdk.org>
Co-authored-by: Robbin Ehn <rehn@openjdk.org>
Co-authored-by: Stefan Karlsson <stefank@openjdk.org>
Co-authored-by: Thomas Schatzl <tschatzl@openjdk.org>
Co-authored-by: Sergey Kuksenko <skuksenko@openjdk.org>
Reviewed-by: lancea, eosterlund, rehn, sspitsyn, stefank, tschatzl, dfuchs, lmesnik, dcubed, kevinw, amenkov, dlong, mchung, psandoz, bpb, coleenp, smarks, egahlin, mseledtsov, coffeys, darcy
2022-05-07 08:06:16 +00:00
Stefan Karlsson
93be099ccb
4718400
: Many quantities are held as signed that should be unsigned
...
Reviewed-by: coleenp, rbackman, dholmes
2021-10-27 13:23:24 +00:00
Albert Mingkun Yang
594e5161b4
8272778: Consolidate is_instance and is_instance_inlined in java_lang_String
...
Reviewed-by: coleenp, redestad
2021-08-23 14:00:31 +00:00
Coleen Phillimore
464e874a5c
8048190: NoClassDefFoundError omits original ExceptionInInitializerError
...
Reviewed-by: dholmes, iklam
2021-08-12 13:45:36 +00:00
Roman Kennke
a86ac0d1e3
8271939
: Clean up primitive raw accessors in oopDesc
...
Reviewed-by: stefank, tschatzl
2021-08-09 10:31:31 +00:00
Ioi Lam
1ebd9469db
8270333: -XX:+VerifyStringTableAtExit should not do linear search
...
Reviewed-by: dholmes, minqi
2021-07-15 05:15:24 +00:00
Coleen Phillimore
af13fe1107
8267870: Remove unnecessary char_converter during class loading
...
Reviewed-by: dholmes, iklam
2021-06-16 12:41:51 +00:00