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

/openjdk7/jdk/test/javax/swing/JMenu/4515762/
H A Dbug4515762.java41 private static volatile boolean actionRecieved = false; field in class:bug4515762
93 actionRecieved = true;
102 if (actionRecieved == true) {
103 actionRecieved = false;
/openjdk7/jdk/test/javax/swing/JRootPane/4670486/
H A Dbug4670486.java41 public static volatile boolean actionRecieved = false; field in class:bug4670486
88 actionRecieved = true;
96 if (actionRecieved == true) {
97 actionRecieved = false;

Completed in 29 milliseconds