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

/openjdk7/langtools/test/tools/javac/warnings/
H A DDivZero.java52 long ml2 = 1L % 0L;
103 long ml2 = 1L % 0L;
142 long ml2 = 1L % 0L;
/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java589 public volatile MultiSynonymKey ml2; field in class:Test
599 ml2 = new MultiSynonymKey(new DoubletonList(new String(arg1), new String(arg2)));
600 wp.put(ml2);
624 test.ml2 = new MultiSynonymKey(new DoubletonList(new String(test.arg1), new String(test.arg2)));
628 wp.put(test.ml2);

Completed in 31 milliseconds