hotspot/src/share/vm/runtime/globals.cpp
Fri, 13 Nov 2015 13:31:48 +0100 neliasso Merge
Thu, 05 Nov 2015 11:56:03 +0300 ddmitriev 8139765: set_numeric_flag can call Flag::find_flag to determine the flag type
Fri, 09 Oct 2015 16:39:37 +0200 goetz 8139116: Fixes for warning "format not a string literal"
Fri, 23 Oct 2015 11:17:23 -0500 gziemski 8129855: "-XX:+IgnoreUnrecognizedVMOptions" hides out of range VM options.
Wed, 11 Nov 2015 16:32:17 -1000 twisti 8140424: don't prefix developer and notproduct flag variables with CONST_ in product builds
Sat, 17 Oct 2015 19:40:30 -0400 dlong Merge
Fri, 09 Oct 2015 09:42:33 +0200 david 8042893: compiler: PRAGMA_FORMAT_MUTE_WARNINGS_FOR_GCC needs to be removed from source files
Tue, 29 Sep 2015 11:02:08 +0200 david 8080775: Better argument formatting for assert() and friends
Thu, 08 Oct 2015 12:49:30 -1000 twisti 8136421: JEP 243: Java-Level JVM Compiler Interface
Wed, 19 Aug 2015 11:11:06 -0700 dcubed 8133537: clarify position of unlock options in error messages
Thu, 13 Aug 2015 17:17:56 -0500 gziemski 8112746: Followup to JDK-8059557 (JEP 245)
Mon, 27 Jul 2015 13:56:26 -0700 sangheki 8130459: Add additional validation after heap creation
Wed, 24 Jun 2015 12:12:25 -0400 bpittore 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
Thu, 18 Jun 2015 14:39:38 -0500 gziemski 8122937: [JEP 245] Validate JVM Command-Line Flag Arguments.
Thu, 04 Jun 2015 14:29:34 +0200 david 8080947: Add uint as a valid VM flag type
Wed, 13 May 2015 15:16:06 +0200 pliden 8079792: GC directory structure cleanup
Wed, 03 Dec 2014 20:32:33 -0800 minqi Merge
Mon, 17 Nov 2014 21:32:32 +0100 jwilhelm Merge
Wed, 12 Nov 2014 12:41:59 +0100 stefank 8064581: Move INCLUDE_ALL_GCS include section to the end of the include list
Mon, 01 Dec 2014 12:16:15 -0500 coleenp 8060074: os::free() takes MemoryTrackingLevel but doesn't need it
Wed, 29 Oct 2014 10:13:24 +0100 goetz 8062370: Various minor code improvements
Fri, 24 Oct 2014 08:22:33 +0200 thartmann 8061443: Whitebox get*VMFlag() methods fail with develop flags in product builds
Tue, 14 Oct 2014 12:09:33 -0400 jiangli 8047934: Adding new API for unlocking diagnostic argument.
Mon, 11 Aug 2014 14:03:06 +0200 stefank 8054823: Add size_t as a valid VM flag type
Fri, 30 May 2014 17:20:48 +0400 iignatyev 8038756: new WB API :: get/setVMFlag
Fri, 09 May 2014 16:50:54 -0400 drchase 8037816: Fix for 8036122 breaks build with Xcode5/clang
Thu, 23 Jan 2014 08:12:12 +0100 sla 8032250: Add trace event for VM flag changes
Thu, 16 Jan 2014 10:51:16 -0800 ccheung 8027314: Java should recognize Diagnostic options if -XX:+UnlockDiagnosticVMOptions is not specified and print an informative message
Mon, 23 Dec 2013 20:56:18 +0400 iignatyev 8029070: memory leak in jmm_SetVMGlobal
Mon, 16 Dec 2013 10:57:08 -0800 zgu 8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
Mon, 18 Nov 2013 08:21:19 +0100 sgabdura 8028341: PSR:FUNC: SCOPE PARAMETER MISSING FROM THE -XX:+PRINTFLAGSFINAL
Thu, 26 Sep 2013 12:07:53 -0700 twisti 8024545: make develop and notproduct flag values available in product builds
Wed, 21 Aug 2013 13:34:45 +0200 roland 7199175: JSR 292: C1 needs patching when invokedynamic/invokehandle call site is not linked
Fri, 28 Jun 2013 20:18:04 -0700 tamao 8017611: Auto corrector for mistyped vm options
Thu, 20 Jun 2013 11:53:51 +0200 mgronlun 8016735: Remove superfluous EnableInvokeDynamic warning from UnlockDiagnosticVMOptions check
Sun, 10 Feb 2013 22:35:38 -0800 kmo 8006430: TraceTypeProfile is a product flag while it should be a diagnostic flag
Wed, 23 Jan 2013 13:02:39 -0500 jprovino 8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS
Mon, 27 Aug 2012 15:17:17 -0700 twisti 6677625: Move platform specific flags from globals.hpp to globals_<arch>.hpp
Thu, 28 Jun 2012 17:03:16 -0400 zgu 6995781: Native Memory Tracking (Phase 1)
Thu, 10 May 2012 14:16:34 +0200 brutisso 7167069: 6 VM flags crash the VM when queried via jinfo
Tue, 20 Mar 2012 16:46:39 -0400 jmelvin 7144328: Improper commandlines for -XX:+-UnlockCommercialFeatures require proper warning/error messages
Mon, 09 Jan 2012 10:27:24 +0100 fparain 7120511: Add diagnostic commands
Mon, 19 Dec 2011 15:50:47 -0500 phh 7122880: Extend vendor-specific command interface to include manageable switches
Mon, 05 Dec 2011 12:50:00 -0500 phh 7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
Wed, 30 Nov 2011 12:48:52 -0500 phh 7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
Tue, 29 Nov 2011 17:00:46 -0500 phh 7116481: Commercial features in Hotspot must be gated by a switch
Thu, 07 Apr 2011 17:02:30 -0700 jrose 6981791: remove experimental code for JSR 292
Tue, 23 Nov 2010 13:22:55 -0800 stefank 6989984: Use standard include model for Hospot
Tue, 31 Aug 2010 03:14:00 -0700 ikrylov 6979444: add command line option to print command line flags descriptions
Wed, 11 Aug 2010 05:51:21 -0700 twisti 6976186: integrate Shark HotSpot changes
Thu, 27 May 2010 19:08:38 -0700 trims 6941466: Oracle rebranding changes for Hotspot repositories
Thu, 07 Jan 2010 16:24:17 -0800 kvn 6914622: Print values of all flags for product VM
Thu, 12 Nov 2009 09:24:21 -0800 never 6892658: C2 should optimize some stringbuilder patterns
Wed, 04 Nov 2009 16:49:23 -0500 phh 6898160: Need serviceability support for new vm argument type 'uint64_t'
Wed, 28 Oct 2009 16:25:51 -0400 phh 6887571: Increase default heap config sizes
Tue, 30 Sep 2008 15:53:55 -0700 rasbold Merge
Thu, 21 Aug 2008 23:36:31 -0400 tonyp Merge
Mon, 30 Jun 2008 17:04:59 -0700 ysr 6618726: Introduce -XX:+UnlockExperimentalVMOptions flag
Thu, 05 Jun 2008 15:57:56 -0700 ysr 6711316: Open source the Garbage-First garbage collector
Thu, 25 Sep 2008 12:50:51 -0700 never 6744783: HotSpot segfaults if given -XX options with an empty string argument
less more (0) -60 tip