changeset 28491:d4e8887117b7

maint: merge stable to default.
author Rik <rik@octave.org>
date Sat, 20 Jun 2020 09:27:56 -0700
parents aabfd3f51d0b (current diff) d2fd4616829b (diff)
children ae4cdbe75992
files libinterp/octave-value/ov-java.cc
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/octave-value/ov-java.cc	Sat Jun 20 14:09:09 2020 +0200
+++ b/libinterp/octave-value/ov-java.cc	Sat Jun 20 09:27:56 2020 -0700
@@ -613,7 +613,6 @@
 //!
 //! - '-Djava.class.path=classpath', where @c classpath is given by
 //!   #initial_class_path().
-//! - '-Djava.system.class.loader=org.octave.OctClassLoader'.
 //! - '-Xrs'
 //!
 //! Further options are read from the file @c java.opts in the directory given
@@ -763,7 +762,6 @@
 
       // Hard-coded options for the jvm.
       vm_args.add ("-Djava.class.path=" + initial_class_path ());
-      vm_args.add ("-Djava.system.class.loader=org.octave.OctClassLoader");
       vm_args.add ("-Xrs");
 
       // Additional options given by file java.opts.