6849984: Value methods for platform dependent math functions constant fold incorrectly

Reviewed-by: kvn, twisti
This commit is contained in:
Tom Rodriguez 2010-01-15 11:53:33 -08:00
parent 8214fc3a3b
commit 72d0f638c7
11 changed files with 248 additions and 24 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright 1997-2009 Sun Microsystems, Inc. All Rights Reserved.
* Copyright 1997-2010 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -2862,6 +2862,9 @@ class StubGenerator: public StubCodeGenerator {
// arraycopy stubs used by compilers
generate_arraycopy_stubs();
// Don't initialize the platform math functions since sparc
// doesn't have intrinsics for these operations.
}