lana [Thu, 19 Mar 2015 16:13:07 -0700] rev 29480
Merge
aph [Tue, 17 Mar 2015 14:03:05 +0000] rev 29479
8075045: AARCH64: Stack banging should use store rather than load
Summary: Change stack bangs to use a store rather than a load
Reviewed-by: dholmes
amurillo [Mon, 16 Mar 2015 14:27:33 -0700] rev 29478
Merge
kvn [Thu, 12 Mar 2015 15:51:12 -0700] rev 29477
Merge
iignatyev [Thu, 12 Mar 2015 19:11:25 +0300] rev 29476
8074980: add WhiteBox API to get a flag value for a method
Reviewed-by: kvn, fzhinkin
iignatyev [Thu, 12 Mar 2015 19:12:52 +0300] rev 29475
8073860: [TESTBUG] compiler/whitebox/DeoptimizeFramesTest fails with exit code 1
Reviewed-by: kvn, roland
dlong [Tue, 24 Feb 2015 17:23:53 -0500] rev 29474
8072383: resolve conflicts between open and closed ports
Summary: refactor close to remove references to closed ports
Reviewed-by: kvn, simonis, dholmes
jwilhelm [Thu, 12 Mar 2015 16:10:58 +0100] rev 29473
Merge
sangheki [Mon, 09 Mar 2015 09:30:16 -0700] rev 29472
8073654: Marking statistics should use size_t
Summary: Change data type from int to size_t to avoid overflows
Reviewed-by: jwilhelm, drwhite, tschatzl
ehelin [Mon, 09 Mar 2015 11:37:59 +0000] rev 29471
Merge
ehelin [Mon, 26 Jan 2015 10:32:35 +0100] rev 29470
8030646: track collection set membership in one place
Reviewed-by: tschatzl, jwilhelm
asiebenborn [Fri, 06 Mar 2015 16:47:46 +0100] rev 29469
8074561: Wrong volatile qualifier for field ClassLoaderDataGraphKlassIteratorAtomic::_next_klass
Reviewed-by: mgerdin, stefank
stefank [Mon, 09 Mar 2015 08:22:34 +0100] rev 29468
8074543: Missing symbol "objArrayOopDesc::obj_at" when buiding with CPP Interpreter
Reviewed-by: stefank
Contributed-by: thomas.stuefe@gmail.com
jwilhelm [Mon, 09 Mar 2015 01:58:59 +0100] rev 29467
Merge
jwilhelm [Fri, 06 Mar 2015 16:12:54 +0100] rev 29466
8051984: @ignore should be placed after @test
Summary: as ignore reason has been fixed (by adding @requires) @ignore removed
Reviewed-by: kbarrett, brutisso
Contributed-by: andrey.x.zakharov@oracle.com
sfriberg [Fri, 06 Mar 2015 09:07:33 +0100] rev 29465
8031538: G1 eden usage is sometimes higher than target eden (printed Eden size)
Summary: When recalculating the number of target eden size, correctly consider the amount of existing eden regions in the target calculation.
Reviewed-by: tschatzl
Contributed-by: Staffan Friberg <staffan.friberg@oracle.com>
david [Thu, 05 Mar 2015 16:43:26 +0100] rev 29464
8073545: Use shorter and more descriptive names for GC worker threads
Reviewed-by: ehelin, jwilhelm
mikael [Tue, 10 Mar 2015 09:42:23 -0700] rev 29463
8074726: Update source and target version used when compiling hotspot class files
Summary: Use BOOT_JDK_SOURCETARGET from top level, or fall back to -source 8 -target 8
Reviewed-by: dholmes, sla
ctornqvi [Tue, 10 Mar 2015 04:53:58 -0700] rev 29462
8069124: runtime/NMT/MallocSiteHashOverflow.java failing in nightlies
Reviewed-by: coleenp, gtriantafill, dholmes
mockner [Mon, 09 Mar 2015 13:39:24 -0400] rev 29461
8013393: Merge template interpreter files for x86 _32 and _64.
Summary: The 32 and 64 bit versions of templateTable_x86 have been merged.
Reviewed-by: twisti, jrose, coleenp
gthornbr [Fri, 06 Mar 2015 17:19:08 -0800] rev 29460
8071501: perfMemory_solaris.cpp failing to compile with "Error: dd_fd is not a member of DIR."
Summary: Force all Solaris builds to use the same version of the DIR structure.
Reviewed-by: dcubed, dholmes, kvn
dcubed [Fri, 06 Mar 2015 08:47:51 -0800] rev 29459
Merge
dholmes [Wed, 04 Mar 2015 16:35:58 -0500] rev 29458
8073861: Unused VM Options in JDK9 HotSpot
Reviewed-by: dholmes, lfoltan
Contributed-by: Dmitry Dmitriev <dmitry.dmitriev@oracle.com>
kevinw [Tue, 03 Mar 2015 19:42:09 +0000] rev 29457
8073688: Infinite loop reading types during jmap attach.
Reviewed-by: dsamersoff, sla
dholmes [Tue, 03 Mar 2015 19:20:26 -0500] rev 29456
7143664: Clean up OrderAccess implementations and usage
Summary: Clarify and correct the abstract model for memory barriers provided by the orderAccess class. Refactor the implementations using template specialization to allow the bulk of the code to be shared, with platform specific customizations applied as needed.
Reviewed-by: acorn, dcubed, dholmes, dlong, goetz, kbarrett, sgehwolf
Contributed-by: Erik Osterlund <erik.osterlund@lnu.se>
aph [Fri, 13 Mar 2015 12:44:58 +0000] rev 29455
Merge
aph [Fri, 13 Mar 2015 12:44:28 +0000] rev 29454
8074723: AARCH64: Stray pop in C1 LIR_Assembler::emit_profile_type
Summary: Remove stray POP instruction
Reviewed-by: dholmes
katleman [Thu, 19 Mar 2015 12:59:19 -0700] rev 29453
Added tag jdk9-b55 for changeset 18da5010f46a
lana [Thu, 19 Mar 2015 16:11:51 -0700] rev 29452
Merge
simonis [Thu, 19 Mar 2015 15:28:22 +0100] rev 29451
8075515: AIX: cleanup xlc options and use -bernotok to detect missing symbols at build time
Reviewed-by: erikj
erikj [Thu, 19 Mar 2015 12:10:56 +0100] rev 29450
8075495: Update jtreg bin location in configure
Reviewed-by: alanb
prr [Tue, 17 Mar 2015 12:30:37 -0700] rev 29449
Merge