mirror of
https://github.com/openjdk/jdk.git
synced 2026-04-02 11:10:06 +00:00
8367860: Remove unused NMethodToOopClosure::fix_relocations
Reviewed-by: fandreuzzi, tschatzl
This commit is contained in:
parent
1ba841410b
commit
91afdaff80
@ -252,7 +252,6 @@ class NMethodToOopClosure : public NMethodClosure {
|
||||
NMethodToOopClosure(OopClosure* cl, bool fix_relocations) : _cl(cl), _fix_relocations(fix_relocations) {}
|
||||
void do_nmethod(nmethod* nm) override;
|
||||
|
||||
bool fix_relocations() const { return _fix_relocations; }
|
||||
const static bool FixRelocations = true;
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user