RFR: 8316196: VarHandleSegmentViewBase::newIllegalArg... to use hexadecimal form
Per Minborg
pminborg at openjdk.org
Thu Sep 14 13:53:53 UTC 2023
On Thu, 14 Sep 2023 13:45:30 GMT, Per Minborg <pminborg at openjdk.org> 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
More information about the core-libs-dev
mailing list