Пример #1
0
 /** Print the given integer to the output. */
 @Inline
 private final void debug(int i) {
   Unsafe.debug(i);
 }
Пример #2
0
 /** Print the given string to the output. */
 @Inline
 private final void debug(String str) {
   Unsafe.debug(str);
 }