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

/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c187 struct gRefStruct *working,*next; local
197 working = gRefHead;
200 while(working != NULL)
203 next = working->next;
204 (*env)->DeleteGlobalRef(env, working->gRef);
206 free((void *)working);
208 working = next;
/openjdk7/langtools/src/share/classes/com/sun/tools/apt/comp/
H A DApt.java436 for(Class<? extends AnnotationProcessorFactory> working : neglectedFactories) {
438 AnnotationProcessorFactory factory = working.newInstance();
441 bark.aptWarning("FactoryCantInstantiate", working.getName());
/openjdk7/hotspot/agent/src/scripts/
H A Dstart-debug-server.bat37 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
H A Dstart-rmiregistry.bat39 echo JAVA_HOME does not point to a working J2SE 1.5 installation.
/openjdk7/hotspot/agent/make/
H A Dsaenv64.bat48 REM For now, only AMD-64, IA-64 stack walking is not working anyway
/openjdk7/hotspot/make/windows/
H A Dbuild.bat114 echo and bin/javac are present and working, and build_id is an
/openjdk7/jdk/make/docs/
H A DMakefile200 and working code examples.<br>\

Completed in 41 milliseconds