Mistmatch hotspot/jdk when calling sun.dyn.CallSiteImpl.makeSite
Chanwit Kaewkasi
chanwit at gmail.com
Tue Apr 28 08:02:11 PDT 2009
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 <forax at univ-mlv.fr> 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
> mlvm-dev at openjdk.java.net
> 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
More information about the mlvm-dev
mailing list