I confirm this exception. Making change from CallSiteImpl to CallSite
works fine for me.

Best regards,

Chanwit

On Tue, Apr 28, 2009 at 4:03 PM, Rémi Forax <[email protected]> wrote:
> Hi John, hi all,
> I was trying to use the build from the hotspot repository (not the mlvm one)
> with the jdk classes from the mlvm repository.
>
> It works with one exception, the hotspot code look for a method
> to create a call site
> java.dyn.CallSite.makeSite(Ljava/lang/Class;Ljava/lang/String;Ljava/dyn/MethodType;II)Ljava/dyn/CallSite;
>
> but in the current jdk code, the method makeSite() has a different
> return type:
> sun.dyn.CallSiteImpl.makeSite(Ljava/lang/Class;Ljava/lang/String;Ljava/dyn/MethodType;II)Ljava/dyn/CallSite;
>
> perhaps this mismatch is already corrected in the mlvm hotspot code.
>
> Rémi
>
> _______________________________________________
> mlvm-dev mailing list
> [email protected]
> http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev
>



-- 
Chanwit Kaewkasi
PhD Candidate,
Centre for Novel Computing
School of Computer Science
The University of Manchester
Oxford Road
Manchester
M13 9PL, UK
_______________________________________________
mlvm-dev mailing list
[email protected]
http://mail.openjdk.java.net/mailman/listinfo/mlvm-dev

Reply via email to