Thu, 15 Aug 2013 10:05:50 +0200 8023021: Unnecessary clearing of the card table introduced by the fix for JDK-8023013
brutisso [Thu, 15 Aug 2013 10:05:50 +0200] rev 19289
8023021: Unnecessary clearing of the card table introduced by the fix for JDK-8023013 Reviewed-by: stefank, ehelin
Wed, 14 Aug 2013 13:49:36 +0200 8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining
ehelin [Wed, 14 Aug 2013 13:49:36 +0200] rev 19288
8022899: SunStudio compiler can not handle EXCEPTION_MARK and inlining Reviewed-by: coleenp, mgerdin
Wed, 14 Aug 2013 10:55:45 +0200 Merge
brutisso [Wed, 14 Aug 2013 10:55:45 +0200] rev 19287
Merge
Wed, 14 Aug 2013 09:02:32 +0200 8022800: Use specific generations rather than generation iteration
brutisso [Wed, 14 Aug 2013 09:02:32 +0200] rev 19286
8022800: Use specific generations rather than generation iteration Reviewed-by: jmasa, ehelin
Fri, 31 May 2013 14:32:44 +0200 8022880: False sharing between PSPromotionManager instances
stefank [Fri, 31 May 2013 14:32:44 +0200] rev 19285
8022880: False sharing between PSPromotionManager instances Summary: Pad the PSPromotionManager instances in the manager array. Reviewed-by: brutisso, jmasa
Thu, 15 Aug 2013 15:26:16 +0200 Merge
rbackman [Thu, 15 Aug 2013 15:26:16 +0200] rev 19284
Merge
Wed, 14 Aug 2013 10:21:26 -0700 8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag
kvn [Wed, 14 Aug 2013 10:21:26 -0700] rev 19283
8022993: Convert MAX_UNROLL constant to LoopMaxUnroll C2 flag Summary: Replace MAX_UNROLL constant with new C2 LoopMaxUnroll flag. Reviewed-by: roland
Sat, 10 Aug 2013 10:01:12 +0400 8019915: whitebox testClearMethodStateTest fails with tiered on sparc
iignatyev [Sat, 10 Aug 2013 10:01:12 +0400] rev 19282
8019915: whitebox testClearMethodStateTest fails with tiered on sparc Summary: 'compileonly' directive has beens added to each 'compiler/whitebox' test Reviewed-by: kvn
Fri, 09 Aug 2013 18:05:00 +0200 Merge
rbackman [Fri, 09 Aug 2013 18:05:00 +0200] rev 19281
Merge
Wed, 07 Aug 2013 18:04:42 +0200 8022475: Remove unneeded ad-files
adlertz [Wed, 07 Aug 2013 18:04:42 +0200] rev 19280
8022475: Remove unneeded ad-files Summary: Remove .ad files that are not used Reviewed-by: kvn
Wed, 07 Aug 2013 17:56:19 +0200 8022284: Hide internal data structure in PhaseCFG
adlertz [Wed, 07 Aug 2013 17:56:19 +0200] rev 19279
8022284: Hide internal data structure in PhaseCFG Summary: Hide private node to block mapping using public interface Reviewed-by: kvn, roland
Mon, 12 Aug 2013 17:24:54 -0400 8009728: nsk/jvmti/AttachOnDemand/attach030 crashes on Win32
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
Sat, 10 Aug 2013 10:56:27 -0700 8022740: Visual 2008 IDE build is broken
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
Fri, 09 Aug 2013 15:36:09 -0700 Merge
dcubed [Fri, 09 Aug 2013 15:36:09 -0700] rev 19276
Merge
Fri, 09 Aug 2013 13:19:00 -0700 Merge
dcubed [Fri, 09 Aug 2013 13:19:00 -0700] rev 19275
Merge
Fri, 09 Aug 2013 09:51:21 -0700 8022452: Hotspot needs to know about Windows 8.1 and Windows Server 2012 R2
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
Thu, 08 Aug 2013 20:13:45 -0700 Merge
minqi [Thu, 08 Aug 2013 20:13:45 -0700] rev 19273
Merge
Thu, 08 Aug 2013 15:19:12 -0700 8019583: [TESTBUG] runtime/7107135 always passes
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
Thu, 08 Aug 2013 14:45:56 -0700 8022093: syntax error near "umpiconninfo_t" -- when building on Solaris 10
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
Thu, 08 Aug 2013 09:21:30 -0700 8016601: Unable to build hsx24 on Windows using project creator and Visual Studio
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
Wed, 07 Aug 2013 19:02:06 +0400 8021771: warning stat64 is deprecated - when building on OSX 10.7.5
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
Tue, 06 Aug 2013 21:06:19 -0700 Merge
dholmes [Tue, 06 Aug 2013 21:06:19 -0700] rev 19268
Merge
Tue, 06 Aug 2013 12:28:46 -0400 8022188: Make zero compile after 8016131 and 8016697
omajid [Tue, 06 Aug 2013 12:28:46 -0400] rev 19267
8022188: Make zero compile after 8016131 and 8016697 Reviewed-by: dholmes, twisti
Tue, 06 Aug 2013 16:33:59 -0700 7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments
sspitsyn [Tue, 06 Aug 2013 16:33:59 -0700] rev 19266
7187554: JSR 292: JVMTI PopFrame needs to handle appendix arguments Summary: Restore the appendix argument after PopFrame() call Reviewed-by: twisti, coleenp Contributed-by: serguei.spitsyn@oracle.com
Fri, 09 Aug 2013 01:39:11 -0700 8022688: new hotspot build - hs25-b46
amurillo [Fri, 09 Aug 2013 01:39:11 -0700] rev 19265
8022688: new hotspot build - hs25-b46 Reviewed-by: jcoomes
Thu, 15 Aug 2013 09:25:33 -0700 Added tag jdk8-b103 for changeset 31869efc272a
cl [Thu, 15 Aug 2013 09:25:33 -0700] rev 19264
Added tag jdk8-b103 for changeset 31869efc272a
Tue, 20 Aug 2013 15:42:14 -0700 Merge
katleman [Tue, 20 Aug 2013 15:42:14 -0700] rev 19263
Merge
Mon, 19 Aug 2013 10:31:42 +0200 8021430: 64 bit JDK build fails on windows 7 due to missing corba source files
erikj [Mon, 19 Aug 2013 10:31:42 +0200] rev 19262
8021430: 64 bit JDK build fails on windows 7 due to missing corba source files Reviewed-by: tbell, katleman
Fri, 16 Aug 2013 14:43:38 +0200 8023156: make dist-clean should remove javacservers directory
igerasim [Fri, 16 Aug 2013 14:43:38 +0200] rev 19261
8023156: make dist-clean should remove javacservers directory Reviewed-by: erikj
Thu, 15 Aug 2013 17:14:53 +0200 8020411: lin32 - JDK 8 build for Linux-i586 on Oracle Linux 6.4 64-bit machines does not generate the bundles directory in the build directory
erikj [Thu, 15 Aug 2013 17:14:53 +0200] rev 19260
8020411: lin32 - JDK 8 build for Linux-i586 on Oracle Linux 6.4 64-bit machines does not generate the bundles directory in the build directory Reviewed-by: tbell
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip