Changeset 278 for trunk/openjdk/jdk/src/solaris/sample
- Timestamp:
- Mar 26, 2011, 8:39:20 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 15 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:ignore
-
old new 1 1 build 2 build-product-release
-
-
Property svn:mergeinfo
set to
/branches/vendor/oracle/openjdk6/b22 merged eligible /branches/vendor/oracle/openjdk6/current merged eligible
- Property svn:ignore
-
trunk/openjdk/jdk/src/solaris/sample/dtrace/helpers/dtrace_helper.d
r2 r278 1 1 #!/usr/sbin/dtrace -s 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/class_loading_stat.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/gc_time_stat.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/hotspot_calls_tree.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/method_compile_stat.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/method_invocation_stat.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/method_invocation_stat_filter.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/method_invocation_tree.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/monitors.d
r2 r278 1 1 #!/usr/sbin/dtrace -Zs 2 2 /* 3 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.3 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 4 4 * 5 5 * Redistribution and use in source and binary forms, with or without … … 14 14 * documentation and/or other materials provided with the distribution. 15 15 * 16 * - Neither the name of Sun Microsystemsnor the names of its16 * - Neither the name of Oracle nor the names of its 17 17 * contributors may be used to endorse or promote products derived 18 18 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot/object_allocation_stat.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot_jni/CriticalSection.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot_jni/CriticalSection_slow.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot_jni/hotspot_jni_calls_stat.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission. -
trunk/openjdk/jdk/src/solaris/sample/dtrace/hotspot_jni/hotspot_jni_calls_tree.d
r2 r278 2 2 3 3 /* 4 * Copyright 2006 Sun Microsystems, Inc. All Rights Reserved.4 * Copyright (c) 2006, Oracle and/or its affiliates. All rights reserved. 5 5 * 6 6 * Redistribution and use in source and binary forms, with or without … … 15 15 * documentation and/or other materials provided with the distribution. 16 16 * 17 * - Neither the name of Sun Microsystemsnor the names of its17 * - Neither the name of Oracle nor the names of its 18 18 * contributors may be used to endorse or promote products derived 19 19 * from this software without specific prior written permission.
Note:
See TracChangeset
for help on using the changeset viewer.