[jboss-cvs] jboss-profiler/jvmti-lib/native-tests/org/jboss/profiler/jvmtitest ...

Clebert Suconic csuconic at jboss.com
Wed Sep 12 18:40:46 EDT 2007


  User: csuconic
  Date: 07/09/12 18:40:46

  Modified:    jvmti-lib/native-tests/org/jboss/profiler/jvmtitest 
                        JVMTITest.java
  Log:
  Improvements on report
  
  Revision  Changes    Path
  1.27      +1 -1      jboss-profiler/jvmti-lib/native-tests/org/jboss/profiler/jvmtitest/JVMTITest.java
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: JVMTITest.java
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-profiler/jvmti-lib/native-tests/org/jboss/profiler/jvmtitest/JVMTITest.java,v
  retrieving revision 1.26
  retrieving revision 1.27
  diff -u -b -r1.26 -r1.27
  --- JVMTITest.java	2 Jun 2006 16:21:25 -0000	1.26
  +++ JVMTITest.java	12 Sep 2007 22:40:46 -0000	1.27
  @@ -199,7 +199,7 @@
   		B b = a.b;
   		
   		JVMTIInterface jvmti = new JVMTIInterface();
  -		HashMap map = jvmti.createIndexMatrix();
  +		Map map = jvmti.createIndexMatrix();
   		jvmti.exploreClassReferences(B.class.getName(),-1,true,true,true,true,false,map);
   		
   		System.out.println(jvmti.exploreObjectReferences(map,b,1,true));
  
  
  



More information about the jboss-cvs-commits mailing list