Searched refs:method_with_many_locals (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/test/compiler/7116216/
H A DStackOverflow.java41 LargeFrame.method_with_many_locals(liveOopForGC, 2,3,4,5,6,7,liveOopForGC);
51 // such that calling LargeFrame.method_with_many_locals() will
59 LargeFrame.method_with_many_locals(new Object(), 2,3,4,5,6,7,new Object());
H A DLargeFrame.java27 public static void method_with_many_locals(Object r1, int r2, int r3, int r4, int r5, int r6, int r7, Object r8) { method in class:LargeFrame

Completed in 74 milliseconds