On Wed, 3 Apr 2024 19:57:21 GMT, Tomáš Zezula <d...@openjdk.org> wrote:

>> Problem:
>> 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.
>> 
>> Fix:
>> The value of `jdk.internal.vm.TranslatedException.debug` is passed from the 
>> VM via a boolean flag to `VMSupport::decodeAndThrowThrowable()`.
>
> Tomáš Zezula has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   JDK-8329564: Fixed vmSymbols.hpp formatting.

Marked as reviewed by dnsimon (Reviewer).

-------------

PR Review: https://git.openjdk.org/jdk/pull/18591#pullrequestreview-1977858058

Reply via email to