Hi, Tim,

is this problem specific to the newest MS compiler only (and do we care of any other compiler when building JDK7 on windows)? If yes, we could change the condition to

#if !defined(vsnprintf) && !defined(NO_vsnprintf) && (!defined(_MSC_VER) || (_MSC_VER >= 1500))

Thanks,

Artem

Tim Bell wrote:
Hi Folks

Here is the bug report:
  http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6899737

Here is the proposed fix (works when using both Visual Studio 2003 and VS 2008
on Windows XP SP2):

http://cr.openjdk.java.net/~tbell/6899737.00/

This is a blocker for my work on the full Visual Studio 2008 build of JDK7.

Thanks in advance-

Tim

Reply via email to