/hg/icedtea6: PR525: Shark made not entrant deopt sigsegv regres...
xranby at icedtea.classpath.org
xranby at icedtea.classpath.org
Thu Jul 29 04:34:42 PDT 2010
changeset 3fdbfd1baf5e in /hg/icedtea6
details: http://icedtea.classpath.org/hg/icedtea6?cmd=changeset;node=3fdbfd1baf5e
author: Xerxes R?nby <xerxes at zafena.se>
date: Thu Jul 29 13:33:33 2010 +0200
PR525: Shark made not entrant deopt sigsegv regression after bump to
b20 and hs17
2010-07-29 Gary Benson <gbenson at redhat.com>
PR icedtea/525:
* NEWS: Updated.
* ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp
(SharkDecacher::end_frame): Add missing fields.
diffstat:
3 files changed, 11 insertions(+)
ChangeLog | 7 +++++++
NEWS | 2 ++
ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp | 2 ++
diffs (38 lines):
diff -r f57a0960f919 -r 3fdbfd1baf5e ChangeLog
--- a/ChangeLog Thu Jul 29 00:00:07 2010 +0200
+++ b/ChangeLog Thu Jul 29 13:33:33 2010 +0200
@@ -1,3 +1,10 @@ 2010-07-28 Deepak Bhole <dbhole at redhat.
+2010-07-29 Gary Benson <gbenson at redhat.com>
+
+ PR icedtea/525:
+ * NEWS: Updated.
+ * ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp
+ (SharkDecacher::end_frame): Add missing fields.
+
2010-07-28 Deepak Bhole <dbhole at redhat.com>
* netx/net/sourceforge/jnlp/security/NotAllSignedWarningPane.java
diff -r f57a0960f919 -r 3fdbfd1baf5e NEWS
--- a/NEWS Thu Jul 29 00:00:07 2010 +0200
+++ b/NEWS Thu Jul 29 13:33:33 2010 +0200
@@ -1,6 +1,8 @@ New in release 1.9 (2010-xx-xx):
New in release 1.9 (2010-xx-xx):
- Updated to OpenJDK6 b20.
+- Zero/Shark:
+ - PR525: Shark made not entrant deopt sigsegv regression after bump to b20 and hs17.
New in release 1.8.1 (2010-07-28):
diff -r f57a0960f919 -r 3fdbfd1baf5e ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp
--- a/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp Thu Jul 29 00:00:07 2010 +0200
+++ b/ports/hotspot/src/share/vm/shark/sharkCacheDecache.cpp Thu Jul 29 13:33:33 2010 +0200
@@ -150,6 +150,8 @@ void SharkDecacher::end_frame() {
target(),
bci(),
true,
+ false,
+ false,
debug_info()->create_scope_values(locarray()),
debug_info()->create_scope_values(exparray()),
debug_info()->create_monitor_values(monarray()));
More information about the distro-pkg-dev
mailing list