Some additional point. I have checked - file
c:\openJdk\openjdk8u\build\windows-x86_64-normal-server-release\hotspot\windows_amd64_compiler2\product\ad_x86_64_peephole.obj
exists. So I am quite entangled here If object was built and exists -
why linker fails to add it to a library?
чт, 11 июл.
Looks like you are using a newer Visual Studio toolchain:
'C:\PROGRA~2\MICROS~1\2017\PROFES~1\VC\Tools\MSVC\14.16.27023\
See below:
On 07/11/19 12:35, Moshe Zuisman wrote:
now I pulled last source (used get_ssource.sh) and - same result:
[...snip...]
*Generating Code...sh
C:\openJ
now I pulled last source (used get_ssource.sh) and - same result:
*Generating Code...sh
C:\openJdk8u_test\jdk8u\hotspot/make/windows/build_vm_def.sh
C:\progra~2\micros~1\2017\profes~1\vc\tools\msvc\1416~1.270\bin\hostx86\x64\link.exe
@C:\cygwin64\tmp\nmE8BD.tmp Creating li
Sorry - it is b04
But if get you right - i will have to last commit...
$ hg log --rev $(hg id -i | sed 's/.$//')
changeset: 2369:d43cf567cf72
tag: jdk8u212-b04
user:andrew
date:Wed Apr 03 05:14:53 2019 +0100
summary: Added tag jdk8u212-b03 for changeset 5218ef8ea6c3
On 7/11/19 1:17 PM, Moshe Zuisman wrote:
> I am trying to build openjdk8u_b24 on windows cygwin environment.
What is "openjdk8u_b24"? What exactly are you trying to build? In other words,
where did you get the
source, and what is the latest change in the source tree? There are many
improvements
Hi. I am trrting to build openjdk8u_b24 on windows cygwin environment.
Get fololowing error:
_
*
C:\progra~2\micros~1\2017\profes~1\vc\tools\msvc\1416~1.270\bin\hostx86\x64\cl.exe
/nologo /W3 /WX /Zi /D "_LP64" /D "
2) did the trick.
Thanks
Boaz
On Sun, 20 Dec 2015 at 2:02 AM Magnus Ihse Bursie <
magnus.ihse.bur...@oracle.com> wrote:
> On 2015-12-19 22:04, Boaz Nahum wrote:
> > I pull the last update, since then, when running running 'make images'
> all
> > calls to
> >
> '.../build/windows-x86_64-normal-ser
On 2015-12-19 22:04, Boaz Nahum wrote:
I pull the last update, since then, when running running 'make images' all
calls to
'.../build/windows-x86_64-normal-server-release/configure-support/bin/fixpath.exe'
end with 'Segmentation fault'
If you have build problems with no local changes that can h
I pull the last update, since then, when running running 'make images' all
calls to
'.../build/windows-x86_64-normal-server-release/configure-support/bin/fixpath.exe'
end with 'Segmentation fault'
Thx
Boaz
/usr/bin/bash: line 1: 9888 Segmentation fault
/cygdrive/f/Dev/JDKBuild/valhalla/build/wi
Fix pushed
Maurizio
On 18/12/15 13:16, Boaz Nahum wrote:
Hi
Lately, I have this error:
f:/Dev/JDKBuild/valhalla/jdk/src/java.desktop/share/native/libfontmanager/freetypeScaler.c(106)
: error C2220: warning treated as error - no 'object' file generated
f:/Dev/JDKBuild/valhalla/jdk/src/java.des
On 2015-12-18 14:16, Boaz Nahum wrote:
Hi
Lately, I have this error:
f:/Dev/JDKBuild/valhalla/jdk/src/java.desktop/share/native/libfontmanager/freetypeScaler.c(106)
: error C2220: warning treated as error - no 'object' file generated
f:/Dev/JDKBuild/valhalla/jdk/src/java.desktop/share/native/li
Hi
Lately, I have this error:
f:/Dev/JDKBuild/valhalla/jdk/src/java.desktop/share/native/libfontmanager/freetypeScaler.c(106)
: error C2220: warning treated as error - no 'object' file generated
f:/Dev/JDKBuild/valhalla/jdk/src/java.desktop/share/native/libfontmanager/freetypeScaler.c(106)
: warn
I do not know and I don't see what could be done from the build point of
view.
When we restructure the source for modules, each unit of compilation
will be much smaller so the problem will most likely go away.
/Erik
On 2014-05-08 18:35, Phil Race wrote:
Do we yet have a definitive answer to
Do we yet have a definitive answer to whether this is a javac bug
or something that needs to be fixed in the build ?
-phil.
On 3/13/14 2:36 PM, Bradford Wetmore wrote:
Phil,
That looks exactly like my problem.
http://mail.openjdk.java.net/pipermail/build-dev/2014-March/012089.html
Subject: H
Phil,
That looks exactly like my problem.
http://mail.openjdk.java.net/pipermail/build-dev/2014-March/012089.html
Subject: Heads Up: OutOfMemoryError when building a 64-bit JDK 9 using
a 32-bit bootdir.
> Yes, 32 bit it appears, although I didn't supply the boot dir option,
> it chose it al
Yes, 32 bit it appears, although I didn't supply the boot dir option, it
chose it all by itself.
Who can dig into how much heap is actually needed and see if some new bug is
requiring more than that ?
-phil.
On 3/12/2014 3:06 PM, Mike Duigou wrote:
Is your bootjdk a 32 bit VM? Brad Wetmore had
Is your bootjdk a 32 bit VM? Brad Wetmore had similar issues last week. The
problem in his case was that the 32 bit VM couldn't get a large enough heap.
Switching to a 64 bit boot jdk resolved the issue for him.
Mike
On Mar 12 2014, at 14:45 , Phil Race wrote:
> I'm on Windows 7 64 bit and I
I'm on Windows 7 64 bit and I've quit every app except for my console
windows
yet I still get this error below.
How can I get past this ?
-phil.
--
## Starting jdk
Compiling 9635 files for BUILD_JDK
The system is out of resources.
Consult the following stack trace for details.
java.
Hi, Kelly.
You're partially right. The problem was in the permission of the
generated files in the build directory.
To fix it I run chmod - R 777 several times on the build directory after
each build failure.
Solution which helped me:
http://stackoverflow.com/questions/5828037/cygwin-sets-file-
When a java source generation tool is failing, I usually suspect the
boot jdk first. What did you use for boot jdk?
/Erik
On 2013-01-29 18:25, Sergey Bylokhov wrote:
Hello.
Does anybody know how to fix this error message?
## Starting jdk
make[2]: Entering directory
`/cygdrive/c/moe/workspace
On Windows, check your file and directory permissions.
-kto
On Jan 29, 2013, at 9:25 AM, Sergey Bylokhov wrote:
> Hello.
> Does anybody know how to fix this error message?
>
> ## Starting jdk
> make[2]: Entering directory
> `/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles'
> make[3]: E
Hello.
Does anybody know how to fix this error message?
## Starting jdk
make[2]: Entering directory
`/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles'
make[3]: Entering directory
`/cygdrive/c/moe/workspaces/jdk/8/awt-work/jdk/makefiles'
Generating Nimbus source files
Exception in thread
This is the second report of this we get in a short time. I've filed an
issue on adding a check to make that the configuration is up to date.
Testing a solution now.
/Erik
On 2013-01-29 16:10, Erik Joelsson wrote:
It looks like you haven't rerun configure since you pulled changes last.
/Erik
It looks like you haven't rerun configure since you pulled changes last.
/Erik
On 2013-01-29 15:55, Boaz Nahum wrote:
Hi.
On windows and Linux(Ubuntu 12.10) default target works fine, but 'images'
fails.
On windows the error is:
$ make NEWBUILD=true images
*Images.gmk:612: warning: ignoring
Hi.
On windows and Linux(Ubuntu 12.10) default target works fine, but 'images'
fails.
On windows the error is:
$ make NEWBUILD=true images
*Images.gmk:612: warning: ignoring old recipe for target `/release'
Images.gmk:620: warning: overriding recipe for target `/release'
Images.gmk:616: warning
25 matches
Mail list logo