Open GoogleCodeExporter opened 9 years ago
javassist is even don't mentioned in stack trace, so I'm not sure what I can
bring to them.
BTW, I think -XX:-UseSplitVerifie doesn't cause failure in other tests, it is
just that tests fail when running on Java 7 because some of them require
specific order which was more stable on Java 6.
Original comment by lystoc...@gmail.com
on 3 Feb 2013 at 7:13
Well PowerMock uses Javassist for byte-code manipulation and there has been
some problems with PowerMock and stackmap generation before and the new release
of Javassist seems to have resolved it for most people.
Original comment by johan.ha...@gmail.com
on 3 Feb 2013 at 8:40
I just noticed that I have to use -XX:-UseSplitVerifier, too, to make PowerMock
run on my Java 7 tests. Poor, as it is a vendor-specific option. :-(
I wanted to kindly ask if there is a schedule when to get this working without
that switch? :-)
Original comment by headcrashing
on 13 Feb 2013 at 8:49
Original issue reported on code.google.com by
kurm...@gmail.com
on 6 Nov 2011 at 2:23Attachments: