-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b03
-
x86
-
windows
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2143028 | 6u2 | Anthony Petrov | P4 | Closed | Won't Fix |
The file src/windows/native/sun/windows/Hashtable.cpp contains a for-loop inner declaration of variable e in the Hashtable::put() function. Later on in this function the variable gets used outside the loop. This causes the new MS C++ Compiler (found at Visual Studio 2005 Express Edition) to print an error message.
- backported by
-
JDK-2143028 build fails on Hashtable.cpp using MS VS2005 C++ compiler
- Closed
- relates to
-
JDK-6486541 build fails on J2SE code using MS VS2005 C++ compiler
- Closed