0 Replies Latest reply on Dec 21, 2006 5:14 AM by sarathy123

    java.rmi.server.RMIClassLoaderSpi.getClassAnnotation takes m

    sarathy123

      Hi,

      We are using Jboss Web Server for deploying our application and client communicated to the server through rmi. When profiling one such transaction using jprofiler, i found that java.rmi.server.RMIClassLoaderSpi.getClassAnnotation takes more time.

      Class Tree
      --java.rmi.server.RMIClassLoaderSpi.getClassAnnotation ----org.jboss.system.JBossRMIClassLoader.getClassAnnotation
      ------sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run()

      Can any one help me in understanding why this paricular method is taking more time and how to fix it?