What does certain JVM do after loading ByteCode into memory?
for example like HotSpot.. I stopped its complied mode and I was thinking bytecode of classes should be in the memory by the opcode presents.. But it seems I am wrong.. so some experts told me that there should be some transformation processes when loading bytecode into memory.. Could any body give me more instructions about this issue...? Thank you a lot! You can get some hints by looking at the documentation of an API that forces the JVM to transform the internal representation back into the official class file format: http://docs.oracle.com/javase/7/docs/api/java/lang/instrument