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

/openjdk7/hotspot/src/share/vm/opto/
H A Dlocknode.hpp71 static bool same_slot(Node* box1, Node* box2) { argument
72 return box1->as_BoxLock()->_slot == box2->as_BoxLock()->_slot;
/openjdk7/langtools/test/tools/javac/generics/inference/6215213/
H A DT6215213.java53 Box1<?> box1 = testBox1(null);

Completed in 45 milliseconds