Searched defs:ml1 (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/test/compiler/6865031/
H A DTest.java588 public volatile MultiSynonymKey ml1; field in class:Test
607 ml1 = new MultiSynonymKey(new SingletonList(new String(arg1)));
608 wp.put(ml1);
623 test.ml1 = new MultiSynonymKey(new SingletonList(new String(test.arg1)));
627 wp.put(test.ml1);

Completed in 30 milliseconds