Searched refs:VerifyAdapterSharing (Results 1 - 3 of 3) sorted by relevance

/openjdk9/hotspot/test/compiler/debug/
H A DVerifyAdapterSharing.java32 * @run driver compiler.debug.VerifyAdapterSharing
40 public class VerifyAdapterSharing { class
46 "-XX:+VerifyAdapterSharing", "-version");
/openjdk9/hotspot/src/share/vm/runtime/
H A DsharedRuntime.cpp2666 if (VerifyAdapterSharing && (entry != NULL)) {
2683 // VerifyAdapterCalls and VerifyAdapterSharing can fail if we re-use code that generated
2704 if (VerifyAdapterSharing) {
H A Dglobals.hpp1023 develop(bool, VerifyAdapterSharing, false, \

Completed in 111 milliseconds