mirror of
https://github.com/corda/corda.git
synced 2025-01-07 13:38:47 +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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user