summaryrefslogtreecommitdiff
path: root/usr/src/lib/libdtrace_jni/common/dtj_consume.c
AgeCommit message (Collapse)AuthorFilesLines
2011-07-111455 DTrace tracemem() should take an optional size argumentBryan Cantrill1-0/+2
Reviewed by: Adam Leventhal <ahl@delphix.com> Reviewed by: Gordon Ross <gwr@nexenta.com> Reviewed by: Eric Schrock <eric.schrock@delphix.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2011-04-20940 llquantize() dreams of JNIRichard Lowe1-7/+24
Reviewed by: Albert Lee <trisk@opensolaris.org> Reviewed by: Gordon Ross <gwr@nexenta.com> Approved by: Garrett D'Amore <garrett@nexenta.com>
2008-03-036545859 ERROR: /opt/SUNWdtrt/tst/common/java_api/tst.Bean.ksh stdout mismatchtomee1-17/+70
6650894 'dtest -i java' errors 6652174 add "-target 1.5" javac flag to build dtest Java classes 6652183 add "-Xlint" javac flag to Java DTrace API build 6652217 Java DTrace API loses aggregation record order 6667597 Java DTrace API does not handle negative average in avg() action 6667606 Java DTrace API needs to support stddev() action 6668854 DTrace Java tests should run by default 6668856 dtest -u is useless
2007-02-206512250 dtrace_getustack_common() could be improvedjhaslam1-0/+1
2007-02-136517428 readObject() methods should call initCause() on InvalidObjectExceptiontomee1-5/+48
6517433 replace StringBuffer with StringBuilder 6521523 aggregation drops can hang the Java DTrace API
2007-01-026505802 test suite failure: tst.Bean.kshtomee1-4/+2
6505806 test suite failure: tst.MultiAggPrinta.ksh 6506495 -DJAVA_DTRACE_MAX_CONSUMERS=N for any N < 8 is treated as if it were 8
2006-09-206457918 Java DTrace API does not support umod()/ufunc()/usym(), ↵tomee1-14/+178
mod()/func()/sym() 6467507 Java DTrace API javadoc links to DTrace guide broken 6468139 ufunc() aggregation key sorts strangely 6470482 Aggregation key integer representation and ordering differs between Java API and libdtrace 6470519 LocalConsumer CLOSED state reverts to STOPPED
2006-03-306399888 stop() hangs if listener calls synchronized Consumer methodtomee1-2/+2
6399897 Option class getOption() method should be renamed getName() 6399915 ProbeDescription single arg constructor should parse probedesc
2006-02-16PSARC 2006/054 DTrace JNI Bindingtomee1-0/+2247
6384263 PSARC 2006/054 DTrace JNI Binding