Duby dynamic dispatch has landed!

forum at x9c.fr forum at x9c.fr
Wed Apr 7 09:52:34 PDT 2010


Le 5 avr. 2010 à 04:56, Stephen Bannasch a écrit :

> At 10:41 PM +0200 4/2/10, Attila Szegedi wrote:
>> So I decided to throw in the towel, and use Stephen Bannasch's excellent "update.sh" from<http://gist.github.com/raw/243072/c2e862bec37bde76f904cbed53b4e95f6ddd6c52/update.sh>
>> 
>> It now bombs with:
>> 
>> /Users/aszegedi/Documents/projects/openjdk/bsd-port/hotspot/src/share/vm/opto/runtime.cpp: In static member function 'static u_char* OptoRuntime::rethrow_C(oopDesc*, JavaThread*, u_char*)':
>> /Users/aszegedi/Documents/projects/openjdk/bsd-port/hotspot/src/share/vm/opto/runtime.cpp:955: error: no matching function for call to 'SharedRuntime::raw_exception_handler_for_return_address(JavaThread*&, u_char*&)'
>> /Users/aszegedi/Documents/projects/openjdk/bsd-port/hotspot/src/share/vm/runtime/sharedRuntime.hpp:101: note: candidates are: static u_char* SharedRuntime::raw_exception_handler_for_return_address(u_char*)
>> make[6]: *** [runtime.o] Error 1
>> make[6]: *** Waiting for unfinished jobs....
>> make[5]: *** [the_vm] Error 2
>> make[4]: *** [product] Error 2
>> make[3]: *** [generic_build2] Error 2
>> make[2]: *** [product] Error 2
>> make[1]: *** [hotspot-build] Error 2
>> make: *** [build_product_image] Error 2
>> 
>> Digging backwards I can see this:
>> 
>> + (cd sources/hotspot; hg qpush -a)
>> abort: local changes found, refresh first
>> *** Exit status 255.
>> 
>> Does this mean that the current MLVM hotspot patches can't be applied to the tip of the bsd-port/hotspot?
>> (Or am I doing something wrong?)
> 
> Hi Attila,
> 
> I've had that problem in the past. I think if I took the time to understand hg better the issue would be pretty clear. I solvedthe problem by recreating my local source repo (and added the instructions for doing this as comments in update.sh). Since then I have not had any errors where I couldn't update because of local changes.
> 
> There have been times when the bsd-port code hasn't built properly for a while on 10.5 but that isn't the case now.
> 
> I just built the latest bsd-port w/mlvm patches and it seems to work.
> 
> I've uploaded a copy here:
>  http://www.concord.org/~sbannasch/mlvm/java-1.7.0-internal-2010_04_04.tar.gz

Thanks for the build, it is saving me a great amount of time.
I just stumbled upon a compiler exception, and do not know where it should be reported.
I know that bugs against official releases should be reported to
	http://java.sun.com/webapps/bugreport
but what about bugs against mlvm ?

Just for the record, here is the program raising the compiler exception:
	public class C {
		public Object test(java.dyn.MethodHandle mh) throws Throwable {
			return mh.<Object, Object>invokeExact(null);
		}
	}


Thanks in advance for any insight,

Xavier Clerc


More information about the mlvm-dev mailing list