You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by nd...@apache.org on 2008/08/23 20:54:35 UTC

svn commit: r688396 - /harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp

Author: ndbeyer
Date: Sat Aug 23 11:54:35 2008
New Revision: 688396

URL: http://svn.apache.org/viewvc?rev=688396&view=rev
Log:
Apply patch memmgr2.patch from [drlvm][memory] Native memory management and tuning; this should fix failing test in classlib, lang-management

Modified:
    harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp

Modified: harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp
URL: http://svn.apache.org/viewvc/harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp?rev=688396&r1=688395&r2=688396&view=diff
==============================================================================
--- harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp (original)
+++ harmony/enhanced/drlvm/trunk/vm/vmcore/src/kernel_classes/native/org_apache_harmony_lang_management_MemoryPoolMXBeanImpl.cpp Sat Aug 23 11:54:35 2008
@@ -52,7 +52,7 @@
     jlong max = 1L<<22;
 
     jclass memoryPoolMXBeanClazz =jenv->FindClass(
-        "org/apache/harmony/lang/management/MemoryPoolMXBean");
+        "java/lang/management/MemoryPoolMXBean");
     if (jenv->ExceptionCheck()) {return NULL;};
 
     jmethodID getNameMethod = jenv->GetMethodID(