- 
    Bug 
- 
    Resolution: Fixed
- 
     P3 P3
- 
    8, 10, 11, 12, 13
- 
        b07
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build | 
|---|---|---|---|---|---|---|
| JDK-8265846 | 11.0.12 | Vladimir Ivanov | P3 | Resolved | Fixed | b01 | 
                    The following assert is hit with -XX:+AggressiveUnboxing:
# Internal Error (/Users/vlivanov/ws/jdk/open/jdk/src/hotspot/share/opto/phaseX.cpp:482), pid=61750, tid=43267
# assert(!n->is_Phi() || n->as_Phi()->inst_mem_id() == -1) failed: should not be linked to data Phi
Assert was added as part ofJDK-8038348 (went into 7u/8u/9).
            
# Internal Error (/Users/vlivanov/ws/jdk/open/jdk/src/hotspot/share/opto/phaseX.cpp:482), pid=61750, tid=43267
# assert(!n->is_Phi() || n->as_Phi()->inst_mem_id() == -1) failed: should not be linked to data Phi
Assert was added as part of
- backported by
- 
                    JDK-8265846 C2: -XX:+AggressiveUnboxing is broken -           
- Resolved
 
-         
- blocks
- 
                    JDK-8217919 C2: Enable -XX:+AggressiveUnboxing by default -           
- Resolved
 
-         
- duplicates
- 
                    JDK-8316868 assert(!n->is_Phi() || n->as_Phi()->inst_mem_id() == -1) failed: should not be linked to data Phi -           
- Closed
 
-         
- relates to
- 
                    JDK-8038348 Instance field load is replaced by wrong data Phi -           
- Resolved
 
-