<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<font face="Times New Roman, Times, serif">GC calls
VM_Version::calc_parallel_worker_threads() to determine<br>
the number of GC threads to create. On Sparc it checks for newer<br>
Niagara hardware to decide the proper scaling of the GC threads
with<br>
the hardware threads. </font><font face="Times New Roman, Times,
serif"><font face="Times New Roman, Times, serif">calc_parallel_worker_threads()
was being called<br>
before enough information was gathered to determine the Sparc
hardware.<br>
<br>
Moved the gathering of information needed to earlier in the JVM<br>
initialization.<br>
<br>
</font><a class="moz-txt-link-freetext" href="http://cr.openjdk.java.net/~jmasa/8133023/webrev.00/">http://cr.openjdk.java.net/~jmasa/8133023/webrev.00/</a><br>
<br>
<a class="moz-txt-link-freetext" href="https://bugs.openjdk.java.net/browse/JDK-8133023">https://bugs.openjdk.java.net/browse/JDK-8133023</a><br>
<br>
Thanks.<br>
<br>
Jon<br>
</font>
</body>
</html>