8225642: ZGC: Crash due to bad oops being spilled to stack in load barriers

Co-authored-by: Stuart Monteith <stuart.monteith@linaro.org>
Reviewed-by: neliasso, pliden
This commit is contained in:
Erik Österlund 2019-07-02 11:33:05 +02:00
parent ec5bfaba53
commit a8842c9f59
9 changed files with 55 additions and 54 deletions

View file

@ -297,7 +297,6 @@ void VectorNode::vector_operands(Node* n, uint* start, uint* end) {
case Op_LoadI: case Op_LoadL:
case Op_LoadF: case Op_LoadD:
case Op_LoadP: case Op_LoadN:
case Op_LoadBarrierSlowReg:
*start = 0;
*end = 0; // no vector operands
break;