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

Regression in the gc_baseline caused by || RefProc (assertion "FreeList RACE DETECTED")

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • hs10
    • 7
    • hotspot
    • None
    • gc
    • b12
    • generic
    • generic

        Test case:

        java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh

        The regression is due to optimization I did for ParNew: I moved
        thread state flushing into a separate method and made it serial (without locking). But when LowMemoryDetector is enabled a "thread-sensitive" code could be executed (like Mutex::owned_by_self()).

              apetrusenko Andrey Petrusenko (Inactive)
              apetrusenko Andrey Petrusenko (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: