hg: panama/panama/hotspot: Add sanity check for Vector API class before trying to intrinsify

razvan.a.lupusoru at intel.com razvan.a.lupusoru at intel.com
Tue Nov 28 22:42:54 UTC 2017


Changeset: d7989998489c
Author:    Razvan A Lupusoru <razvan.a.lupusoru at intel.com>
Date:      2017-11-28 14:36 -0800
URL:       http://hg.openjdk.java.net/panama/panama/hotspot/rev/d7989998489c

Add sanity check for Vector API class before trying to intrinsify

Last commit accidentally removed the check that recovered type must
be known Vector API class. This is because mapping information like
type and size must be recovered and this is only possible with a
manual mapping at this time. This check should not be needed when
Vector API intrinsification support is complete.

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



More information about the panama-dev mailing list