RFR(XXS): 8022883: Assertion failed: sweptCount >= flushedCount +	markedCount + zombifiedCount in	closed/com/oracle/jfr/compiler/CodeSweeperSweepFlushTest.java
    Albert Noll 
    albert.noll at oracle.com
       
    Tue Sep 17 01:19:34 PDT 2013
    
    
  
Hi,
please review this small patch:
http://cr.openjdk.java.net/~anoll/8022883/ 
<http://cr.openjdk.java.net/%7Eanoll/8022883/>
https://bugs.openjdk.java.net/browse/JDK-8022883
Problem: The number of nmethods that are visited by the sweeper is 
handed over incorrectly to JFR. More specifically, the 'todo' is only an 
estimate of the visited nmethods, not the actual number (see existing 
comment).
Solution: Provide correct number of visited nmethods.
Testing: Failing test case passes.
Many thanks in advance for reviewing this patch.
Best,
Albert
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20130917/92c0f81b/attachment.html 
    
    
More information about the hotspot-compiler-dev
mailing list