< prev index next >

make/mapfiles/libjli/mapfile-vers

Print this page
rev 12309 : 8027634: Support @argfiles for java command-line tool
Reviewed-by: ksrini, mchung


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Define public interface.
  27 
  28 SUNWprivate_1.1 {
  29         global:
  30                 JLI_Launch;
  31                 JLI_ManifestIterate;
  32                 JLI_SetTraceLauncher;
  33                 JLI_ReportErrorMessage;
  34                 JLI_ReportErrorMessageSys;
  35                 JLI_ReportMessage;
  36                 JLI_ReportExceptionDescription;
  37                 JLI_GetStdArgs;
  38                 JLI_GetStdArgc;





  39 
  40         local:
  41                 *;
  42 };


  19 # Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
  20 #
  21 # Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  22 # or visit www.oracle.com if you need additional information or have any
  23 # questions.
  24 #
  25 
  26 # Define public interface.
  27 
  28 SUNWprivate_1.1 {
  29         global:
  30                 JLI_Launch;
  31                 JLI_ManifestIterate;
  32                 JLI_SetTraceLauncher;
  33                 JLI_ReportErrorMessage;
  34                 JLI_ReportErrorMessageSys;
  35                 JLI_ReportMessage;
  36                 JLI_ReportExceptionDescription;
  37                 JLI_GetStdArgs;
  38                 JLI_GetStdArgc;
  39                 JLI_List_new;
  40                 JLI_List_add;
  41                 JLI_StringDup;
  42                 JLI_MemFree;
  43                 JLI_ExpandArgFile;
  44 
  45         local:
  46                 *;
  47 };
< prev index next >