hg: hsx/hotspot-main/hotspot: 5 new changesets

vladimir.x.ivanov at oracle.com vladimir.x.ivanov at oracle.com
Thu Feb 21 11:33:32 PST 2013


Changeset: c59b7900a2bd
Author:    roland
Date:      2013-02-18 09:06 +0100
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/c59b7900a2bd

8007959: Use expensive node logic for more math nodes
Summary: use expensive node logic for other more math nodes.
Reviewed-by: kvn

! src/share/vm/opto/library_call.cpp
! src/share/vm/opto/subnode.hpp

Changeset: 514efad5e81a
Author:    drchase
Date:      2013-02-18 14:29 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/514efad5e81a

8008180: Several tests in compiler/5091921 need more time to run
Summary: Added an explicit timeouts.
Reviewed-by: kvn, twisti

! test/compiler/5091921/Test6850611.java
! test/compiler/5091921/Test6890943.java
! test/compiler/5091921/Test6905845.java
! test/compiler/5091921/Test6992759.java

Changeset: a2bc322ca273
Author:    drchase
Date:      2013-02-18 15:08 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/a2bc322ca273

7102300: performance warnings cause results diff failure in Test6890943
Summary: Strip lines matching the performance warning from the output before diff.
Reviewed-by: kvn

! test/compiler/5091921/Test6890943.sh

Changeset: ad736b4683b4
Author:    kvn
Date:      2013-02-18 16:47 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/ad736b4683b4

8004867: VM crashing with assert "share/vm/opto/node.hpp:357 - assert(i < _max) failed: oob"
Summary: Added few checks and early bailout from Superword optimization to avoid such cases in a future.
Reviewed-by: roland, twisti

! src/share/vm/opto/superword.cpp
! src/share/vm/opto/superword.hpp
+ test/compiler/8004867/TestIntAtomicCAS.java
+ test/compiler/8004867/TestIntAtomicOrdered.java
+ test/compiler/8004867/TestIntAtomicVolatile.java
+ test/compiler/8004867/TestIntUnsafeCAS.java
+ test/compiler/8004867/TestIntUnsafeOrdered.java
+ test/compiler/8004867/TestIntUnsafeVolatile.java

Changeset: 2e4b16122164
Author:    vlivanov
Date:      2013-02-21 06:29 -0800
URL:       http://hg.openjdk.java.net/hsx/hotspot-main/hotspot/rev/2e4b16122164

Merge




More information about the hotspot-dev mailing list