diff --git a/Make.inc b/Make.inc index 7e0f0f97f20ac..2c351a1b16a2a 100644 --- a/Make.inc +++ b/Make.inc @@ -81,7 +81,7 @@ WITH_GC_VERIFY := 0 WITH_GC_DEBUG_ENV := 0 # Use stock if MMTK_PLAN hasn't been defined -MMTK_PLAN ?= Immix +MMTK_PLAN ?= StickyImmix # Enable DTrace support WITH_DTRACE := 0 diff --git a/stdlib/Profile/test/allocs.jl b/stdlib/Profile/test/allocs.jl index 8f6539e0baed6..955817590efad 100644 --- a/stdlib/Profile/test/allocs.jl +++ b/stdlib/Profile/test/allocs.jl @@ -79,7 +79,7 @@ end @test length(string(first_alloc.type)) > 0 @testset for type in (Task, Vector{Float64},) - @test length(filter(a->a.type <: type, profile.allocs)) >= NUM_TASKS + @test length(filter(a->a.type <: type, profile.allocs)) >= NUM_TASKS end # TODO: it would be nice to assert that these tasks