mirror of
https://github.com/autc04/Retro68.git
synced 2026-03-11 02:26:17 +00:00
12 lines
427 B
C++
12 lines
427 B
C++
#include <config.h>
|
|
|
|
#include <gnu/java/lang/management/VMCompilationMXBeanImpl.h>
|
|
#include <gcj/cni.h>
|
|
#include <java/lang/UnsupportedOperationException.h>
|
|
|
|
jlong
|
|
gnu::java::lang::management::VMCompilationMXBeanImpl::getTotalCompilationTime ()
|
|
{
|
|
throw new ::java::lang::UnsupportedOperationException (JvNewStringLatin1 ("gnu::java::lang::management::VMCompilationMXBeanImpl::getTotalCompilationTime () not implemented"));
|
|
}
|