Message3912

Author pjenvey
Recipients ethan-10gen, pjenvey
Date 2008-12-11.00:30:35
SpamBayes Score 0.0004007445
Marked as misclassified No
Message-id <1228955435.73.0.849060309249.issue1179@psf.upfronthosting.co.za>
In-reply-to
Content
As i understand it JSR/RET bytecodes are basically deprecated in Java 6 
(or is it 5?). I've never seen my 1.5 javac generate them, so before 
looking into this my question is:

What compiler originally compiled Simple.java before you tried to expose 
it? What's the compiler's version, and what is its -target set to?

Basically your javac shouldn't be generating JSR/RET (which it might be 
doing if it's targetting 1.4) if it's going to be used with our Exposer
History
Date User Action Args
2008-12-11 00:30:35pjenveysetmessageid: <1228955435.73.0.849060309249.issue1179@psf.upfronthosting.co.za>
2008-12-11 00:30:35pjenveysetrecipients: + pjenvey, ethan-10gen
2008-12-11 00:30:35pjenveylinkissue1179 messages
2008-12-11 00:30:35pjenveycreate