Merged gcj-eclipse branch to trunk.

From-SVN: r120621
This commit is contained in:
Tom Tromey
2007-01-09 19:58:05 +00:00
parent c648dedbde
commit 97b8365caf
17478 changed files with 606493 additions and 100744 deletions
@@ -54,10 +54,7 @@ final class VMManagementFactory
*
* @return a list of memory pool names.
*/
static String[] getMemoryPoolNames()
{
return new String[0];
}
static native String[] getMemoryPoolNames();
/**
* Return a list of the names of the currently available
@@ -66,10 +63,7 @@ final class VMManagementFactory
*
* @return a list of memory manager names.
*/
static String[] getMemoryManagerNames()
{
return new String[0];
}
static native String[] getMemoryManagerNames();
/**
* Return a list of the names of the currently available
@@ -77,8 +71,5 @@ final class VMManagementFactory
*
* @return a list of garbage collector names.
*/
static String[] getGarbageCollectorNames()
{
return new String[0];
}
static native String[] getGarbageCollectorNames();
}