RFR(XXS): 8022883: Assertion failed: sweptCount >= flushedCount + markedCount + zombifiedCount in closed/com/oracle/jfr/compiler/CodeSweeperSweepFlushTest.java
Vladimir Kozlov
vladimir.kozlov at oracle.com
Tue Sep 17 09:45:10 PDT 2013
Good.
Vladimir
On 9/17/13 1:19 AM, Albert Noll wrote:
> 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
More information about the hotspot-compiler-dev
mailing list