slachiewicz / caliper

Automatically exported from code.google.com/p/caliper
Apache License 2.0
0 stars 0 forks source link

Replace @VmParam with new functionality #164

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
@VmParam was based on a which centered around the flags as they are set rather 
than the values observed by the JVM.  It is being removed and needs to be 
replaced.  The required features are:
  - The ability to specify lists of JVM flags to be combined, without specifying them on the command line.  E.g. all combinations of -client or -server, -d32 or -d64 and -Xmx1g or -Xmx6g.
  - The ability to specify default JVM flags for a benchmark.  E.g. benchmarking a JavaAgent requires that the agent is enabled
  - Possibly allow benchmarks to observe the values of the flags that are set.

Original issue reported on code.google.com by gak@google.com on 30 May 2012 at 8:52

GoogleCodeExporter commented 9 years ago
This is post-1.0, though @VmOptions will help in the meantime.

Original comment by gak@google.com on 1 Nov 2012 at 9:18