Ivan,
Looks good for me.
-Dmitry
On 2013-10-05 17:04, Ivan Gerasimov wrote:
> Dmitry, thanks for suggestion!
>
> Yes, == comparison isn't the only sh-incompatible thing in the script.
> Sh may be unhappy with [[ as well.
> So I replaced it with case as you suggested.
> Grep shows that it was th
Changeset: 8ef918538e22
Author:sla
Date: 2013-10-04 13:44 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/8ef918538e22
6313383: SA: Update jmap to support HPROF binary format "JAVA PROFILE 1.0.2"
Summary: Adds support for large(>4G) heap dumps in hprof format. Adds
Changeset: 72b7e96c1922
Author:twisti
Date: 2013-09-26 12:07 -0700
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/72b7e96c1922
8024545: make develop and notproduct flag values available in product builds
Reviewed-by: dholmes, kvn
! agent/src/share/classes/sun/jvm/hotspo
Changeset: f9be370a7d54
Author:sla
Date: 2013-10-05 15:18 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/f9be370a7d54
8025922: JNI access to Strings need to check if the value field is non-null
Reviewed-by: dholmes, dcubed
! src/share/vm/prims/jni.cpp
! src/share/
Dmitry, thanks for suggestion!
Yes, == comparison isn't the only sh-incompatible thing in the script.
Sh may be unhappy with [[ as well.
So I replaced it with case as you suggested.
Grep shows that it was the only place where [[ and == were used in
regtests, so it would be good to make things co
Changeset: 44da760eed4b
Author:jrose
Date: 2013-10-05 05:30 -0700
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/44da760eed4b
8024761: JSR 292 improve performance of generic invocation
Summary: use a per-MH one element cache for MH.asType to speed up MH.invoke;
also cache enough M
Changeset: b0610cd08440
Author:mkos
Date: 2013-10-04 16:21 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jaxws/rev/b0610cd08440
8025054: Update JAX-WS RI integration to 2.2.9-b130926.1035
Reviewed-by: chegar
!
src/share/jaxws_classes/com/oracle/webservices/internal/api/databinding
Changeset: 7d2112abbb1d
Author:coffeys
Date: 2013-10-04 16:27 +0100
URL: http://hg.openjdk.java.net/jdk8/tl/jdk/rev/7d2112abbb1d
8016271: wsimport -clientjar does not create portable jars on Windows due to
hardcoded backslash
Reviewed-by: mkos, chegar
+ test/javax/xml/ws/clientjar
Changeset: febab3a8f203
Author:erikj
Date: 2013-10-04 12:45 +0200
URL: http://hg.openjdk.java.net/hsx/hotspot-rt/hotspot/rev/febab3a8f203
8007446: Add /MP to cl.exe speeds up windows builds of OpenJDK.
Reviewed-by: sla, ctornqvi
! make/windows/makefiles/compile.make
! make/windows/