Update of /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi
In directory usw-pr-cvs1:/tmp/cvs-serv21253
Modified Files:
Constants.java
Log Message:
new ALL_MODES constant
Index: Constants.java
===================================================================
RCS file: /cvsroot/javaprofiler/jpi/net/sourceforge/javaprofiler/jpi/Constants.java,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** Constants.java 11 Jul 2002 16:11:23 -0000 1.1
--- Constants.java 15 Jul 2002 21:40:27 -0000 1.2
***************
*** 30,33 ****
--- 30,34 ----
static final int ALLOC = 2;
static final int MON = 4;
+ static final int ALL_MODES = Constants.CPU | Constants.MON | Constants.ALLOC;
static final int TYPE = 8;
|