JDK-8169424 : src/share/sample/scripting/scriptpad/src/scripts/memory.sh missing #!
  • Type: Bug
  • Component: core-libs
  • Sub-Component: javax.script
  • Affected Version: 8u121
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-11-08
  • Updated: 2018-05-14
  • Resolved: 2017-11-29
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 8
8u172 b01Fixed
Description
--- openjdk8/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.sh.orig
+++ openjdk8/jdk/src/share/sample/scripting/scriptpad/src/scripts/memory.sh
@@ -1,3 +1,4 @@
+#!/bin/sh
 #
 # Copyright (c) 2006, 2013, Oracle and/or its affiliates. All rights reserved.
 #
Comments
Removed from 9 via https://bugs.openjdk.java.net/browse/JDK-8173801
29-11-2017