Changeset: 89f30e02 Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-09-23 16:58:20 +0000 URL: https://git.openjdk.org/loom/commit/89f30e0292900002a7a398df2b352541bf7fe38b
Fix comments ! src/hotspot/cpu/aarch64/smallRegisterMap_aarch64.inline.hpp ! src/hotspot/cpu/arm/smallRegisterMap_arm.inline.hpp ! src/hotspot/cpu/ppc/smallRegisterMap_ppc.inline.hpp ! src/hotspot/cpu/riscv/smallRegisterMap_riscv.inline.hpp ! src/hotspot/cpu/s390/smallRegisterMap_s390.inline.hpp ! src/hotspot/cpu/x86/smallRegisterMap_x86.inline.hpp ! src/hotspot/cpu/zero/smallRegisterMap_zero.inline.hpp ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/runtime/continuationFreezeThaw.cpp Changeset: 9d1e97fd Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-09-24 15:14:59 +0000 URL: https://git.openjdk.org/loom/commit/9d1e97fdfe2b4ca3d03623fabe9d816b246225d8 Fix InterpreterRuntime::resolve_invoke ! src/hotspot/share/interpreter/interpreterRuntime.cpp Changeset: 71c3c31c Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-09-24 15:30:56 +0000 URL: https://git.openjdk.org/loom/commit/71c3c31c2ed09c6c4170a6b51b606b56bbb18ae2 move is_preemptable_call to cpp file ! src/hotspot/share/interpreter/interpreterRuntime.cpp ! src/hotspot/share/interpreter/interpreterRuntime.hpp Changeset: f07678b1 Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-09-24 18:20:07 +0000 URL: https://git.openjdk.org/loom/commit/f07678b1be5339329edb8ae3f433041a5f9df110 Remove exception output from KlassInit.java ! test/jdk/java/lang/Thread/virtual/KlassInit.java Changeset: eec31ea2 Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-09-25 16:45:00 +0000 URL: https://git.openjdk.org/loom/commit/eec31ea221b236c70893c16162c39ae1572d42fd Add extra checks for PreemptedException + NoPreemptMark during throw ! src/hotspot/share/utilities/exceptions.cpp Changeset: cbbc826e Branch: fibers Author: Patricio Chilano Mateo <[email protected]> Date: 2025-10-01 11:47:37 +0000 URL: https://git.openjdk.org/loom/commit/cbbc826eca2743abce54dc1b54ff1cf44a756b82 protect init lock + objmonitor changes ! src/hotspot/share/oops/instanceKlass.cpp ! src/hotspot/share/runtime/objectMonitor.cpp ! src/hotspot/share/runtime/objectMonitor.hpp ! src/hotspot/share/runtime/synchronizer.cpp ! src/hotspot/share/runtime/synchronizer.hpp ! src/hotspot/share/runtime/synchronizer.inline.hpp ! src/hotspot/share/runtime/thread.cpp ! src/hotspot/share/runtime/thread.hpp
