Right now, the implementation introduces a new JVM_IsCompactStrings method in the JVM interface. That interface is a public one, and we might want to consider more private way to poll VM about the capability. Or maybe ask runtime to overwrite the "static final boolean COMPACT_STRINGS" with an actual value during the Genesis.
|