-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P5
-
Affects Version/s: 21, 23
-
Component/s: hotspot
-
b17
-
x86
-
os_x
The debugging stack traces in `jdk.internal.vm.TranslatedException` do not work in libjvmci because they are enabled via the `jdk.internal.vm.TranslatedException.debug` system property. However, HotSpot system properties are not accessible via `System.getProperty()` in libjvmci.