Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Move non-JVM-specific conc code out of src/vm/jvm.
This makes it clearer what bits are JVM-specific and need abstracting
or porting.
  • Loading branch information
jnthn committed Feb 19, 2014
1 parent 1d2c436 commit 2097d53
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
10 changes: 5 additions & 5 deletions tools/build/Makefile-JVM.in
Expand Up @@ -154,16 +154,16 @@ J_CORE_SOURCES = \
src/core/Deprecations.pm \
src/vm/jvm/core/Thread.pm \
src/vm/jvm/core/Lock.pm \
src/vm/jvm/core/Scheduler.pm \
src/core/Scheduler.pm \
src/vm/jvm/core/ThreadPoolScheduler.pm \
src/vm/jvm/core/CurrentThreadScheduler.pm \
src/core/CurrentThreadScheduler.pm \
src/vm/jvm/core/Promise.pm \
src/vm/jvm/core/Channel.pm \
src/vm/jvm/core/Supply.pm \
src/vm/jvm/core/SupplyOperations.pm \
src/core/Supply.pm \
src/core/SupplyOperations.pm \
src/vm/jvm/core/KeyReducer.pm \
src/vm/jvm/core/IOAsyncFile.pm \
src/vm/jvm/core/asyncops.pm \
src/core/asyncops.pm \
src/core/IO/Socket.pm \
src/core/IO/Socket/INET.pm \
src/core/OS.pm \
Expand Down

0 comments on commit 2097d53

Please sign in to comment.