< prev index next >

src/jdk.hotspot.agent/share/native/libsaproc/sadis.c

Print this page
rev 59104 : imported patch serviceability

@@ -24,11 +24,11 @@
 
 #include "sun_jvm_hotspot_asm_Disassembler.h"
 
 /*
  *  This file implements a binding between Java and the hsdis
- *  disassembler.  It should compile on Linux/Solaris and Windows.
+ *  disassembler.  It should compile on Linux and Windows.
  *  The only platform dependent pieces of the code for doing
  *  dlopen/dlsym to find the entry point in hsdis.  All the rest is
  *  standard JNI code.
  */
 
< prev index next >