mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
6895383: JCK test throws NPE for method compiled with Escape Analysis
Add missing checks for MemBar nodes in EA. Reviewed-by: never
This commit is contained in:
parent
dfbb0bf3e2
commit
9f5ca0249d
10 changed files with 510 additions and 212 deletions
|
@ -1852,6 +1852,7 @@ void Compile::dump_asm(int *pcs, uint pc_limit) {
|
|||
!n->is_Phi() && // a few noisely useless nodes
|
||||
!n->is_Proj() &&
|
||||
!n->is_MachTemp() &&
|
||||
!n->is_SafePointScalarObject() &&
|
||||
!n->is_Catch() && // Would be nice to print exception table targets
|
||||
!n->is_MergeMem() && // Not very interesting
|
||||
!n->is_top() && // Debug info table constants
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue