-
Enhancement
-
Resolution: Won't Fix
-
P3
-
7, 11, 14, 15
-
generic
-
generic
Using tests
cvm/bytecode/bytecode/dneg
cvm/bytecode/bytecode/fneg
we found compiler issues that could be reproduced if vm was started with option -XX:-DontCompileHugeMethods, because size of those test methods is bigger than corresponding "huge method" threshold. (SeeJDK-7147464)
But issue described inJDK-7147464 could be also reproduced with similar huge methods with size slightly less than "huge method" threshold.
So at least analogues of cvm/bytecode/bytecode/{dneg,fneg} tests with reduced method size should be created.
cvm/bytecode/bytecode/dneg
cvm/bytecode/bytecode/fneg
we found compiler issues that could be reproduced if vm was started with option -XX:-DontCompileHugeMethods, because size of those test methods is bigger than corresponding "huge method" threshold. (See
But issue described in
So at least analogues of cvm/bytecode/bytecode/{dneg,fneg} tests with reduced method size should be created.
- relates to
-
JDK-7147464 Java crashed while executing method with over 8k of dneg operations
- Resolved