[9] RFR(S): 8057622: java/util/stream/test/org/openjdk/tests/java/util/stream/InfiniteStreamWithLimitOpTest: SEGV inside compiled code (sparc)

Roland Westrelin roland.westrelin at oracle.com
Mon Nov 3 14:16:49 UTC 2014


Hi Zoltan,

> Solution 1: http://cr.openjdk.java.net/~zmajo/8057622/webrev.00/

Instead:

1505         && attempt_remove_control_input

in LoadNode::Ideal_helper()

you should be able to do something like this:

Opcode() != Op_LoadKlass

And then you don't need most of the changes in memnode.cpp

Roland.



More information about the hotspot-compiler-dev mailing list