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

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java590 private volatile MultiSynonymKey ml3; field in class:Test
601 ml3 = new MultiSynonymKey(new DoubletonList(new String(arg1), new String(arg2)));
609 ml3 = new MultiSynonymKey(new SingletonList(new String(arg1)));
625 test.ml3 = new MultiSynonymKey(new DoubletonList(new String(test.arg1), new String(test.arg2)));
636 MultiSynonymKey foo = test.ml3;

Completed in 45 milliseconds