Skip to content

Commit

Permalink
Bandaid to unbust JVM build
Browse files Browse the repository at this point in the history
For some reasons using a native results in a NullPointerException during
stage parse.
  • Loading branch information
usev6 committed Nov 12, 2017
1 parent f87d8ef commit 38f51db
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/core/ThreadPoolScheduler.pm
Expand Up @@ -315,7 +315,12 @@ my class ThreadPoolScheduler does Scheduler {
has $!general-workers;
has $!timer-workers;
has $!affinity-workers;
#?if !jvm
has int $!exhausted;
#?endif
#?if jvm
has Int $!exhausted;
#?endif

# The supervisor thread, if started.
has Thread $!supervisor;
Expand Down

0 comments on commit 38f51db

Please sign in to comment.