RFR (S) 8032490: Remove -XX:+-UseOldInlining (original) (raw)
Christian Thalinger christian.thalinger at oracle.com
Thu Jan 23 19:23:22 PST 2014
- Previous message: RFR (S) 8032490: Remove -XX:+-UseOldInlining
- Next message: RFR (S) 8032490: Remove -XX:+-UseOldInlining
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Since it’s a product flag:
- product(bool, UseOldInlining, true, \
"Enable the 1.3 inlining strategy") \
do we have to put it in the obsolete flags list (obsolete_jvm_flags) or even file a CCC request? I wouldn’t think so because turning UseOldInlining off didn’t work anyway, as far as I know.
On Jan 23, 2014, at 3:25 PM, Aleksey Shipilev <aleksey.shipilev at oracle.com> wrote:
On 01/23/2014 08:39 PM, Aleksey Shipilev wrote:
On 01/23/2014 08:35 PM, Vladimir Kozlov wrote:
On 1/23/14 8:28 AM, Aleksey Shipilev wrote:
Right, thanks for spotting that!
Updated: http://cr.openjdk.java.net/~shade/8032490/webrev.01/ Good. Rebased for jdk9/hs-comp: http://cr.openjdk.java.net/~shade/8032490/webrev.02/ -Aleksey.
- Previous message: RFR (S) 8032490: Remove -XX:+-UseOldInlining
- Next message: RFR (S) 8032490: Remove -XX:+-UseOldInlining
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the hotspot-compiler-dev mailing list