Message12181

Author jeff.allen
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2018-11-22.07:43:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1542872598.05.0.788709270274.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
I've made a bit of headway using the jrt: file system (thanks Alan), and following the pattern set for classes in JARs. However, asm-5.2 cannot parse classes from the JDK 9 image (see e.g. https://issues.apache.org/jira/browse/WW-4866), which it must in order to read the accessibility information.

For some reason I haven't figured out yet, we are pinned to asm-5.2, as build.xml says:
            <!-- pin to ASM 5.2 until we upgrade compilation -->
However, running with ASM 7.0 seems fine so far (on Java 9).
History
Date User Action Args
2018-11-22 07:43:18jeff.allensetmessageid: <1542872598.05.0.788709270274.issue2362@psf.upfronthosting.co.za>
2018-11-22 07:43:18jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak, zyasoft, darjus, rpan, sfelts, mr, alanb
2018-11-22 07:43:17jeff.allenlinkissue2362 messages
2018-11-22 07:43:17jeff.allencreate