Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2197924 | 6u23 | Philip Race | P5 | Closed | Fixed | b01 |
JDK-2199827 | 6u22m | Philip Race | P5 | Closed | Fixed | b01 |
JDK-2197632 | 6u21p | Philip Race | P5 | Closed | Fixed | b03 |
JDK-2193335 | hs19 | Philip Race | P5 | Closed | Fixed | b01 |
Problems compiling Hotspot on windows64 using Windows 7, Visual Studio 2008
and cygwin 1.7.5.
1. make/windows/makefiles/defs.make does not identify the system as 64-bit. It looks
at the environment variable PROCESSOR_IDENTIFIER and expects it to contain "AMD64"
and the system says "Intel64".
2. src/share/vm/gc_implementation/g1/heapRegion.cpp gets a warning for implicitly
converting a 32-bit value to 64-bit.
and cygwin 1.7.5.
1. make/windows/makefiles/defs.make does not identify the system as 64-bit. It looks
at the environment variable PROCESSOR_IDENTIFIER and expects it to contain "AMD64"
and the system says "Intel64".
2. src/share/vm/gc_implementation/g1/heapRegion.cpp gets a warning for implicitly
converting a 32-bit value to 64-bit.
- backported by
-
JDK-2193335 Build problems on win64
-
- Closed
-
-
JDK-2197632 Build problems on win64
-
- Closed
-
-
JDK-2197924 Build problems on win64
-
- Closed
-
-
JDK-2199827 Build problems on win64
-
- Closed
-
- relates to
-
JDK-6961428 Clean up 64 bit detection code in hotspot/make/windows/makefiles/defs.make
-
- Closed
-