Integrated: 8263403: [JVMCI] output written to tty via HotSpotJVMCIRuntime can be garbled

Doug Simon dnsimon at openjdk.java.net
Thu Mar 11 21:00:09 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.

This pull request has now been integrated.

Changeset: f3bd801a
Author:    Doug Simon <dnsimon at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/f3bd801a
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8263403: [JVMCI] output written to tty via HotSpotJVMCIRuntime can be garbled

Reviewed-by: kvn, never

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

PR: https://git.openjdk.java.net/jdk/pull/2928


More information about the hotspot-compiler-dev mailing list