Proxy and Reflection bytecode generating routines are only valid when called at runtime, making them Pure fails at boot image write time. Introduce a RuntimePure annotation to cover this situation and to only be applied when the VM is running.
Description
Proxy and Reflection bytecode generating routines are only valid when called at runtime, making them Pure fails at boot image write time. Introduce a RuntimePure annotation to cover this situation and to only be applied when the VM is running.
Fixed in r14894.