8009904: jvmtiClassFileReconstituter.cpp needs to be excluded from the minimal jvm

Thu, 21 Mar 2013 10:18:05 -0400

author
jprovino
date
Thu, 21 Mar 2013 10:18:05 -0400
changeset 4829
728b89404e34
parent 4795
3be6a41ad358
child 4830
7ca101eef24a

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

make/excludeSrc.make file | annotate | diff | comparison | revisions
     1.1 --- a/make/excludeSrc.make	Mon Mar 18 19:34:35 2013 -0400
     1.2 +++ b/make/excludeSrc.make	Thu Mar 21 10:18:05 2013 -0400
     1.3 @@ -28,7 +28,8 @@
     1.4        Src_Files_EXCLUDE += jvmtiGetLoadedClasses.cpp forte.cpp jvmtiThreadState.cpp jvmtiExtensions.cpp \
     1.5  	jvmtiImpl.cpp jvmtiManageCapabilities.cpp jvmtiRawMonitor.cpp jvmtiUtil.cpp jvmtiTrace.cpp \
     1.6  	jvmtiCodeBlobEvents.cpp jvmtiEnv.cpp jvmtiRedefineClasses.cpp jvmtiEnvBase.cpp jvmtiEnvThreadState.cpp \
     1.7 -	jvmtiTagMap.cpp jvmtiEventController.cpp evmCompat.cpp jvmtiEnter.xsl jvmtiExport.cpp
     1.8 +	jvmtiTagMap.cpp jvmtiEventController.cpp evmCompat.cpp jvmtiEnter.xsl jvmtiExport.cpp \
     1.9 +	jvmtiClassFileReconstituter.cpp
    1.10  endif
    1.11  
    1.12  ifeq ($(INCLUDE_FPROF), false)

mercurial