hotspot/src/os_cpu/windows_x86/vm/thread_windows_x86.cpp
changeset 6176 4d9030fe341f
parent 5547 f4b087cbb361
child 7397 5b173b4ca846
equal deleted inserted replaced
6175:86dbf3cacacc 6176:4d9030fe341f
    82   }
    82   }
    83 
    83 
    84   // nothing else to try
    84   // nothing else to try
    85   return false;
    85   return false;
    86 }
    86 }
       
    87 
       
    88 void JavaThread::cache_global_variables() { }
       
    89