On Thu, 14 Sep 2023 13:45:30 GMT, Per Minborg <[email protected]> wrote:
> This PR proposes to use hexadecimal formatting for raw addresses in
> `VarHandleSegmentViewBase`.
src/java.base/share/classes/jdk/internal/foreign/Utils.java line 277:
> 275: }
> 276:
> 277: public static String toHexString(long value) {
This method also exist in another PR which is not merged into the mainline yet.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/15742#discussion_r1325979294
