We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0ce79 commit 756a06dCopy full SHA for 756a06d
src/hotspot/cpu/ppc/assembler_ppc.hpp
@@ -95,7 +95,7 @@ class AddressLiteral {
95
96
protected:
97
// creation
98
- AddressLiteral() : _address(NULL), _rspec(NULL) {}
+ AddressLiteral() : _address(NULL), _rspec() {}
99
100
public:
101
AddressLiteral(address addr, RelocationHolder const& rspec)
src/hotspot/cpu/s390/assembler_s390.hpp
@@ -295,7 +295,7 @@ class AddressLiteral {
295
296
297
298
299
300
301
0 commit comments