Skip to content

Conversation

@phishman3579
Copy link

Fixed a number of issues when using Caliper with a Java 6 VM (1.6.0_65):

  • ServerSocketServiceTest was using a java 7 only getLoopbackAddress() method
  • AllocationRecorder and AllocationInstrumentTest used values which weren't compatible

Fixed ClassNotFound exception when trying to load a class which was defined in a jar on the classpath (this is a java 6 & 7 problem, I believe):

  • WorkerMain
  • ExperimentModule
  • CaliperConfig

Justin Wetherell added 4 commits August 11, 2015 16:36
…oopbackAddress() error', '14 objects and 1960 bytes are the known values', and 'Out of Memory'. Tests including AllocationInstrumentTest, BadUserCodeTest
@cgdecker cgdecker added P4 type=defect Bug, not working as expected labels Oct 2, 2019
try {
urls = new URL[] { ROOT.toURI().toURL() };
} catch (MalformedURLException e) {
System.err.println("Could get root URI, class lookup via Util.lookupClass() will not work. root="+ROOT);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we really need to log with System.io?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

P4 type=defect Bug, not working as expected

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants