hg: jdk/sandbox: 2 new changesets
chris.hegarty at oracle.com
chris.hegarty at oracle.com
Mon Jul 29 07:45:52 UTC 2019
Changeset: 1fdace0fb2f4
Author: thartmann
Date: 2019-07-29 09:34 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/1fdace0fb2f4
8223769: Assert triggers with -XX:+StressReflectiveCode
Summary: Fixed too strong assert.
Reviewed-by: kvn, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn at oracle.com>
! src/hotspot/share/opto/arraycopynode.cpp
+ test/hotspot/jtreg/compiler/arguments/TestStressReflectiveCode.java
Changeset: 1fec2d70fa13
Author: thartmann
Date: 2019-07-29 09:40 +0200
URL: https://hg.openjdk.java.net/jdk/sandbox/rev/1fec2d70fa13
8156207: Resource allocated BitMaps are often cleared unnecessarily
Summary: Removed unnecessary clearing of BitMap.
Reviewed-by: kbarrett, kvn, thartmann
Contributed-by: Christian Hagedorn <christian.hagedorn at oracle.com>
! src/hotspot/share/compiler/methodLiveness.cpp
! src/hotspot/share/utilities/bitMap.cpp
! src/hotspot/share/utilities/bitMap.hpp
More information about the jdk-sandbox-changes
mailing list