8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity

Reviewed-by: twisti
This commit is contained in:
Tom Rodriguez 2015-12-14 13:06:39 -08:00
parent 08a2e337c7
commit e4d937a557

View File

@ -346,7 +346,6 @@ void Dependencies::assert_common_2(DepType dept,
}
}
} else {
assert(dep_implicit_context_arg(dept) == 0, "sanity");
if (note_dep_seen(dept, x0) && note_dep_seen(dept, x1)) {
// look in this bucket for redundant assertions
const int stride = 2;