hi, I just ran into the same thing.  But I have managed to solve it eventually..

The problem is, that hiddenValue is not a public field, so the MyApp.java 
should call getDeclaredField instead of getField.

And the fact that javap doesn't see it, is because it reads the String.class 
from the rt.jar.
If you call javap -bootclasspath <path.to.new.string> java.lang.String then you 
will see the 'hiddenValue' field


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4163224#4163224

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4163224
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to