Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6432247

build errors with MSVC 2005 Express.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 6
    • 5.0
    • hotspot
    • b59
    • 6
    • b88
    • sparc
    • solaris_9

      build errors with MSVC 2005 Express.

       Another case of a variable initialized in a header:
      c:\dev\mustang\hotspot\src\share\vm\opto\idealKit.hpp(97) : error C2258: illegal
      pure syntax, must be '= 0'
      c:\dev\mustang\hotspot\src\share\vm\opto\idealKit.hpp(97) : error C2252: 'first_
      var' : pure specifier can only be specified for functions
      c:\dev\mustang\hotspot\src\share\vm\opto\idealKit.cpp(150) : error C2065: 'first
      _var' : undeclared identifier
      library_call.cpp
      c:\dev\mustang\hotspot\src\share\vm\opto\idealKit.hpp(97) : error C2258: illegal
      pure syntax, must be '= 0'
      c:\dev\mustang\hotspot\src\share\vm\opto\idealKit.hpp(97) : error C2252: 'first_
      var' : pure specifier can only be specified for functions

      ...moved initialization into the constructor.

            rasbold Chuck Rasbold
            rknippelsunw Ross Knippel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: