JDK-6916867 : Fastdebug build failed after CR 4874070 fix putback.
  • Type: Bug
  • Component: client-libs
  • Sub-Component: java.awt
  • Affected Version: 7
  • Priority: P2
  • Status: Resolved
  • Resolution: Fixed
  • OS: windows
  • CPU: x86
  • Submitted: 2010-01-14
  • Updated: 2011-01-19
  • Resolved: 2010-02-16
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
7 b84Fixed
Related Reports
Relates :  
Relates :  
Description
AWT Debug define for "new" is in conflict with in-place operator "new" that is used in STL containers.

Comments
SUGGESTED FIX http://hg.openjdk.java.net/jdk7/awt/jdk/rev/f154d4943a1a
14-01-2010

EVALUATION Header of STL containter heve to be included BEFORE <awt.h> to avoid "new" macro definition at fastdebug.
14-01-2010