I find the compiled code produced by JIT is placed in the JVM heap space (0xA0000000~0xB0000000 by default) as well as object data, is that true? What's the difference of memory management policies used for object data and compiled code?
-- >From : [EMAIL PROTECTED] School of Fudan University
