RFR(S): 8163146 - Remove os::check_heap on Windows
    Christian Tornqvist 
    christian.tornqvist at oracle.com
       
    Tue Aug 23 21:54:27 UTC 2016
    
    
  
Hi everyone, 
 
Please review this small change that removes os::check_heap, it's proven to
be unreliable. The same functionality and more can be enabled in Windows
using gflags (pageheap) or by turning on heap debugging in Windbg using the
!heap extension. 
 
Tested by running hotspot_fast_runtime test group on all platforms.
 
Webrev:
http://cr.openjdk.java.net/~ctornqvi/webrev/8163146/webrev.00/
 
Bug:
https://bugs.openjdk.java.net/browse/JDK-8163146
 
Thanks,
Christian
    
    
More information about the hotspot-runtime-dev
mailing list