hg: panama/panama/hotspot: Vector API: Derive return box type from receiver

razvan.a.lupusoru at intel.com razvan.a.lupusoru at intel.com
Tue Oct 17 23:40:33 UTC 2017


Changeset: dc5066fda001
Author:    Razvan A Lupusoru <razvan.a.lupusoru at intel.com>
Date:      2017-10-17 15:07 -0700
URL:       http://hg.openjdk.java.net/panama/panama/hotspot/rev/dc5066fda001

Vector API: Derive return box type from receiver

Currently, Vector API requires for the type profile to be adequate to recover
types from return profile. This means using -XX:TypeProfileLevel=121.
However, it is possible to recover type from receiver by deriving it based
on method and receiver type.

! src/share/vm/opto/library_call.cpp



More information about the panama-dev mailing list