This content has been marked as final.
Show 6 replies
-
1. Re: Using JDK 8 features in naryana
tomjenkinson Jun 5, 2015 10:52 AM (in response to mmusgrov)It looks like JDK7 is what is supported on Android: https://developer.android.com/sdk/index.html
Personally I think we should keep compatibility levels the same for existing features but should consider JDK8 language facilities for new features. This will help if we need to backport bug fixes.
-
2. Re: Using JDK 8 features in naryana
tomjenkinson Jun 9, 2015 9:35 AM (in response to tomjenkinson)Lets go with:
New features - can use JDK8
Bug fixes to existing supported features - use JDK7
-
3. Re: Using JDK 8 features in naryana
mmusgrov Jun 12, 2015 9:13 AM (in response to tomjenkinson)We have an issue (JBTM-2432) that means we can only test against the IBM J9 JVM on Java7 only so if we start using Java 8 features then we will no longer be able to run the IMB jdk CI job.
-
4. Re: Using JDK 8 features in naryana
marklittle Jun 16, 2015 6:24 AM (in response to mmusgrov)Isn't there a J9 that runs on Java8?
-
5. Re: Using JDK 8 features in naryana
tomjenkinson Jun 16, 2015 7:08 AM (in response to marklittle)I think there is. Mike, I updated JBTM-2432 with how to access it on Chrome
-
6. Re: Using JDK 8 features in naryana
marklittle Jun 16, 2015 7:19 AM (in response to tomjenkinson)Yeah, I think there is too.