When running test runtime/cds/appcds/LambdaInvokeVirtual.java on Linux x86_64 with ubsan-enabled binaries, I get this warning/ubsan-detected issue :
stderr: [/priv/jenkins/client-home/workspace/openjdk-jdk-weekly-linux_x86_64-opt/jdk/src/hotspot/share/classfile/systemDictionaryShared.cpp:964:32: runtime error: member call on null pointer of type 'struct MetaspaceObj'
#0 0x7ffba86012f8 in SystemDictionaryShared::get_shared_lambda_proxy_class(InstanceKlass*, Symbol*, Symbol*, Symbol*, Method*, Symbol*) src/hotspot/share/classfile/systemDictionaryShared.cpp:964
#1 0x7ffba6ece422 in JVM_LookupLambdaProxyClassFromArchive src/hotspot/share/prims/jvm.cpp:3491
#2 0x7ffb8b1c1cd1 (<unknown module>)
stderr: [/priv/jenkins/client-home/workspace/openjdk-jdk-weekly-linux_x86_64-opt/jdk/src/hotspot/share/classfile/systemDictionaryShared.cpp:964:32: runtime error: member call on null pointer of type 'struct MetaspaceObj'
#0 0x7ffba86012f8 in SystemDictionaryShared::get_shared_lambda_proxy_class(InstanceKlass*, Symbol*, Symbol*, Symbol*, Method*, Symbol*) src/hotspot/share/classfile/systemDictionaryShared.cpp:964
#1 0x7ffba6ece422 in JVM_LookupLambdaProxyClassFromArchive src/hotspot/share/prims/jvm.cpp:3491
#2 0x7ffb8b1c1cd1 (<unknown module>)
- relates to
-
JDK-8344824 CDS dump crashes when member_method of a lambda proxy is null
- Resolved
- links to
-
Commit(master) openjdk/jdk/0b9e749f
-
Review(master) openjdk/jdk/22560