diff src/share/vm/runtime/os.hpp @ 79:82db0859acbe

6642862: Code cache allocation fails with large pages after 6588638 Reviewed-by: apetrusenko
author jcoomes
date Fri, 28 Mar 2008 23:35:42 -0700
parents 5a76ab815e34
children fcbfc50865ab
line wrap: on
line diff
--- a/src/share/vm/runtime/os.hpp	Fri Mar 28 11:52:29 2008 -0700
+++ b/src/share/vm/runtime/os.hpp	Fri Mar 28 23:35:42 2008 -0700
@@ -228,6 +228,7 @@
   static bool   large_page_init();
   static size_t large_page_size();
   static bool   can_commit_large_page_memory();
+  static bool   can_execute_large_page_memory();
 
   // OS interface to polling page
   static address get_polling_page()             { return _polling_page; }