aboutsummaryrefslogtreecommitdiff
path: root/libjava/ChangeLog
diff options
context:
space:
mode:
authorKeith Seitz <keiths@redhat.com>2007-04-20 00:06:11 +0000
committerKeith Seitz <kseitz@gcc.gnu.org>2007-04-20 00:06:11 +0000
commit52fdc9b5d9e8e868a066146571d364c470986061 (patch)
tree3445ad0de038ba6d533d5820552dfe986c5d94d5 /libjava/ChangeLog
parent699cee69531988d1dcc6bd5ae17bc9ba56a0125f (diff)
downloadgcc-52fdc9b5d9e8e868a066146571d364c470986061.zip
gcc-52fdc9b5d9e8e868a066146571d364c470986061.tar.gz
gcc-52fdc9b5d9e8e868a066146571d364c470986061.tar.bz2
interpret-run.cc [...]: Save the original insn for the breakpoint before posting the JVMTI notification.
* interpret-run.cc [insn_breakpoint]: Save the original insn for the breakpoint before posting the JVMTI notification. From-SVN: r123985
Diffstat (limited to 'libjava/ChangeLog')
-rw-r--r--libjava/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/libjava/ChangeLog b/libjava/ChangeLog
index eb74cf8..6e916a7 100644
--- a/libjava/ChangeLog
+++ b/libjava/ChangeLog
@@ -1,3 +1,8 @@
+2007-04-19 Keith Seitz <keiths@redhat.com>
+
+ * interpret-run.cc [insn_breakpoint]: Save the original
+ insn for the breakpoint before posting the JVMTI notification.
+
2007-04-19 Tom Tromey <tromey@redhat.com>
* gnu/javax/net/ssl/provider/SSLSocketFactoryImpl.h: Rebuilt.