coleenp [Mon, 12 Aug 2013 17:24:54 -0400] rev 19278
8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32
Summary: ActiveMethodOopsCache was used to keep track of old versions of some methods that are cached in Universe but is buggy with permgen removal and not needed anymore
Reviewed-by: sspitsyn, dcubed, mseledtsov
iklam [Sat, 10 Aug 2013 10:56:27 -0700] rev 19277
8022740: Visual 2008 IDE build is broken
Summary: Fixed project generation code, and added warning to upgrade to VS 2008 SP1.
Reviewed-by: dcubed, ccheung
dcubed [Fri, 09 Aug 2013 15:36:09 -0700] rev 19276
Merge
dcubed [Fri, 09 Aug 2013 13:19:00 -0700] rev 19275
Merge
mikael [Fri, 09 Aug 2013 09:51:21 -0700] rev 19274
8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
Summary: Add support for recognizing Windows 8.1 and Server 2012 R2 and minor cleanup
Reviewed-by: coleenp, dsamersoff
minqi [Thu, 08 Aug 2013 20:13:45 -0700] rev 19273
Merge
minqi [Thu, 08 Aug 2013 15:19:12 -0700] rev 19272
8019583: [TESTBUG] runtime/7107135 always passes
Summary: If java test return none zero, the value will be override by 'if' statement, the exit value will always '0' and pass. Fix by recording the result in a variable.
Reviewed-by: coleenp, dholmes, iklam
Contributed-by: yumin.qi@oracle.com
iklam [Thu, 08 Aug 2013 14:45:56 -0700] rev 19271
8022093: syntax error near "umpiconninfo_t" -- when building on Solaris 10
Summary: Added extra help message in make/solaris/makefiles/dtrace.make
Reviewed-by: dholmes, sspitsyn
dcubed [Thu, 08 Aug 2013 09:21:30 -0700] rev 19270
8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
Summary: ProjectCreator tool is modified to support two new options: '-relativeAltSrcInclude' and '-altRelativeInclude' which prevents IDE linker errors. Also fixed some cmd line build linker warnings. Misc cleanups.
Reviewed-by: rdurbin, coleenp
dsamersoff [Wed, 07 Aug 2013 19:02:06 +0400] rev 19269
8021771: warning stat64 is deprecated - when building on OSX 10.7.5
Summary: stat64 have to be replaced with stat
Reviewed-by: dholmes, kmo
Contributed-by: rednaxelafx@gmail.com