Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
View | Details | Raw Unified | Return to bug 223830 | Differences between
and this patch

Collapse All | Expand All

(-)src-native/src/JPIAgent/Makefile (+1 lines)
Lines 14-19 Link Here
14
	$(OBJDIR)/Profiler.o \
14
	$(OBJDIR)/Profiler.o \
15
	$(OBJDIR)/PrintXML.o \
15
	$(OBJDIR)/PrintXML.o \
16
	$(OBJDIR)/PrintBinary.o \
16
	$(OBJDIR)/PrintBinary.o \
17
	$(OBJDIR)/PrintWrapper.o \
17
	$(OBJDIR)/binformat.o \
18
	$(OBJDIR)/binformat.o \
18
	$(OBJDIR)/utility.o \
19
	$(OBJDIR)/utility.o \
19
	$(OBJDIR)/ECJvmtiAgent.o
20
	$(OBJDIR)/ECJvmtiAgent.o
(-)src-native/src/JPIAgent/binformat.cpp (-1 / +1 lines)
Lines 126-132 Link Here
126
126
127
// Max qualified frequency message
127
// Max qualified frequency message
128
CFreqMessage::CFreqMessage(): CBinaryMessage(BF_FREQ_ID), 
128
CFreqMessage::CFreqMessage(): CBinaryMessage(BF_FREQ_ID), 
129
							  frequency(NULL)
129
							  frequency(0)
130
{
130
{
131
}
131
}
132
132

Return to bug 223830