8145338: compiler/jsr292/CallSiteDepContextTest.java fails: assert(dep_implicit_context_arg(dept) == 0) failed: sanity
Reviewed-by: twisti
--- a/hotspot/src/share/vm/code/dependencies.cpp Sun Dec 13 22:51:13 2015 +0100
+++ b/hotspot/src/share/vm/code/dependencies.cpp Mon Dec 14 13:06:39 2015 -0800
@@ -346,7 +346,6 @@
}
}
} 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;