How could it be that classloader address changes in Websphere 6.1 (IBM JVM) -
I have been changing constantly Postal Inspection indifference classloaders in javacore Websphere 6.1 (IBM JVM 1.5.0). There is unchanged address in the square below the classloader. So this is not the same classloader at a new address? e.g. First in javacore 2CLTEXTCLoadloader com / ibm / ws / classloader / compoundClassLoader (0x00002AAABF5BB7F0) and then 2CLTEXTCLLOAD loader com / IBM / ws / classloader / CompoundClassLoader (0x00002AAABF5AB6E0) before the same class under Classloader, and now the classloader 0x00002AAABF5AB6E0 I'm trying to locate a class unloading problem, and It does not appear when the heap dump In digging to make life easier.
3CLTEXTCLASS org / eclipse / emf / ecore / eObject (0x00002AAB24684B30)
3CLTEXTCLASS org / Eclipse / eMF / Ecore / EObject (0x00002AAB24684B30) < / p>
Maybe the GC stack is getting compressed. -Xnocompactgc or -Xnocompactexplicitgc Consider it as a normal JVM argument. See the IBM JDK Diagnostic Documentation:
Comments
Post a Comment