Java Solaris Communities Sun Store Join SDN My Profile Why Join?
 
Bug Database
Bug Detail
Quick Lists
Top 25 Bugs
Top 25 RFE's
Recently Closed Bugs
Printable Page Printable Page


Bug Database
Bug ID: 6806046
Votes 0
Synopsis Hotspot build error when compiled from Visual Studio
Category hotspot:runtime_system
Reported Against
Release Fixed hs15(b03), 7(b51) (Bug ID:2174486)
State 10-Fix Delivered, bug
Priority: 4-Low
Related Bugs
Submit Date 16-FEB-2009
Description
Hotspot build ends with an error when compiled from Visual Studio using a project created with create.bat. The error message is

src\share\vm\compiler\disassembler.cpp(34) : error C2146: syntax error : missing ';' before identifier 'HOTSPOT_LIB_ARCH'
src\share\vm\compiler\disassembler.cpp(34) : fatal error C1004: unexpected end of file found
Posted Date : 2009-02-16 17:17:26.0
Work Around
N/A
Evaluation
The error is because HOTSPOT_LIB_ARCH is not defined in the preprocessor definitions if the project properties. Those are defined in src/share/tools/MakeDeps/BuildConfig.java
Posted Date : 2009-02-19 10:34:03.0

http://hg.openjdk.java.net/jdk7/hotspot-rt/hotspot/rev/82e4d969e7cb
Posted Date : 2009-02-20 21:43:58.0
Comments
  
  Include a link with my name & email   


PLEASE NOTE: JDK6 is formerly known as Project Mustang