JDK-7193946 : Move warnings associated with UseMemSetInBOT flag
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 7u6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-08-24
  • Updated: 2013-09-18
  • Resolved: 2012-09-25
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 7 JDK 8 Other
7u40Fixed 8Fixed hs24Fixed
Description
As a result of 7192128, we extended the fix for 6948537 to G1's BlockOffsetTable, including adding a warning if the user overrode the default value.

Therefore we have code to emit such a warning in ConcurrentMarkSweepGeneration.cpp and G1CollectedHeap.cpp. It would be desireable to place the code that emits into a more centralized location, perhaps arguments.cpp.

Comments
EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/bc675e55b48c
20-09-2012

EVALUATION Move warning code from concurrentMarkSweepGeneration.cpp and g1CollectedHeap.cpp to a more central location.
13-09-2012