hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp
changeset 40032 bc2e42cd23ea
parent 35899 0dbc821628fc
child 46381 020219e46c86
--- a/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Mon Jun 27 10:10:11 2016 +0200
+++ b/hotspot/src/cpu/sparc/vm/vtableStubs_sparc.cpp	Mon Jun 27 17:23:15 2016 +0300
@@ -221,7 +221,7 @@
 
 
 int VtableStub::pd_code_size_limit(bool is_vtable_stub) {
-  if (TraceJumps || DebugVtables || CountCompiledCalls || VerifyOops) return 1000;
+  if (DebugVtables || CountCompiledCalls || VerifyOops) return 1000;
   else {
     const int slop = 2*BytesPerInstWord; // sethi;add  (needed for long offsets)
     if (is_vtable_stub) {