sla [Tue, 07 Jan 2014 10:50:28 +0100] rev 22199
4990369: visibleMethods() and methodsByName() return wrong visible methods
Reviewed-by: sspitsyn, coleenp
hseigel [Mon, 06 Jan 2014 08:44:24 -0500] rev 22198
8030955: assert(_prologue != NULL) failed: prologue pointer must be initialized
Summary: Allow multiple calls to PerfMemory::destroy()
Reviewed-by: zgu, coleenp
zgu [Tue, 31 Dec 2013 08:58:08 -0500] rev 22197
6730115: Fastdebug VM crashes with "ExceptionMark destructor expects no pending exceptions" error
Summary: Fixed incompatible uses of EXCEPTION_MARK and CHECK macros in AttachListener::init(), handle exception locally.
Reviewed-by: minqi, coleenp
hseigel [Mon, 23 Dec 2013 18:44:59 -0500] rev 22196
8023735: [TESTBUG] runtime/XCheckJniJsig/XCheckJSig.java fails on MacOS X
Summary: Look for libjsig in correct locations and do not fail if it's not found
Reviewed-by: zgu, ccheung
iignatyev [Mon, 23 Dec 2013 18:39:47 +0000] rev 22195
Merge
iignatyev [Mon, 23 Dec 2013 20:56:18 +0400] rev 22194
8029070: memory leak in jmm_SetVMGlobal
Reviewed-by: kvn, dholmes
hseigel [Mon, 23 Dec 2013 10:13:42 -0500] rev 22193
8021774: [TESTBUG] Tests failed because of a warning in its output
Summary: Remove check for warning
Reviewed-by: zgu, mseledtsov
Contributed-by: george.triantafillou@oracle.com
dsamersoff [Wed, 18 Dec 2013 23:09:57 +0400] rev 22192
6969276: minor memory leak detected by cppcheck in agent/src/os/linux/symtab.c
Summary: missed free call on error return
Reviewed-by: sla, sspitsyn, igerasim
dsamersoff [Wed, 18 Dec 2013 20:32:46 +0400] rev 22191
8028408: unused-value warning on forte.cpp when build on Mac
Summary: cast argument to void in function type definition
Reviewed-by: sla, sspitsyn
sla [Wed, 18 Dec 2013 08:39:06 +0100] rev 22190
8029726: On OS X some dtrace probe names are mismatched with Solaris
8029727: On OS X dtrace probes Call<type>MethodA/Call<type>MethodV are not fired.
8029728: On OS X dtrace probes SetStaticBooleanField are not fired
Reviewed-by: kamg, dsamersoff
sla [Mon, 16 Dec 2013 10:34:30 +0100] rev 22189
8028737: Remove JVM_AccessVMIntFlag / JVM_AccessVMBooleanFlag / JVM_VMBreakPoint
Reviewed-by: dcubed, coleenp
zgu [Mon, 16 Dec 2013 10:57:08 -0800] rev 22188
8026300: VM warning: increase O_BUFLEN in ostream.hpp -- output truncated occurs with fastdebug VM when printing flags
Summary: Fixed wrong print string format
Reviewed-by: sla, ccheung
sla [Mon, 16 Dec 2013 11:17:33 +0100] rev 22187
8029798: Build warnings in windows/makefiles/sa.make
Reviewed-by: sla
Contributed-by: francis.andre.kampbell@orange.fr
darcy [Thu, 26 Dec 2013 11:16:44 -0500] rev 22186
8030656: Bad version check for parameter information in src/share/vm/classfile/javaClasses.cpp
Summary: Switched version check to check for greater than or equal to 8, not equal to 8
Reviewed-by: dholmes, kamg