mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-19 14:55:17 +00:00
8273342: Null pointer dereference in classFileParser.cpp:2817
Reviewed-by: coleenp, dholmes
This commit is contained in:
parent
a5080effc7
commit
8609ea55ac
@ -55,7 +55,7 @@ Symbol* fieldDescriptor::generic_signature() const {
|
||||
}
|
||||
}
|
||||
assert(false, "should never happen");
|
||||
return NULL;
|
||||
return vmSymbols::void_signature(); // return a default value (for code analyzers)
|
||||
}
|
||||
|
||||
bool fieldDescriptor::is_trusted_final() const {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user