hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp
changeset 35201 996db89f378e
parent 35166 23125410af16
child 35232 76aed99c0ddd
child 35492 c8c0273e6b91
--- a/hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Fri Dec 18 13:38:49 2015 +0000
+++ b/hotspot/src/cpu/ppc/vm/sharedRuntime_ppc.cpp	Sun Dec 20 10:37:23 2015 -0500
@@ -2388,7 +2388,7 @@
 
   Label no_reguard;
   __ lwz(r_temp_1, thread_(stack_guard_state));
-  __ cmpwi(CCR0, r_temp_1, JavaThread::stack_guard_yellow_disabled);
+  __ cmpwi(CCR0, r_temp_1, JavaThread::stack_guard_yellow_reserved_disabled);
   __ bne(CCR0, no_reguard);
 
   save_native_result(masm, ret_type, workspace_slot_offset);