mirror of
https://github.com/corda/corda.git
synced 2025-01-06 05:04:20 +00:00
fix OpenJDK build regression due to recent Android classpath refactoring
This commit is contained in:
parent
bbc5d7fb50
commit
af9e162827
@ -354,9 +354,6 @@ makeJfield(Thread* t, object vmField, int index = -1);
|
||||
void
|
||||
interceptFileOperations(Thread*, bool);
|
||||
|
||||
void
|
||||
clearInterrupted(Thread*);
|
||||
|
||||
class MyClasspath : public Classpath {
|
||||
public:
|
||||
MyClasspath(System* s, Allocator* allocator, const char* javaHome,
|
||||
@ -614,7 +611,7 @@ class MyClasspath : public Classpath {
|
||||
virtual void
|
||||
clearInterrupted(Thread* t)
|
||||
{
|
||||
local::clearInterrupted(t);
|
||||
vm::clearInterrupted(t);
|
||||
}
|
||||
|
||||
virtual void
|
||||
|
Loading…
Reference in New Issue
Block a user