< prev index next >

src/jdk.jdwp.agent/share/native/libjdwp/util.c

Print this page
@@ -360,11 +360,10 @@
      }
  
      /*
       * For primitive types, the type key is bounced back as is.
       */
- 
      (void)outStream_writeByte(out, typeKey);
  
      switch (typeKey) {
          case JDWP_TAG(BYTE):
              (void)outStream_writeByte(out,
< prev index next >