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

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java29 * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:+UseCompressedOops -XX:HeapBaseMinAddress=32g -XX:-LoopUnswitching -XX:CompileCommand=inline,AbstractMemoryEfficientList.equals Test hello goodbye
44 abstract class AbstractMemoryEfficientList implements MyList { class in inherits:MyList
89 final class SingletonList extends AbstractMemoryEfficientList {
120 final class DoubletonList extends AbstractMemoryEfficientList {

Completed in 29 milliseconds