OpenJDK / jdk / hs
changeset 13098:c9b2dc03b271
Merge
author | coleenp |
---|---|
date | Mon, 25 Jun 2012 18:59:52 -0700 |
parents | c146b608d91f 8a01a0702816 |
children | 64752e56d721 |
files | |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Mon Jun 25 21:33:35 2012 -0400 +++ b/hotspot/src/share/vm/prims/jvmtiTagMap.cpp Mon Jun 25 18:59:52 2012 -0700 @@ -585,7 +585,7 @@ _o = klassOop_if_java_lang_Class(o); // object size - _obj_size = _o->size() * wordSize; + _obj_size = (jlong)_o->size() * wordSize; // record the context _tag_map = tag_map;