[condy-folding] CE propagation not enabled for ClassRef.of(Class)?

Robbie Gibson robbie_usenet at yahoo.co.uk
Wed Oct 18 11:05:47 UTC 2017


Hi,
I’m just playing with the condy prototype and I quickly stumbled upon a problem with this line of code - bug or not yet implemented?
Intrinsics.ldc(ClassRef.of(String.class))
java: argument to ldc() must be a constant 

The alternative works fine 
Intrinsics.ldc(ClassRef.of(“java.lang.String”)

Thanks,
Robert





More information about the amber-dev mailing list