hotspot/make/linux/makefiles/amd64.make
changeset 19544 8f3ad1962aef
parent 7397 5b173b4ca846
child 36194 d6b05b266581
--- a/hotspot/make/linux/makefiles/amd64.make	Fri Aug 23 10:39:15 2013 -0700
+++ b/hotspot/make/linux/makefiles/amd64.make	Sun Aug 25 21:21:18 2013 -0400
@@ -1,5 +1,5 @@
 #
-# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2003, 2013, Oracle and/or its affiliates. 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
@@ -31,9 +31,4 @@
 
 CFLAGS += -D_LP64=1
 
-# The serviceability agent relies on frame pointer (%rbp) to walk thread stack
-ifndef USE_SUNCC
-  CFLAGS += -fno-omit-frame-pointer
-endif
-
 OPT_CFLAGS/compactingPermGenGen.o = -O1