On 6/14/2011 2:22 PM, Sebastian Sickelmann wrote:
Hi,
i had done a contribution to openjdk7 and remembered it was very hard to setup all the
build thinks. Now a want to make some new contributions and i struggle again with the
build setup. How about a prebuild Oracle VM appliance for openjdk d
Dang Nhan Nguyen said the following on 06/15/11 01:43:
I found out the cause is my additional code to the hotspot which use sdt
namespace:
using namespace std;
When I remove this line and all the printout with "cout <<", no more linking
error. Though I don't have a thorough explanation.
Does
Hi,
i had done a contribution to openjdk7 and remembered it was very hard to setup
all the build thinks. Now a want to make some new contributions and i struggle
again with the build setup. How about a prebuild Oracle VM appliance for
openjdk development (at least for the linux-setup). I will g
I found out the cause is my additional code to the hotspot which use sdt
namespace:
using namespace std;
When I remove this line and all the printout with "cout <<", no more linking
error. Though I don't have a thorough explanation.
Does it mean I cannot use certain features in stdlib in hotsp
Sorry never seen this, or heard of this one, when building hotspot. I
suggest comparing that build instructions used when building the whole
JDK with those building Hotspot by itself.
David Holmes
Dang Nhan Nguyen said the following on 06/14/11 20:01:
Hi All,
I have successfully built the whol
Hi All,
I have successfully built the whole Openjdk7/JVM (b121) on an platform with
amd64/Ubuntu/Gcc 4.4.3.
I try to build hotspot alone on the same machine.
ALT_OUTPUTDIR=../../build/hotspot_product ARCH_DATA_MODEL=64 make product 2>&1
| tee ../../build/hotspot_product.log
The building proces