[collectd-changes] collectd, the system statistics collection daemon: Changes to 'master'

Florian Forster octo at verplant.org
Sun Mar 29 14:00:51 CEST 2009


 bindings/java/org/collectd/api/PluginData.java |    2 +-
 bindings/java/org/collectd/api/ValueList.java  |    2 +-
 src/java.c                                     |  101 ++++++++++++++----------
 3 files changed, 60 insertions(+), 45 deletions(-)

New commits:
commit 84489e6b014be0fc620f4721d3cc1d6e663b1925
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Mar 29 14:00:46 2009 +0200

    java plugin: Honor the return value of `NewGlobalRef'.
    
    Apparently GCJ used to modify it's argument, but the spec apparently says
    that the return value is important.

commit d97acaca7750c00b9ae168fe8082e5229c5ec29d
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Mar 29 13:55:32 2009 +0200

    bindings/java/: Initialize `time' and `interval' to zero.
    
    They will be replaced by the correct values automatically, so it's better
    to initialize the members to those ``magic'' values..

commit 50dd17b4745caa665e0b2221f4d3cccf41f7430b
Author: Florian Forster <octo at leeloo.lan.home.verplant.org>
Date:   Sun Mar 29 13:54:31 2009 +0200

    java plugin: Use slashes, not dots, in absulte object names.
    
    Dots workes for GCJ but not with Sun's Java. I haven't tested if GCJ likes
    this too, but I strongly suspect it.




More information about the collectd-changes mailing list