-
Notifications
You must be signed in to change notification settings - Fork 471
build error #4
Description
D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(409): error C2039: 'tag_at' : is not a member of 'ConstantPool'
1> D:\workspace\OpenJDK\hotspot\src\share\vm\oops/constantPool.hpp(86) : see declaration of 'ConstantPool'
1>D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(409): error C2228: left of '.is_klass_or_reference' must have class/struct/union
1>D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(410): error C2039: 'tag_at' : is not a member of 'ConstantPool'
1> D:\workspace\OpenJDK\hotspot\src\share\vm\oops/constantPool.hpp(86) : see declaration of 'ConstantPool'
1>D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(410): error C2228: left of '.is_klass_reference' must have class/struct/union
1>D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(416): error C2039: 'tag_at' : is not a member of 'ConstantPool'
1> D:\workspace\OpenJDK\hotspot\src\share\vm\oops/constantPool.hpp(86) : see declaration of 'ConstantPool'
1>D:\workspace\OpenJDK\hotspot\src\share\vm\classfile/classFileParser.hpp(416): error C2228: left of '.is_utf8' must have class/struct/union
请问大牛,这个该怎么解决呢?