Recent Posts
None | 14 sec ago
Lua | 43 sec ago
None | 55 sec ago
None | 1 min ago
None | 1 min ago
None | 2 min ago
None | 2 min ago
C++ | 3 min ago
None | 3 min ago
None | 4 min ago
Sitereport
Find cool info about any domain on the internet?
visit sitereport
Free Subdomains
Want a pastebin.com sub-domain for your community?
learn more...
What is pastebin?
Pastebin is a website that hosts all your text & code on dedicated servers for easy sharing.
learn more...
By Anonymous on the 13th of Nov 2008 02:31:15 PM
Download |
Raw |
Embed |
Report
halle:~ eric$ arch
i386
halle:~ eric$ uname -a
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
halle:~ eric$ java -version
java version "1.5.0_16"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_16-b06-284)
Java HotSpot(TM) Client VM (build 1.5.0_16-133, mixed mode, sharing)
halle:~ eric$ java -server foo
Exception in thread "main" java.lang.NoClassDefFoundError: foo
halle:~ eric$ java -XX:+UseBiasedLocking foo
Exception in thread "main" java.lang.NoClassDefFoundError: foo
halle:~ eric$ java -XX:+UseBiasedLocking -server foo
Invalid memory access of location 00000007 eip=01060720
Bus error
halle:~ eric$
Submit a correction or amendment below.
Make A New Post