All tests passed.
Vladimir
On 12/1/18 4:37 PM, Vladimir Kozlov wrote:
I am fine with Hotspot changes.
But we need to verify changes on all platforms.
I see that aarch64 also supports it in addition to SPARC.
I will run compiler/codegen/aes/ test to make sure it pass on SPARC but we
don't tes
I am fine with Hotspot changes.
But we need to verify changes on all platforms.
I see that aarch64 also supports it in addition to SPARC.
I will run compiler/codegen/aes/ test to make sure it pass on SPARC but we
don't test aarch64.
I let you know testing results when they are done.
Thanks,
Vl
On 30/11/2018 23:11, Roger Riggs wrote:
Hi Phil,
That looks fine.
Too bad it introduces a new shell test, we're trying to get rid of them.
The other alternative would have the test program needed to set the
environment
and launch a java program.
The implementation look good to me too and I a
Find the proposed patch attached. Some comments and explanations, here:
There is a quite interesting implementation in Manifest and Attributes
worth quite some explanation. The way it used to work before was:
1. put manifest header name, colon and space into a StringBuffer
-> the buffer now conta
Hi,
jar --create (and --update) perform type API validation checks when used in
combination with --release option. This detects invalid "version overlays"
at package time, where the API doesn't match a previous one.
Having a jar --verify mode that performs the same checks consuming an
already exi