8299022: Linux ppc64le and s390x build issues after JDK-8160404

Reviewed-by: mdoerr, lucy
This commit is contained in:
Matthias Baesken 2022-12-19 16:20:12 +00:00
parent de0ce792c1
commit 756a06d4c2
2 changed files with 2 additions and 2 deletions

View File

@ -95,7 +95,7 @@ class AddressLiteral {
protected:
// creation
AddressLiteral() : _address(NULL), _rspec(NULL) {}
AddressLiteral() : _address(NULL), _rspec() {}
public:
AddressLiteral(address addr, RelocationHolder const& rspec)

View File

@ -295,7 +295,7 @@ class AddressLiteral {
protected:
// creation
AddressLiteral() : _address(NULL), _rspec(NULL) {}
AddressLiteral() : _address(NULL), _rspec() {}
public:
AddressLiteral(address addr, RelocationHolder const& rspec)