hotspot/src/share/vm/runtime/os.cpp
changeset 40010 e32d5e545789
parent 39390 edf6a424a8b7
child 40011 e93911497588
--- a/hotspot/src/share/vm/runtime/os.cpp	Mon Jul 25 18:52:59 2016 +0000
+++ b/hotspot/src/share/vm/runtime/os.cpp	Wed Jul 13 12:23:05 2016 +0200
@@ -1742,7 +1742,7 @@
   pd_realign_memory(addr, bytes, alignment_hint);
 }
 
-#ifndef TARGET_OS_FAMILY_windows
+#ifndef _WINDOWS
 /* try to switch state from state "from" to state "to"
  * returns the state set after the method is complete
  */