Advertisement
Guest User

Untitled

a guest
Nov 13th, 2008
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. halle:~ eric$ arch
  2. i386
  3.  
  4. halle:~ eric$ uname -a
  5. Darwin halle.local 9.5.0 Darwin Kernel Version 9.5.0: Wed Sep 3 11:29:43 PDT 2008; root:xnu-1228.7.58~1/RELEASE_I386 i386
  6.  
  7. halle:~ eric$ java -version
  8. java version "1.5.0_16"
  9. Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
  10. Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
  11.  
  12. halle:~ eric$ java -server foo
  13. Exception in thread "main" java.lang.NoClassDefFoundError: foo
  14.  
  15. halle:~ eric$ java -XX:+UseBiasedLocking foo
  16. Exception in thread "main" java.lang.NoClassDefFoundError: foo
  17.  
  18. halle:~ eric$ java -XX:+UseBiasedLocking -server foo
  19. Invalid memory access of location 00000007 eip=01060720
  20. Bus error
  21. halle:~ eric$
  22.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement