Hello,
This is a small followup fix for JDK-8170741. It addresses the following:
* The new run-test-prebuilt profile is missing the JT_HOME environment
variable from boot_jdk.
* There are no compact profiles bundles to publish. I have created a new
top level target to create these bundles an
Erik:
This is a small followup fix for JDK-8170741. It addresses the following:
* The new run-test-prebuilt profile is missing the JT_HOME environment
variable from boot_jdk.
* There are no compact profiles bundles to publish. I have created a new
top level target to create these bundles and e
Hello,
In the new Javadoc.gmk, there is a problem with a make variable,
$(HASH), that doesn't get resolved properly into # in the final html
files. My conclusion is that the # character is problematic when being
passed inside an argument to one of our named parameter macros. I have
fixed this
Hello,
VarDeps breaks when a file with overridden CFLAGS has the same name as
the library.
SetupNativeCompilation(FOO,
LIBRARY:=foo,
foo_CFLAGS := -DmakeItBreak)
We then get the vardeps file for linking the library and the vardeps
file for the specific CFLAGS ending up with the same
Erik:
In the new Javadoc.gmk, there is a problem with a make variable,
$(HASH), that doesn't get resolved properly into # in the final html
files. My conclusion is that the # character is problematic when being
passed inside an argument to one of our named parameter macros. I have
fixed this by
Hello Erik:
VarDeps breaks when a file with overridden CFLAGS has the same name as
the library.
SetupNativeCompilation(FOO,
LIBRARY:=foo,
foo_CFLAGS := -DmakeItBreak)
We then get the vardeps file for linking the library and the vardeps
file for the specific CFLAGS ending up with the sa
Hi,
libjvm.so gets copied a few times during the build. I usually build
slowdebug builds with --with-native-debug-symbols=internal (to make it
easier with gdb). This gives me 8 libjvm.so files:
./support/interim-image/lib/server/libjvm.so
./support/modules_libs/java.base/server/libjvm.so
./ho
> On Jan 9, 2017, at 3:40 PM, Ioi Lam wrote:
>
> Hi,
>
> libjvm.so gets copied a few times during the build. I usually build slowdebug
> builds with --with-native-debug-symbols=internal (to make it easier with
> gdb). This gives me 8 libjvm.so files:
>
> ./support/interim-image/lib/server/lib