/hg/icedtea: Fix shark build failure
doko at icedtea.classpath.org
doko at icedtea.classpath.org
Mon Jul 12 09:49:58 PDT 2010
changeset dfc49680a3ab in /hg/icedtea
details: http://icedtea.classpath.org/hg/icedtea?cmd=changeset;node=dfc49680a3ab
author: doko at ubuntu.com
date: Mon Jul 12 18:50:12 2010 +0200
Fix shark build failure
2010-07-12 Matthias Klose <doko at ubuntu.com>
* ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
(CreateInlineOop): Rename encoding to constant_encoding.
diffstat:
2 files changed, 6 insertions(+), 1 deletion(-)
ChangeLog | 5 +++++
ports/hotspot/src/share/vm/shark/sharkBuilder.hpp | 2 +-
diffs (24 lines):
diff -r 5a146f117f6d -r dfc49680a3ab ChangeLog
--- a/ChangeLog Mon Jul 12 17:31:25 2010 +0100
+++ b/ChangeLog Mon Jul 12 18:50:12 2010 +0200
@@ -1,3 +1,8 @@ 2010-07-12 Matthias Klose <doko at ubuntu
+2010-07-12 Matthias Klose <doko at ubuntu.com>
+
+ * ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
+ (CreateInlineOop): Rename encoding to constant_encoding.
+
2010-07-12 Matthias Klose <doko at ubuntu.com>
* ports/hotspot/src/cpu/zero/vm/shark_globals_zero.hpp:
diff -r 5a146f117f6d -r dfc49680a3ab ports/hotspot/src/share/vm/shark/sharkBuilder.hpp
--- a/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp Mon Jul 12 17:31:25 2010 +0100
+++ b/ports/hotspot/src/share/vm/shark/sharkBuilder.hpp Mon Jul 12 18:50:12 2010 +0200
@@ -192,7 +192,7 @@ class SharkBuilder : public llvm::IRBuil
llvm::Value* code_buffer_address(int offset);
llvm::Value* CreateInlineOop(jobject object, const char* name = "");
llvm::Value* CreateInlineOop(ciObject* object, const char* name = "") {
- return CreateInlineOop(object->encoding(), name);
+ return CreateInlineOop(object->constant_encoding(), name);
}
llvm::Value* CreateInlineData(void* data,
size_t size,
More information about the distro-pkg-dev
mailing list