hg: valhalla/valhalla: 8206110: [lworld] TestIntrinsics fails with 'Not a Java pointer' with -Xcomp
Tobias Hartmann
tobias.hartmann at oracle.com
Fri Jun 29 12:27:36 UTC 2018
The problem was that 'obj' can be constant NULL, we should only check the type with is_oopptr()
after null checking.
Best regards,
Tobias
On 29.06.2018 14:25, tobias.hartmann at oracle.com wrote:
> Changeset: b9d1c33c2a0f
> Author: thartmann
> Date: 2018-06-29 14:25 +0200
> URL: http://hg.openjdk.java.net/valhalla/valhalla/rev/b9d1c33c2a0f
>
> 8206110: [lworld] TestIntrinsics fails with 'Not a Java pointer' with -Xcomp
>
> ! src/hotspot/share/opto/library_call.cpp
>
More information about the valhalla-dev
mailing list