Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8134963

[Newtest][TEST_BUG] New stress test for changing the coarseness level of G1 remembered set

    XMLWordPrintable

Details

    • gc
    • b107

    Backports

      Description

        Remembered Set is one of the key constructs of G1, it keeps knowledge about cross region references.

        Idea of a test checking that Remembered Set works good when growing up and down:

        int[] crossRefs = {0, 100, 10, 200, 50, 300, 0};
        for (int refN: crossRefs) {
            for (x: G1Regs) {
                for (y: G1Regs) {
                    // set refN references from region X to region Y
                    WB.concMarkCycle();
                }
            }
        }

        Attachments

          Issue Links

            Activity

              People

                dfazunen Dmitry Fazunenko (Inactive)
                dfazunen Dmitry Fazunenko (Inactive)
                Votes:
                0 Vote for this issue
                Watchers:
                3 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: