CDV ❯ Getting verifier errors when instrumenting obfuscated classes
-
Bug
-
Status: Closed
-
2 Major
-
Resolution: Fixed
-
DSO:L1
-
-
hhuynh
-
Reporter: gkeim
-
August 01, 2007
-
0
-
Watchers: 0
-
September 24, 2007
-
August 16, 2007
Description
Users have encountered class verifier errors when instrumenting obfuscated classes, such as com/sun/crypto/provider/SunJCE_m:
http://forums.terracotta.org/forums/posts/list/344.page
The work-around is to exclude those classes from instrumentation:
Comments
Eugene Kuleshov 2007-08-01
Fiona OShea 2007-08-02
Add this exclude to all sample session files and configurator default files etc.
Juris Galang 2007-08-15
I think we could/should be able to always exclude the sun crypto classes by applying the appropriate excludes via the modules-common config-bundle.
Juris Galang 2007-08-15
We could also have a config-bundle specifically for excluding classes that we can not instrument. And make it so that this bundle is always loaded/started when an l1 starts.
In my recollection that happens only on early Sun’s 1.5 JRE and been fixed in later versions…