log src/share/vm/runtime/arguments.cpp @ 24234:ea6f94ab283b default tip

age author description
Mon, 14 Aug 2017 23:20:38 +0200 Doug Simon Merge with jdk8u141-b15 jvmci-0.32
Thu, 05 Jan 2017 18:55:20 -0500 dholmes 8170888: [linux] Experimental support for cgroup memory limits in container (ie Docker) environments jdk8u131-b06
Thu, 15 Jun 2017 01:01:04 +0200 Doug Simon set +UseJVMCICompiler ergonomically if jvmci.class.path.append is defined or there is at least one jar file in jre/lib/jvmci apart from the JVMCI API jars
Tue, 13 Jun 2017 14:22:54 +0200 Doug Simon [GR-4077] support Graal.SDK on the boot class path and Truffle on a class path invisible to apps but visible to JVMCI
Mon, 05 Dec 2016 16:30:33 +0100 Gilles Duboscq No need for ObjectMonitor::_succ, allow EmitSync=2|8 in combination with inline bias-locking
Wed, 16 Nov 2016 12:32:54 -0800 Tom Rodriguez Merge with jdk8u111-b14
Mon, 20 Jun 2016 22:46:28 -0700 shshahma 8155968: Update command line options jdk8u111-b01
Mon, 16 May 2016 14:01:31 -0400 jiangli 8156794: Extend data sharing
Tue, 29 Mar 2016 13:05:07 +0100 kevinw 8150518: G1 GC crashes at G1CollectedHeap::do_collection_pause_at_safepoint(double)
Fri, 23 Sep 2016 16:33:12 +0200 David Leopoldseder move jvmci flag handling to JVMCIGlobals
Wed, 14 Sep 2016 17:39:25 +0200 David Leopoldseder set default options for jvmci
Tue, 21 Jun 2016 17:16:26 +0200 Doug Simon the client VM build is broken when INCLUDE_JVMCI is defined (JDK-8159888)
Wed, 08 Jun 2016 01:06:48 +0200 Doug Simon ignore EnableJVMCI when checking JVMCI options
Wed, 01 Jun 2016 00:11:44 +0200 Doug Simon Merge.
Wed, 02 Dec 2015 17:48:20 -0800 ccheung 8143963: improve ClassLoader::trace_class_path to accept an additional outputStream* arg