Running on JDK 1.7 was: hg/truffle: 4 new changesets

Jaroslav Tulach jaroslav.tulach at oracle.com
Thu Sep 24 07:35:55 UTC 2015


Thanks a lot Andreas for these fixes. Now the Truffle API can truly be used on 
JDK 1.7!

### Wednesday 23 of September 2015, 23:59:48 @ SSW Notification Service ###
> details:	http://lafo.ssw.uni-linz.ac.at/hg/truffle/rev/d4ae4fc66ff9
> changeset:	22188:d4ae4fc66ff9
> user:	Andreas Woess <andreas.woess at oracle.com>
> date:	Wed Sep 23 21:55:09 2015 +0200
> description:
> Method.getParameterCount does not exist in Java 7

This is exactly the "1.7.5 compatibility" one gets when compiling on JDK8 but 
using -source 1.7 that Gilles was referring to recently. Of course such code 
couldn't run on JDK7, but hopefully we'll never regress now when each commit 
is really compiled on JDK7 to verify real "1.7 compatibility".

> details:	http://lafo.ssw.uni-linz.ac.at/hg/truffle/rev/fe7032676e60
> changeset:	22189:fe7032676e60
> user:	Andreas Woess <andreas.woess at oracle.com>
> date:	Wed Sep 23 21:55:37 2015 +0200
> description:
> remove truffle.api.script.*

Thanks for removing this class. It was an old idea of integrating JPDA 
debuggers with Truffle, but now, when we have 
http://lafo.ssw.uni-linz.ac.at/javadoc/truffle/latest/com/oracle/truffle/api/debug/Debugger.html
it is no longer need.

Thanks again for your help.
-jt
 
> details:	http://lafo.ssw.uni-linz.ac.at/hg/truffle/rev/6050fb3fc842
> changeset:	22190:6050fb3fc842
> user:	Andreas Woess <andreas.woess at oracle.com>
> date:	Wed Sep 23 23:38:44 2015 +0200
> description:
> SL: fix rawtypes in Scanner
> 
> details:	http://lafo.ssw.uni-linz.ac.at/hg/truffle/rev/93a6b7597937
> changeset:	22191:93a6b7597937
> user:	Andreas Woess <andreas.woess at oracle.com>
> date:	Wed Sep 23 23:55:03 2015 +0200
> description:
> work around javac deprecation warning



More information about the graal-dev mailing list