History log of /openjdk10/hotspot/test/compiler/c1/TestUnresolvedFieldMain.java
Revision Date Author Comments
# 12601:7fc338000594 31-Jan-2017 thartmann

8173373: C1: NPE is thrown instead of LinkageError when accessing inaccessible field on NULL receiver
Summary: Deoptimize if receiver null check of unresolved field access fails to throw NoClassDefFoundError instead of NPE.
Reviewed-by: vlivanov