Review request (6204603 new Solaris mmap semantics for class data	archive file)
    Steve Bohne 
    Stephen.Bohne at Sun.COM
       
    Tue Mar  4 08:07:51 PST 2008
    
    
  
Thanks for any reviews.
Fixed 6204603: Modify hotspot to use new Solaris mmap semantics for
class data archive file
http://web-east.east/~sbohne/webrev/6204603
Modify Solaris os::attempt_reserve_memory_at() to pass an address hint
to mmap when reserving memory for the shared archive.  Previously we
used successive anonymous mmap calls to "zero in" on the correct region.
Since snv_84 (see 5003415) Solaris will attempt to honor the address
hint.  If the new call fails, we simply fall back to the old method.
Reviewed by:
Fix verified (y/n): y
Verification testing:
   java -client -Xshare:on -XX:+PrintMiscellaneous -XX:+Verbose -version
     (fastdebug, Solaris SPARC + x86)
Other testing:
   NSK vm.quick -client Solaris SPARC + x86
   JPRT
Thanks,
Steve
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: 6204603.diff.txt
Url: http://mail.openjdk.java.net/pipermail/hotspot-runtime-dev/attachments/20080304/c89979e7/attachment.txt 
    
    
More information about the hotspot-runtime-dev
mailing list