JDK-7082220 : Visual Studio projects broken after change: backport to OpenJDK7/hotspot
Francis ANDRE
francis.andre.kampbell at orange.fr
Mon Sep 23 15:51:01 UTC 2013
Sean
The point is that OpenJDK7u is not open source while OpenJDK7 is... Following is
a snippet of the make log joined...
That's the same story for the HSX project. Thus either the OpenJDK7u is an open
source project and then the makefiles are wrong, either it is not and then I
need the backport on the OpenJDK7 project.
Regards
Francis
mv ad_x86_32.cpp ad_x86_32.hpp ad_x86_32_clone.cpp
ad_x86_32_expand.cpp ad_x86_32_forma
t.cpp ad_x86_32_gen.cpp ad_x86_32_misc.cpp ad_x86_32_peephole.cpp
ad_x86_32_pipeline.cpp adGlob
als_x86_32.hpp dfa_x86_32.cpp adfiles/
"C:\Progra~1\Java\jdk1.6.0_35\bin\javac" -g -encoding ascii -source 6
-target 6 -d jvmtifile
s Z:\DEV\OpenJDK7u\hotspot/src/share/vm/prims/jvmtiGen.java
Generating jvmtifiles/jvmtiEnv.hpp
Generating jvmtifiles/jvmtiEnter.cpp
Generating jvmtifiles/jvmtiEnterTrace.cpp
Generating jvmtifiles/jvmtiEnvRecommended.cpp
Generating jvmtifiles/bytecodeInterpreterWithChecks.cpp
Generating jvmtifiles/jvmti.h
*NMAKE : fatal error U1073: incapable d'obtenir
'Z:\DEV\OpenJDK7u\hotspot/src/closed/share/vm/trace/t**
**raceEventClasses.xsl'*
Stop.
NMAKE : fatal error U1077: 'cd' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio
10.0\VC\BIN\nmake.EXE"' : code
retour '0x2'
Stop.
Makefile:191: recipe for target `generic_build2' failed
make[1]: *** [generic_build2] Error 2
make[1] : on quitte le répertoire « /cygdrive/z/DEV/OpenJDK7u/hotspot/make »
Makefile:151: recipe for target `jvmg' failed
make: *** [jvmg] Error 2
FrancisANDRE at idefix /cygdrive/z/DEV/OpenJDK7u/hotspot/make
Le 22/09/2013 20:40, Seán Coffey a écrit :
> Francis,
>
> the OpenJDK 7 repository corresponds to the JDK 7 GA release made a few years
> ago. The OpenJDK 7u repository is used to gather fixes for the JDK 7 update
> releases.
>
> Isn't this patch already in the updates ? (7u2)
>
> http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/2f27ed2a98fa
> https://bugs.openjdk.java.net/browse/JDK-2213981
>
> regards,
> Sean.
>
> On 22/09/2013 09:37, Francis ANDRE wrote:
>> HI
>>
>> the patch "JDK-7082220 : Visual Studio projects broken after change 7016797:
>> Hotspot: securely/restrictive load dlls" is missing in the
>> OpenJDK7/hotspot/src/share/tools/ProjectCreator/WinGammaPlatformVC10.java. I
>> applied it localy but some other OpenJDK developpers on WXP/VS2010 would
>> benefit of this patch if it was applied to the OpenJDK7 forest. So I am
>> wondering how to request a backport of this patch to the OpenJDK7/hotspot
>> repository?
>>
>> Regards
>>
>> FA
>>
>>
>
>
-------------- next part --------------
cd /cygdrive/z/DEV/OpenJDK7u/hotspot/make; \
make BUILD_FLAVOR=jvmg VM_TARGET=jvmg generic_build2
INFO: ENABLE_FULL_DEBUG_SYMBOLS=1
make[1] : on entre dans le répertoire « /cygdrive/z/DEV/OpenJDK7u/hotspot/make »
mkdir -p /cygdrive/z/DEV/OpenJDK7u/hotspot/build/windows
cd /cygdrive/z/DEV/OpenJDK7u/hotspot/build/windows; \
MAKEFLAGS= MFLAGS= EXTRA_CFLAGS="" nmake -NOLOGO -f Z:/DEV/OpenJDK7u/hotspot/make/windows/build.make \
Variant=compiler2 \
WorkSpace=Z:\\DEV\\OpenJDK7u\\hotspot \
BootStrapDir=C:\\Progra~1\\Java\\jdk1.6.0_35 \
BuildUser=FrancisANDRE \
ARCH=x86 BUILDARCH=i486 Platform_arch=x86 Platform_arch_model=x86_32 ENABLE_FULL_DEBUG_SYMBOLS=1 ZIP_DEBUGINFO_FILES=1 RM="rm -f" ZIPEXE=zip JDK_MKTG_VERSION=7.0 JDK_MAJOR_VER=1 JDK_MINOR_VER=7 JDK_MICRO_VER=0 BUILD_WIN_SA=1 JAVA_HOME=C:\\Progra~1\\Java\\jdk1.6.0_35 OUTPUTDIR=Z:\\DEV\\OpenJDK7u\\hotspot\\build\\windows GAMMADIR=Z:\\DEV\\OpenJDK7u\\hotspot MAKE_VERBOSE=y HOTSPOT_RELEASE_VERSION=24.0-b56 JRE_RELEASE_VERSION="1.7.0" HOTSPOT_BUILD_VERSION=internal INCLUDE_TRACE=1 jvmg
cd windows_i486_compiler2
nmake -nologo -f Z:\DEV\OpenJDK7u\hotspot\make\windows\makefiles\top.make BUILD_FLAVOR=debug ARCH=x86
nmake in ./generated
cd generated && "C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE" -NOLOGO -f Z:\DEV\OpenJDK7u\hotspot\make\windows\makefiles\generated.make DIR=.\generated BUILD_FLAVOR=debug
NMAKE : fatal error U1073: incapable d'obtenir 'Z:\DEV\OpenJDK7u\hotspot/src/closed/share/vm/trace/traceEventClasses.xsl'
Stop.
NMAKE : fatal error U1077: 'cd' : code retour '0x2'
Stop.
NMAKE : fatal error U1077: '"C:\Program Files\Microsoft Visual Studio 10.0\VC\BIN\nmake.EXE"' : code retour '0x2'
Stop.
Makefile:191: recipe for target `generic_build2' failed
make[1]: *** [generic_build2] Error 2
make[1] : on quitte le répertoire « /cygdrive/z/DEV/OpenJDK7u/hotspot/make »
Makefile:151: recipe for target `jvmg' failed
make: *** [jvmg] Error 2
More information about the build-dev
mailing list