hotspot/src/share/vm/runtime/javaCalls.cpp
changeset 35479 62c12ca7a45e
parent 35071 a0910b1d3e0d
child 38139 cf6f5c1b7205
--- a/hotspot/src/share/vm/runtime/javaCalls.cpp	Tue Jan 12 16:01:54 2016 +0100
+++ b/hotspot/src/share/vm/runtime/javaCalls.cpp	Tue Jan 12 13:14:41 2016 -0500
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1997, 2015, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1997, 2016, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -385,7 +385,7 @@
     return;
   } else {
     // Touch pages checked if the OS needs them to be touched to be mapped.
-    os::bang_stack_shadow_pages();
+    os::map_stack_shadow_pages();
   }
 
 #if INCLUDE_JVMCI