What can we improve in JSR292 for Java 9?

John Rose john.r.rose at oracle.com
Thu Feb 26 02:31:01 UTC 2015


On Feb 25, 2015, at 5:09 PM, Mark Roos <mroos at roos.com> wrote:
> 
> I would like to see some form of PIC (polymorphic inline cache ) support that 
> jits (inlines)  well and transitions from mono to bi to multi(4,5) to mega nicely. 

What would be the starting points for such a thing?

It seems to be like Charlie's MH builder, something that would be a library class.

But maybe (like tryFinally) there are points where the library class has a hard
time making its intentions clear to the JVM, because of API deficiencies.

(Sorry this isn't more specific.)

— John


More information about the mlvm-dev mailing list