Skip to content

Commit bfdac9b

Browse files
Implement Lock and ReentrantLock APIs in vm/JavaAPI
- Added `java.util.concurrent.locks.Lock` interface. - Added `java.util.concurrent.locks.ReentrantLock` implementation. - Added `java.util.concurrent.locks.Condition` interface. - Added `java.util.concurrent.TimeUnit` enum. - Updated `java.lang.Thread` with `interrupt0`, `sleep`, `join` support. - Added `LockIntegrationTest` in `vm/tests` to verify bytecode translation of new APIs.
1 parent 199f557 commit bfdac9b

File tree

1 file changed

+188
-208
lines changed

1 file changed

+188
-208
lines changed

0 commit comments

Comments
 (0)