Bug 485176 - New JDK 9 snapshots use a version identifier of 9 not 1.9
Summary: New JDK 9 snapshots use a version identifier of 9 not 1.9
Status: RESOLVED FIXED
Alias: None
Product: AspectJ
Classification: Tools
Component: Compiler (show other bugs)
Version: DEVELOPMENT   Edit
Hardware: PC Mac OS X
: P3 normal (vote)
Target Milestone: 1.8.8   Edit
Assignee: aspectj inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-04 14:14 EST by Andrew Clement CLA
Modified: 2016-01-05 16:10 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Clement CLA 2016-01-04 14:14:05 EST
beta 99 of JDK 9 has a vm version of 9 - the places where we parse the version in the  compiler/weaver need adjusting to cope with this change.
Comment 1 Andrew Clement CLA 2016-01-05 16:10:46 EST
The earlyJava9 branch has been updated to handle this alternate version naming scheme.