-
Bug
-
Resolution: Fixed
-
P5
-
21, 23
-
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.