Advertisement
Guest User

Untitled

a guest
Oct 26th, 2012
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 3.23 KB | None | 0 0
  1. Full thread dump Java HotSpot(TM) Client VM (23.1-b03 mixed mode):
  2.  
  3. "Attach Listener" daemon prio=10 tid=0xb76f2000 nid=0x5546 waiting on condition [0x00000000]
  4.    java.lang.Thread.State: RUNNABLE
  5.  
  6. "Service Thread" daemon prio=10 tid=0xb76bd400 nid=0x551e runnable [0x00000000]
  7.    java.lang.Thread.State: RUNNABLE
  8.  
  9. "C1 CompilerThread0" daemon prio=10 tid=0xb76bb400 nid=0x551d runnable [0x00000000]
  10.    java.lang.Thread.State: RUNNABLE
  11.  
  12. "Signal Dispatcher" daemon prio=10 tid=0xb76b9800 nid=0x551c runnable [0x00000000]
  13.    java.lang.Thread.State: RUNNABLE
  14.  
  15. "Finalizer" daemon prio=10 tid=0xb7681c00 nid=0x551b in Object.wait() [0xa11aa000]
  16.    java.lang.Thread.State: WAITING (on object monitor)
  17.         at java.lang.Object.wait(Native Method)
  18.         - waiting on <0xa1585650> (a java.lang.ref.ReferenceQueue$Lock)
  19.         at java.lang.ref.ReferenceQueue.remove(Unknown Source)
  20.         - locked <0xa1585650> (a java.lang.ref.ReferenceQueue$Lock)
  21.         at java.lang.ref.ReferenceQueue.remove(Unknown Source)
  22.         at java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
  23.  
  24. "Reference Handler" daemon prio=10 tid=0xb7680000 nid=0x551a in Object.wait() [0xa11fb000]
  25.    java.lang.Thread.State: WAITING (on object monitor)
  26.         at java.lang.Object.wait(Native Method)
  27.         - waiting on <0xa1585228> (a java.lang.ref.Reference$Lock)
  28.         at java.lang.Object.wait(Object.java:503)
  29.         at java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
  30.         - locked <0xa1585228> (a java.lang.ref.Reference$Lock)
  31.  
  32. "main" prio=10 tid=0xb7606000 nid=0x5518 runnable [0xb7780000]
  33.    java.lang.Thread.State: RUNNABLE
  34.         at java.nio.file.TempFileHelper.<clinit>(Unknown Source)
  35.         at java.nio.file.Files.createTempFile(Unknown Source)
  36.         at sun.net.www.protocol.jar.URLJarFile$1.run(Unknown Source)
  37.         at sun.net.www.protocol.jar.URLJarFile$1.run(Unknown Source)
  38.         at java.security.AccessController.doPrivileged(Native Method)
  39.         at sun.net.www.protocol.jar.URLJarFile.retrieve(Unknown Source)
  40.         at sun.net.www.protocol.jar.URLJarFile.getJarFile(Unknown Source)
  41.         at sun.net.www.protocol.jar.JarFileFactory.get(Unknown Source)
  42.         at sun.net.www.protocol.jar.JarURLConnection.connect(Unknown Source)
  43.         at sun.net.www.protocol.jar.JarURLConnection.getInputStream(Unknown Source)
  44.         at sun.misc.URLClassPath$Loader.getResource(Unknown Source)
  45.         at sun.misc.URLClassPath.getResource(Unknown Source)
  46.         at java.net.URLClassLoader$1.run(Unknown Source)
  47.         at java.net.URLClassLoader$1.run(Unknown Source)
  48.         at java.security.AccessController.doPrivileged(Native Method)
  49.         at java.net.URLClassLoader.findClass(Unknown Source)
  50.         at java.lang.ClassLoader.loadClass(Unknown Source)
  51.         - locked <0xa161da68> (a java.lang.Object)
  52.         at java.lang.ClassLoader.loadClass(Unknown Source)
  53.         at java.lang.Class.forName0(Native Method)
  54.         at java.lang.Class.forName(Unknown Source)
  55.         at org.eclipse.jdt.internal.jarinjarloader.JarRsrcLoader.main(JarRsrcLoader.java:56)
  56.  
  57. "VM Thread" prio=10 tid=0xb767a800 nid=0x5519 runnable
  58.  
  59. "VM Periodic Task Thread" prio=10 tid=0xb76bf800 nid=0x551f waiting on condition
  60.  
  61. JNI global references: 117
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement