-
Bug
-
Resolution: Fixed
-
P2
-
8u202
-
b02
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8214624 | 8u211 | Ivan Gerasimov | P2 | Resolved | Fixed | b01 |
JDK-8220877 | emb-8u211 | Ivan Gerasimov | P2 | Resolved | Fixed | master |
The backport causes build failure:
/s/hotspot/src/share/vm/classfile/verificationType.cpp: In member function 'bool VerificationType::is_reference_assignable_from(const VerificationType&, ClassVerifier*, bool, Thread*) const':/s/hotspot/src/share/vm/classfile/verificationType.cpp:102: error: expected primary-expression before '*' token
or, on Windows:
\s\hotspot\src\share\vm\classfile\verificationType.cpp(102) : error C2275: 'Thread' : illegal use of this type as an expression
C:\jprt\T\P1\020004.robm\s\hotspot\src\share\vm\runtime/thread.hpp(102) : see declaration of 'Thread'
/s/hotspot/src/share/vm/classfile/verificationType.cpp: In member function 'bool VerificationType::is_reference_assignable_from(const VerificationType&, ClassVerifier*, bool, Thread*) const':/s/hotspot/src/share/vm/classfile/verificationType.cpp:102: error: expected primary-expression before '*' token
or, on Windows:
\s\hotspot\src\share\vm\classfile\verificationType.cpp(102) : error C2275: 'Thread' : illegal use of this type as an expression
C:\jprt\T\P1\020004.robm\s\hotspot\src\share\vm\runtime/thread.hpp(102) : see declaration of 'Thread'
- backported by
-
JDK-8214624 Backout backport of JDK-8211394 from jdk 8u-dev
-
- Resolved
-
-
JDK-8220877 Backout backport of JDK-8211394 from jdk 8u-dev
-
- Resolved
-
- relates to
-
JDK-8211394 CHECK_ must be used in the rhs of an assignment statement within a block
-
- Resolved
-