mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-27 05:42:24 +00:00
8299022: Linux ppc64le and s390x build issues after JDK-8160404
Reviewed-by: mdoerr, lucy
This commit is contained in:
parent
de0ce792c1
commit
756a06d4c2
@ -95,7 +95,7 @@ class AddressLiteral {
|
||||
|
||||
protected:
|
||||
// creation
|
||||
AddressLiteral() : _address(NULL), _rspec(NULL) {}
|
||||
AddressLiteral() : _address(NULL), _rspec() {}
|
||||
|
||||
public:
|
||||
AddressLiteral(address addr, RelocationHolder const& rspec)
|
||||
|
||||
@ -295,7 +295,7 @@ class AddressLiteral {
|
||||
|
||||
protected:
|
||||
// creation
|
||||
AddressLiteral() : _address(NULL), _rspec(NULL) {}
|
||||
AddressLiteral() : _address(NULL), _rspec() {}
|
||||
|
||||
public:
|
||||
AddressLiteral(address addr, RelocationHolder const& rspec)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user