<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=utf-8">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <p>Please review suggested change for <a class="issue-link"
        data-issue-key="JDK-8169634"
        href="https://bugs.openjdk.java.net/browse/JDK-8169634"
        id="key-val" rel="4906770">JDK-8169634</a> - Logging fails with
      'pure virtual method called'</p>
    <p>Change is located at
      <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~aharlap/8169634/webrev.00/">http://cr.openjdk.java.net/~aharlap/8169634/webrev.00/</a></p>
    <p>Reported problem points to access virtual method of of statically
      initialized object  MarkSweep::follow_root_closure after calling
      global destructor for that object (from exit()).</p>
    <p>Currently AllStatic class MarkSweep declares few statically
      allocated closures and Stack<..> objects.</p>
    <p>Suggested change converts MarkSweep class and all its closures
      and stacks<..>  to be the stack allocated objects.</p>
    <p>Alex<br>
    </p>
    <p><br>
    </p>
    <p><br>
    </p>
  </body>
</html>