bug1-bug2-..-bugN-XY-lowercase_comment_suffix_or_jdkpart.patch XY is number 01-99 for patches which are order sensitive or simply counts together where bugs are jdkIJK or prLMN or rhOPQ and if more bugs (which is desired) then in jdk->pr->rh order. I..Q are numbers corresponding to: https://bugs.openjdk.java.net/browse/JDK-IJK https://icedtea.classpath.org/bugzilla/show_bug.cgi?id=LMN https://bugzilla.redhat.com/show_bug.cgi?id=OPQ
		
			
				
	
	
		
			22 lines
		
	
	
		
			928 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			22 lines
		
	
	
		
			928 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| # HG changeset patch
 | |
| # User sgehwolf
 | |
| # Date 1536829660 -7200
 | |
| #      Thu Sep 13 11:07:40 2018 +0200
 | |
| # Node ID 39ccca116f79139fc4b779f5df83cb32357b9ae9
 | |
| # Parent  7512bd28304cf0dc5676247990f1907162c719ca
 | |
| 8210703: vmStructs.cpp compiled with -O0
 | |
| Reviewed-by: duke
 | |
| 
 | |
| diff --git a/make/hotspot/lib/JvmOverrideFiles.gmk b/make/hotspot/lib/JvmOverrideFiles.gmk
 | |
| --- a/make/hotspot/lib/JvmOverrideFiles.gmk
 | |
| +++ b/make/hotspot/lib/JvmOverrideFiles.gmk
 | |
| @@ -30,7 +30,7 @@
 | |
|  # status for individual files on specific platforms.
 | |
|  
 | |
|  ifeq ($(TOOLCHAIN_TYPE), gcc)
 | |
| -  BUILD_LIBJVM_vmStructs.cpp_CXXFLAGS := -fno-var-tracking-assignments -O0
 | |
| +  BUILD_LIBJVM_vmStructs.cpp_CXXFLAGS := -fno-var-tracking-assignments
 | |
|    BUILD_LIBJVM_jvmciCompilerToVM.cpp_CXXFLAGS := -fno-var-tracking-assignments
 | |
|    BUILD_LIBJVM_jvmciCompilerToVMInit.cpp_CXXFLAGS := -fno-var-tracking-assignments
 | |
|    BUILD_LIBJVM_assembler_x86.cpp_CXXFLAGS := -Wno-maybe-uninitialized
 |