<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    Hi,<br>
    <br>
    Updated full and incremental webrevs are at:<br>
      <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~tbenson/8131734/webrev.01/">http://cr.openjdk.java.net/~tbenson/8131734/webrev.01/</a><br>
      <a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~tbenson/8131734/webrev.01.vs.00/">http://cr.openjdk.java.net/~tbenson/8131734/webrev.01.vs.00/</a><br>
    <br>
    <div class="moz-cite-prefix">On 8/5/2015 2:05 PM, Jiangli Zhou
      wrote:<br>
    </div>
    <blockquote
      cite="mid:F73C4B9A-4DBA-47A8-8715-0988FF6D393D@oracle.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      Hi Tom,
      <div><br>
        <div>
          <div>On Aug 5, 2015, at 10:33 AM, Tom Benson <<a
              moz-do-not-send="true" href="mailto:tom.benson@oracle.com">tom.benson@oracle.com</a>>
            wrote:</div>
          <br>
          <blockquote type="cite">... so perhaps that's a viable option.
             I'll try it to ensure the CDS use does indeed occur while
            is_init_completed() is false.<br>
          </blockquote>
          <div><br>
          </div>
          <div>The mapping and initialization of the CDS string data
            happens during VM initialization and before '<font
              face="Menlo"><span style="font-size: 11px;">set_init_completed()’
                is called. Just verified that in gdb as well.</span></font></div>
          <div><font face="Menlo"><span style="font-size: 11px;"><br>
              </span></font></div>
          <div><font face="Menlo"><span style="font-size: 11px;">Thanks,</span></font></div>
          <div><font face="Menlo"><span style="font-size: 11px;">Jiangli</span></font></div>
          <br>
        </div>
      </div>
    </blockquote>
    <br>
    Yes, I checked as well.  I've added this to each of
    alloc_/fill_/free_archive_regions:<br>
    <pre><span class="new">   assert(!is_init_completed(), "Expect to be called at JVM init time");</span></pre>
    Tom<br>
  </body>
</html>