Skip to content

Commit 756a06d

Browse files
committed
8299022: Linux ppc64le and s390x build issues after JDK-8160404
Reviewed-by: mdoerr, lucy
1 parent de0ce79 commit 756a06d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/hotspot/cpu/ppc/assembler_ppc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ class AddressLiteral {
9595

9696
protected:
9797
// creation
98-
AddressLiteral() : _address(NULL), _rspec(NULL) {}
98+
AddressLiteral() : _address(NULL), _rspec() {}
9999

100100
public:
101101
AddressLiteral(address addr, RelocationHolder const& rspec)

src/hotspot/cpu/s390/assembler_s390.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ class AddressLiteral {
295295

296296
protected:
297297
// creation
298-
AddressLiteral() : _address(NULL), _rspec(NULL) {}
298+
AddressLiteral() : _address(NULL), _rspec() {}
299299

300300
public:
301301
AddressLiteral(address addr, RelocationHolder const& rspec)

0 commit comments

Comments
 (0)