Skip to content

Native Method “doubleToRawLongBits” and "longBitsToDouble" Issue #2

@Moqi01

Description

@Moqi01

case ("java/lang/Double", "doubleToRawLongBits", "(D)J"):
JavaHelper.ReturnLargeValue((args[1], args[0]).ToLong());

case ("java/lang/Double", "longBitsToDouble", "(J)D"):
JavaHelper.ReturnLargeValue((args[1], args[0]).ToLong());

This value high and low are reversed in JavaHelper.ReturnLargeValue method,
Is this value reversed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions