< prev index next >

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

Print this page
*** 360,11 ***
      }
  
      /*
       * 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,
--- 360,10 ---
< prev index next >