JDK-6612700 : fix for 6374692 should be improved
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 7
  • Priority: P3
  • Status: Closed
  • Resolution: Won't Fix
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2007-10-03
  • Updated: 2014-02-24
  • Resolved: 2014-02-24
Related Reports
Relates :  
Description
The fix 6374692 will quietly report when page 0 is mmapped on solaris but we should probably come up with a more comprehensive fix since it's so tedious to diagnose when it occurs.  The VM should either forcibly mmap page 0 in CreateJavaJVM or it should refuse to run if it's that page is mapped or if it's possible for it to be mmaped as a result of an unlimited stack.  It may also be worth backporting as well.

Comments
The Solaris bug has been fixed years ago, it's highly unlikely that this would still be a real problem. Closing as WNF
24-02-2014