I am trying to use JVMTI to instrument the bytecode of all classes up to java.lang.Object. I need this so I can have a plain constructor (with some special signature) that does not do anything besides calling a superclass constructor that also does nothing (I want to simulate the ...
I'm trying to modify java.lang.String.java and add the modified String.class to rt.jar [THIS IS FOR MYSELF ONLY AND WILL NOT BE DEPLOYED]. I cannot add "private final boolean tainted[] = new