RFR [11] (XS): 8195064 : LogCompilation: Chicken and egg startup problem with types

Eric Caspole eric.caspole at oracle.com
Fri Jan 12 22:40:09 UTC 2018


Hi everybody,

There is a startup condition problem in LogCompilation where it 
asserting a result from the type table is not null but no types have yet 
been placed in the table.

I have been using LogCompilation with this workaround manually applied 
for about a month and I haven't seen any problems from removing the check.


JBS: https://bugs.openjdk.java.net/browse/JDK-8195064

webrev: http://cr.openjdk.java.net/~ecaspole/JDK-8195064/webrev/

Thanks,

Eric



More information about the hotspot-compiler-dev mailing list