Bug 485176

Summary: New JDK 9 snapshots use a version identifier of 9 not 1.9
Product: [Tools] AspectJ Reporter: Andrew Clement <aclement>
Component: CompilerAssignee: aspectj inbox <aspectj-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: DEVELOPMENT   
Target Milestone: 1.8.8   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

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.