RFR: 8263403: [JVMCI] output written to tty via HotSpotJVMCIRuntime can be garbled
Vladimir Kozlov
kvn at openjdk.java.net
Wed Mar 10 23:38:06 UTC 2021
On Wed, 10 Mar 2021 23:16:59 GMT, Doug Simon <dnsimon at openjdk.org> wrote:
> The HotSpotJVMCIRuntime.writeDebugOutput0 method introduced in JDK-8262011 uses the HotSpot value of Unsafe.ARRAY_BYTE_BASE_OFFSET which is incorrect in the context of libgraal where the SVM value should be used instead. This results in garbled output being written to tty.
@dougxc, your fix is opposite to Description. I am confused.
-------------
PR: https://git.openjdk.java.net/jdk/pull/2928
More information about the hotspot-compiler-dev
mailing list