summaryrefslogtreecommitdiffstats
path: root/libjava/gnu/classpath/jdwp
diff options
context:
space:
mode:
Diffstat (limited to 'libjava/gnu/classpath/jdwp')
-rw-r--r--libjava/gnu/classpath/jdwp/VMFrame.java7
1 files changed, 6 insertions, 1 deletions
diff --git a/libjava/gnu/classpath/jdwp/VMFrame.java b/libjava/gnu/classpath/jdwp/VMFrame.java
index 54b09a5d45f..840ca09e884 100644
--- a/libjava/gnu/classpath/jdwp/VMFrame.java
+++ b/libjava/gnu/classpath/jdwp/VMFrame.java
@@ -1,5 +1,5 @@
/* VMFrame.java -- Reference implementation of VM hooks for JDWP Frame access.
- Copyright (C) 2005 Free Software Foundation
+ Copyright (C) 2005, 2006 Free Software Foundation
This file is part of GNU Classpath.
@@ -49,6 +49,11 @@ import gnu.classpath.jdwp.util.Location;
public class VMFrame
{
+ /**
+ * Returns the size of a frame ID over JDWP
+ */
+ public static final int SIZE = 8;
+
// The object this frame resides in
private Object obj;
OpenPOWER on IntegriCloud