Re: [Jamvm-general] Error initialising VM (initialiseAccess) --with-java-runtime-library=openjdk7
Brought to you by:
rlougher
From: Xerxes R. <xe...@za...> - 2013-04-15 11:47:32
|
Xerxes Rånby wrote: > > > Xerxes Rånby wrote: >> >> >> Xerxes Rånby wrote: >>> >>> The attached patch fix Error initialising VM (initialiseAccess) >>> when using JamVM in combination with OpenJDK 6 or 7 >>> that do not provide JSR 292 Lambda access >>> >> >> I tealised i made a mistake with the first patch.. >> posting a fixed patch below that still use the openjdk >> classlibAccessCheck. >> > > Third attempt... > I only want to put the JSR292 ifdef's around magic_lambda while keeping > magic_accessor. > How to place the ifdefs in access.c to make it still look good is > questionable. > At least I believe its functionally correct now for OpenJDK 6 and 7 users. > Xerxes > Thank you Robert I can verify that this issue is now fixed: http://git.berlios.de/cgi-bin/cgit.cgi/jamvm/commit/?id=b37d7947af4a30da275ec8edb6a730850a51a5d9 - JSR 292: make access.c conditional on JSR292 macro -- View this message in context: http://old.nabble.com/Error-initialising-VM-%28initialiseAccess%29---with-java-runtime-library%3Dopenjdk7-tp35289028p35296144.html Sent from the JamVM mailing list archive at Nabble.com. |