]> git.pld-linux.org Git - packages/openjdk9.git/blobdiff - current_stack_pointer.patch
Version: 8u92.b31
[packages/openjdk9.git] / current_stack_pointer.patch
diff --git a/current_stack_pointer.patch b/current_stack_pointer.patch
deleted file mode 100644 (file)
index e3254f2..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-diff -dur jdk8u-jdk8u66-b02.orig/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp jdk8u-jdk8u66-b02/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp
---- jdk8u-jdk8u66-b02.orig/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp  2015-07-22 19:12:56.000000000 +0200
-+++ jdk8u-jdk8u66-b02/hotspot/src/os_cpu/linux_zero/vm/os_linux_zero.cpp       2015-09-21 20:19:55.821171221 +0200
-@@ -55,8 +55,8 @@
- #include "utilities/vmError.hpp"
- address os::current_stack_pointer() {
--  address dummy = (address) &dummy;
--  return dummy;
-+  // return the address of the current function
-+  return (address)__builtin_frame_address(0);
- }
- frame os::get_sender_for_C_frame(frame* fr) {
This page took 0.070022 seconds and 4 git commands to generate.