fix OpenJDK build regression due to recent Android classpath refactoring

This commit is contained in:
Joel Dice 2013-04-30 22:53:56 -06:00
parent bbc5d7fb50
commit af9e162827

View File

@ -354,9 +354,6 @@ makeJfield(Thread* t, object vmField, int index = -1);
void void
interceptFileOperations(Thread*, bool); interceptFileOperations(Thread*, bool);
void
clearInterrupted(Thread*);
class MyClasspath : public Classpath { class MyClasspath : public Classpath {
public: public:
MyClasspath(System* s, Allocator* allocator, const char* javaHome, MyClasspath(System* s, Allocator* allocator, const char* javaHome,
@ -614,7 +611,7 @@ class MyClasspath : public Classpath {
virtual void virtual void
clearInterrupted(Thread* t) clearInterrupted(Thread* t)
{ {
local::clearInterrupted(t); vm::clearInterrupted(t);
} }
virtual void virtual void