JDK-6723229 : NUMA allocator: assert(lgrp_num > 0, "There should be at least one locality group")
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs13
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris
  • CPU: generic
  • Submitted: 2008-07-07
  • Updated: 2010-04-03
  • Resolved: 2008-08-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6 JDK 7 Other
6u14Fixed 7Fixed hs14Fixed
Description
Some machines report having no memory in a single available locality group. The allocator should handle this situation gracefully and degrade into non-NUMA "one lgrp" mode.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/d6340ab4105b
17-07-2008