Add support for Strings that don't copy their contents to Harmony
Description
Harmony doesn't support creating String objects where the contents aren't copied. We use such a helper to avoid redundant copies, for example, in JNI code. This support should be added to Harmony.