# HG changeset patch # User jprovino # Date 1363875485 14400 # Node ID 1a477ccdae4de39a6e73bff5da9c7f4a4423c405 # Parent 55ea30496957bc2ddeb33ee442ad211617cc71a6 8009904: jvmtiClassFileReconstituter.cpp needs to be excluded from the minimal jvm Summary: jvmtiClassFileReconstituter.cpp needs to be added to the list of files to exclude when JVMTI is excluded from the jvm Reviewed-by: dholmes, sspitsyn diff -r 55ea30496957 -r 1a477ccdae4d hotspot/make/excludeSrc.make --- a/hotspot/make/excludeSrc.make Mon Mar 18 19:34:35 2013 -0400 +++ b/hotspot/make/excludeSrc.make Thu Mar 21 10:18:05 2013 -0400 @@ -28,7 +28,8 @@ Src_Files_EXCLUDE += jvmtiGetLoadedClasses.cpp forte.cpp jvmtiThreadState.cpp jvmtiExtensions.cpp \ jvmtiImpl.cpp jvmtiManageCapabilities.cpp jvmtiRawMonitor.cpp jvmtiUtil.cpp jvmtiTrace.cpp \ jvmtiCodeBlobEvents.cpp jvmtiEnv.cpp jvmtiRedefineClasses.cpp jvmtiEnvBase.cpp jvmtiEnvThreadState.cpp \ - jvmtiTagMap.cpp jvmtiEventController.cpp evmCompat.cpp jvmtiEnter.xsl jvmtiExport.cpp + jvmtiTagMap.cpp jvmtiEventController.cpp evmCompat.cpp jvmtiEnter.xsl jvmtiExport.cpp \ + jvmtiClassFileReconstituter.cpp endif ifeq ($(INCLUDE_FPROF), false)