< prev index next >

src/hotspot/os/linux/os_linux.cpp

Print this page
rev 51977 : [mq]: 8211350-no-jprt

@@ -1620,13 +1620,10 @@
       if (!is_init_completed()) {
         os::Linux::_stack_is_executable = true;
         // This is OK - No Java threads have been created yet, and hence no
         // stack guard pages to fix.
         //
-        // This should happen only when you are building JDK7 using a very
-        // old version of JDK6 (e.g., with JPRT) and running test_gamma.
-        //
         // Dynamic loader will make all stacks executable after
         // this function returns, and will not do that again.
         assert(Threads::number_of_threads() == 0, "no Java threads should exist yet.");
       } else {
         warning("You have loaded library %s which might have disabled stack guard. "
< prev index next >