Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2176998 | 7 | Erik Trimble | P3 | Closed | Fixed | b17 |
JDK-2172452 | 6u10 | Abhijit Saha | P3 | Resolved | Fixed | b09 |
The line marked below gets a syntax error with newer versions of gcc.
// Easily misused constructor make them private
#ifndef _LP64
Address::Address(address loc, RelocationHolder spec);
#endif // _LP64
public:
// Easily misused constructor make them private
#ifndef _LP64
Address::Address(address loc, RelocationHolder spec);
#endif // _LP64
public:
- backported by
-
JDK-2172452 assembler_i486.hpp won't compile with gcc4.1.2
-
- Resolved
-
-
JDK-2176998 assembler_i486.hpp won't compile with gcc4.1.2
-
- Closed
-