katleman [Thu, 26 Jan 2012 18:23:24 -0800] rev 11610
Added tag jdk8-b23 for changeset 939aca1c5dac
duke [Wed, 05 Jul 2017 18:01:11 +0200] rev 11609
Merge
katleman [Thu, 26 Jan 2012 18:23:14 -0800] rev 11608
Added tag jdk8-b23 for changeset 751387b26353
duke [Wed, 05 Jul 2017 18:01:09 +0200] rev 11607
Merge
katleman [Thu, 26 Jan 2012 18:23:28 -0800] rev 11606
Added tag jdk8-b23 for changeset 412e931c07b9
duke [Wed, 05 Jul 2017 18:01:07 +0200] rev 11605
Merge
amurillo [Fri, 27 Jan 2012 14:44:20 -0800] rev 11604
Added tag hs23-b12 for changeset 68d6477cc31f
amurillo [Fri, 27 Jan 2012 14:44:19 -0800] rev 11603
Merge
kamg [Fri, 27 Jan 2012 10:42:36 -0500] rev 11602
Merge
phh [Thu, 26 Jan 2012 20:06:06 -0500] rev 11601
7082553: Interpret Thread.setPriority(Thread.MAX_PRIORITY) to mean FX60 on Solaris 10 and 11
Summary: Add CriticalPriority == MaxPriority+1 and enable scheduling class as well as thread priority to change on Solaris.
Reviewed-by: dholmes, dcubed
dsamersoff [Wed, 25 Jan 2012 18:58:59 -0800] rev 11600
Merge
dsamersoff [Wed, 25 Jan 2012 15:03:42 -0800] rev 11599
Merge
dsamersoff [Wed, 25 Jan 2012 21:10:08 +0400] rev 11598
7132515: Add dcmd to manage UnlockingCommercialFeature flag
Summary: Added dcmd to unlock or check status of UnlockingCommercialFeature flag
Reviewed-by: fparain, rottenha
fparain [Wed, 25 Jan 2012 16:33:37 -0800] rev 11597
Merge
fparain [Wed, 25 Jan 2012 10:32:29 -0800] rev 11596
7131346: Parsing of boolean arguments to diagnostic commands is broken
Reviewed-by: dholmes, dcubed
kamg [Wed, 25 Jan 2012 10:08:40 -0500] rev 11595
Merge
phh [Wed, 25 Jan 2012 01:16:03 -0800] rev 11594
Merge
phh [Tue, 24 Jan 2012 19:33:14 -0500] rev 11593
7125793: MAC: test_gamma should always work
Summary: Fix gamma launcher on Mac OS X and reconcile test_gamma script on Unix platforms
Reviewed-by: dcubed, ohair, jcoomes, dholmes, ksrini
Contributed-by: james.melvin@oracle.com
dsamersoff [Tue, 24 Jan 2012 20:15:56 -0800] rev 11592
Merge
dsamersoff [Wed, 25 Jan 2012 02:29:05 +0400] rev 11591
7066129: GarbageCollectorMXBean#getLastGcInfo leaks native memory
Summary: Make GCStatInfo a resource object
Reviewed-by: phh, coleenp
phh [Tue, 24 Jan 2012 14:07:03 -0500] rev 11590
7126732: MAC: Require Mac OS X builds/tests for JPRT integrate jobs for HotSpot
Summary: Modify jprt.properties to run OSX builds and tests.
Reviewed-by: dcubed, kamg, ohair, dholmes
Contributed-by: james.melvin@oracle.com
coleenp [Mon, 23 Jan 2012 17:45:32 -0800] rev 11589
Merge
bpittore [Sat, 21 Jan 2012 23:02:40 -0500] rev 11588
6972759: Step over not working after thrown exception and Pop
Summary: reset jvmtithreadstate exception state after frame pop and forceearlyreturn processed
Reviewed-by: minqi, dholmes, dlong
Contributed-by: bill.pittore@oracle.com
brutisso [Fri, 27 Jan 2012 09:04:57 +0100] rev 11587
Merge
johnc [Thu, 26 Jan 2012 14:14:55 -0800] rev 11586
7133038: G1: Some small profile based optimizations
Summary: Some minor profile based optimizations. Reduce the number of branches and branch mispredicts by removing some virtual calls, through closure specalization, and refactoring some conditional statements.
Reviewed-by: brutisso, tonyp
jcoomes [Wed, 25 Jan 2012 21:14:11 -0800] rev 11585
7112413: JVM Crash, possibly GC-related
Summary: disable UseAdaptiveSizePolicy with the CMS and ParNew
Reviewed-by: johnc, brutisso
tonyp [Wed, 25 Jan 2012 12:58:23 -0500] rev 11584
7127706: G1: re-enable survivors during the initial-mark pause
Summary: Re-enable survivors during the initial-mark pause. Afterwards, the concurrent marking threads have to scan them and mark everything reachable from them. The next GC will have to wait for the survivors to be scanned.
Reviewed-by: brutisso, johnc
johnc [Thu, 12 Jan 2012 00:06:47 -0800] rev 11583
6484965: G1: piggy-back liveness accounting phase on marking
Summary: Remove the separate counting phase of concurrent marking by tracking the amount of marked bytes and the cards spanned by marked objects in marking task/worker thread local data structures, which are updated as individual objects are marked.
Reviewed-by: brutisso, tonyp
tonyp [Tue, 24 Jan 2012 17:08:58 -0500] rev 11582
7132398: G1: java.lang.IllegalArgumentException: Invalid threshold: 9223372036854775807 > max (1073741824)
Summary: Was not passing the right old pool max to the memory pool constructor in the fix for 7078465.
Reviewed-by: brutisso, johnc
brutisso [Mon, 23 Jan 2012 20:36:16 +0100] rev 11581
7132311: G1: assert((s == klass->oop_size(this)) || (Universe::heap()->is_gc_active() && ((is_typeArray()...
Summary: Move the check for when to call collect() to before we do a humongous object allocation
Reviewed-by: stefank, tonyp
brutisso [Fri, 20 Jan 2012 18:01:32 +0100] rev 11580
7131791: G1: Asserts in nightly testing due to 6976060
Summary: Create a handle and fake an object to make sure that we don't loose the memory we just allocated
Reviewed-by: tonyp, stefank
tonyp [Thu, 19 Jan 2012 09:13:58 -0500] rev 11579
7078465: G1: Don't use the undefined value (-1) for the G1 old memory pool max size
Reviewed-by: johnc, brutisso
johnc [Tue, 17 Jan 2012 10:21:43 -0800] rev 11578
7129271: G1: Interference from multiple threads in PrintGC/PrintGCDetails output
Summary: During an initial mark pause, signal the Concurrent Mark thread after the pause output from PrintGC/PrintGCDetails is complete.
Reviewed-by: tonyp, brutisso
tonyp [Wed, 18 Jan 2012 10:30:12 -0500] rev 11577
7097586: G1: improve the per-space output when using jmap -heap
Summary: Extend the jmap -heap output for G1 to include some more G1-specific information.
Reviewed-by: brutisso, johnc, poonam
brutisso [Mon, 16 Jan 2012 22:10:05 +0100] rev 11576
6976060: G1: humongous object allocations should initiate marking cycles when necessary
Reviewed-by: tonyp, johnc
brutisso [Mon, 16 Jan 2012 11:21:21 +0100] rev 11575
7130334: G1: Change comments and error messages that refer to CMS in g1/concurrentMark.cpp/hpp
Summary: Removed references to CMS in the concurrentMark.cpp/hpp files.
Reviewed-by: tonyp, jmasa, johnc
johnc [Fri, 13 Jan 2012 13:27:48 -0800] rev 11574
7121547: G1: High number mispredicted branches while iterating over the marking bitmap
Summary: There is a high number of mispredicted branches associated with calling BitMap::iteratate() from within CMBitMapRO::iterate(). Implement a version of CMBitMapRO::iterate() directly using inline-able routines.
Reviewed-by: tonyp, iveresov
jrose [Thu, 26 Jan 2012 19:39:08 -0800] rev 11573
Merge
iveresov [Thu, 26 Jan 2012 12:15:24 -0800] rev 11572
7131259: compile_method and CompilationPolicy::event shouldn't be declared TRAPS
Summary: Make sure that CompilationPolicy::event() doesn't throw exceptions
Reviewed-by: kvn, never
bdelsart [Thu, 26 Jan 2012 16:49:22 +0100] rev 11571
7120468: SPARC/x86: use frame::describe to enhance trace_method_handle
Summary: improvements of TraceMethodHandles for JSR292
Reviewed-by: never, twisti
roland [Thu, 26 Jan 2012 09:38:28 +0100] rev 11570
7123910: Some CTW tests crash VM: is_loaded() && that->is_loaded()
Summary: handle not loaded array klass in Parse::do_checkcast().
Reviewed-by: kvn, never
kvn [Wed, 25 Jan 2012 08:10:04 -0800] rev 11569
Merge
kvn [Tue, 24 Jan 2012 17:04:51 -0800] rev 11568
7132936: guarantee(t != NULL) failed: must be con
Summary: Use !higher_equal() check to skip top and values which fit.
Reviewed-by: never
roland [Wed, 25 Jan 2012 09:31:47 +0100] rev 11567
7116050: C2/ARM: memory stomping error with DivideMcTests
Summary: Block::schedule_local() may write beyond end of ready_cnt array
Reviewed-by: never, kvn
iveresov [Tue, 24 Jan 2012 17:00:51 -0800] rev 11566
7132945: Tiered: adjust OSR threshold of level 3
Summary: Change the value of Tier3BackEdgeThreshold from 7000 to 60000
Reviewed-by: kvn, never
bdelsart [Tue, 24 Jan 2012 15:41:17 +0100] rev 11565
7120450: complete information dumped by frame_describe
Summary: improvements of frame_describe
Reviewed-by: never, twisti
never [Sun, 22 Jan 2012 14:03:20 -0800] rev 11564
7130676: Tiered: assert(bci == 0 || 0<= bci && bci<code_size()) during stack trace construction
Reviewed-by: kvn, iveresov
iveresov [Fri, 20 Jan 2012 15:02:12 -0800] rev 11563
7131028: Switch statement takes wrong path
Summary: Pass correct type to branch in LIRGenerator::do_SwitchRanges()
Reviewed-by: kvn, never
kvn [Fri, 20 Jan 2012 09:43:06 -0800] rev 11562
7131302: connode.cpp:205 Error: ShouldNotReachHere()
Summary: Add Value() methods to short and byte Load nodes to truncate constants which does not fit.
Reviewed-by: jrose
amurillo [Fri, 20 Jan 2012 17:07:33 -0800] rev 11561
7131979: new hotspot build - hs23-b12
Reviewed-by: jcoomes
katleman [Thu, 26 Jan 2012 18:23:17 -0800] rev 11560
Added tag jdk8-b23 for changeset af005838b2f8
katleman [Thu, 26 Jan 2012 18:23:09 -0800] rev 11559
Added tag jdk8-b23 for changeset c62b7a0288a4
duke [Wed, 05 Jul 2017 18:00:53 +0200] rev 11558
Added tag jdk8-b23 for changeset 498124337041
duke [Wed, 05 Jul 2017 18:00:52 +0200] rev 11557
Merge
duke [Wed, 05 Jul 2017 18:00:49 +0200] rev 11556
Merge
lana [Tue, 24 Jan 2012 13:44:01 -0800] rev 11555
Merge
jjh [Wed, 18 Jan 2012 18:26:36 -0800] rev 11554
7131308: Three regression tests fail due to bad fix for 7127924
Reviewed-by: jjg
darcy [Wed, 18 Jan 2012 16:43:59 -0800] rev 11553
7130768: Clarify behavior of Element.getEnclosingElements in subtypes
Reviewed-by: mcimadamore, jjg
lana [Wed, 18 Jan 2012 11:00:55 -0800] rev 11552
Merge
jjh [Tue, 17 Jan 2012 17:14:44 -0800] rev 11551
7127924: langtools regression tests sometimes fail en-masse on windows
Reviewed-by: jjg
mcimadamore [Thu, 12 Jan 2012 15:28:34 +0000] rev 11550
7123100: javac fails with java.lang.StackOverflowError
Summary: Inference of under-constrained type-variables creates erroneous recursive wildcard types
Reviewed-by: jjg
mcimadamore [Wed, 11 Jan 2012 18:23:24 +0000] rev 11549
7126754: Generics compilation failure casting List<? extends Set...> to List<Set...>
Summary: Problems with Types.rewriteQuantifiers not preserving variance
Reviewed-by: jjg
katleman [Fri, 20 Jan 2012 13:08:51 -0800] rev 11548
Added tag jdk8-b22 for changeset e6809c7d1735
duke [Wed, 05 Jul 2017 18:00:45 +0200] rev 11547
Merge
katleman [Fri, 20 Jan 2012 13:08:45 -0800] rev 11546
Added tag jdk8-b22 for changeset 0a4b26cf7553
duke [Wed, 05 Jul 2017 18:00:42 +0200] rev 11545
Merge
katleman [Fri, 20 Jan 2012 13:08:44 -0800] rev 11544
Added tag jdk8-b22 for changeset 99a092d22c70
duke [Wed, 05 Jul 2017 18:00:38 +0200] rev 11543
Merge
katleman [Fri, 20 Jan 2012 13:08:41 -0800] rev 11542
Added tag jdk8-b22 for changeset 5df4cdb80642
duke [Wed, 05 Jul 2017 18:00:35 +0200] rev 11541
Merge
katleman [Wed, 25 Jan 2012 13:54:28 -0800] rev 11540
Merge
mr [Mon, 23 Jan 2012 12:39:41 -0800] rev 11539
7110396: Sound code fails to build with gcc 4.6 on multiarch Linux systems
Reviewed-by: ohair
amurillo [Wed, 25 Jan 2012 12:36:08 -0800] rev 11538
Merge
amurillo [Fri, 20 Jan 2012 14:31:33 -0800] rev 11537
Merge
jrose [Wed, 18 Jan 2012 17:34:32 -0800] rev 11536
7030453: JSR 292 ClassValue.get method is too slow
Summary: Implement ClassValue cooperatively with Class like ThreadLocal with Thread.
Reviewed-by: twisti, mduigou
jrose [Wed, 18 Jan 2012 17:34:30 -0800] rev 11535
7077803: java.lang.InternalError in java.lang.invoke.MethodHandleNatives.init
Summary: Use correct access token for unreflecting MHs where setAccessible(true)
Reviewed-by: never, twisti
jrose [Wed, 18 Jan 2012 17:34:29 -0800] rev 11534
7117167: Misc warnings in java.lang.invoke and sun.invoke.*
Reviewed-by: smarks
lana [Tue, 24 Jan 2012 13:43:24 -0800] rev 11533
Merge
lana [Wed, 18 Jan 2012 20:24:41 -0800] rev 11532
Merge
lana [Wed, 18 Jan 2012 11:00:20 -0800] rev 11531
Merge
mchung [Tue, 17 Jan 2012 15:55:40 -0800] rev 11530
7117570: Warnings in sun.mangement.* and its subpackages
Reviewed-by: mchung, dsamersoff
Contributed-by: kurchi.subhra.hazra@oracle.com
chegar [Tue, 17 Jan 2012 14:10:04 +0000] rev 11529
6671616: TEST_BUG: java/io/File/BlockIsDirectory.java fails when /dev/dsk empty (sol)
Reviewed-by: alanb
chegar [Mon, 16 Jan 2012 18:05:29 +0000] rev 11528
7129083: CookieManager does not store cookies if url is read before setting cookie manager
Reviewed-by: michaelm
alanb [Mon, 16 Jan 2012 16:30:29 +0000] rev 11527
7130398: ProblemList.txt updates (1/2012)
Reviewed-by: chegar
weijun [Mon, 16 Jan 2012 10:10:56 +0800] rev 11526
7118809: rcache deadlock
Reviewed-by: valeriep
littlee [Fri, 13 Jan 2012 13:20:02 +0000] rev 11525
7129029: (fs) Unix file system provider should be buildable on platforms that don't support O_NOFOLLOW
Reviewed-by: alanb
valeriep [Thu, 12 Jan 2012 18:49:33 -0800] rev 11524
Merge
valeriep [Thu, 12 Jan 2012 16:04:03 -0800] rev 11523
7088989: Improve the performance for T4 by utilizing the newly provided crypto APIs
Summary: Added the OracleUcrypto provider for utilizing the Solaris ucrypto API.
Reviewed-by: weijun
weijun [Fri, 13 Jan 2012 09:50:19 +0800] rev 11522
7090565: Move test/closed/javax/security/auth/x500/X500Principal/Parse.java to open tests
Reviewed-by: mullan
xuelei [Thu, 12 Jan 2012 03:39:37 -0800] rev 11521
7106773: 512 bits RSA key cannot work with SHA384 and SHA512
Reviewed-by: weijun
ksrini [Wed, 11 Jan 2012 08:14:47 -0800] rev 11520
7125442: jar application located in two bytes character named folder cannot be run with JRE 7 u1/u2
Reviewed-by: sherman, mchung, darcy
alanb [Wed, 11 Jan 2012 13:07:15 +0000] rev 11519
7068856: (fs) Typo in Files.isSameFile() javadoc
7099208: (fs) Files.newBufferedReader has typo in javadoc
Reviewed-by: forax
chegar [Wed, 11 Jan 2012 10:52:25 +0000] rev 11518
7128648: HttpURLConnection.getHeaderFields should return an unmodifiable Map
Reviewed-by: michaelm
darcy [Tue, 10 Jan 2012 17:46:46 -0800] rev 11517
7128931: Bad HTML escaping in java.lang.Throwable javadoc
Reviewed-by: mduigou
darcy [Tue, 10 Jan 2012 17:12:11 -0800] rev 11516
7112008: Javadoc for j.l.Object.finalize() vs JLS 12.6 Finalization of Class Instances
Reviewed-by: mduigou
chegar [Tue, 10 Jan 2012 12:48:08 +0000] rev 11515
7128584: Typo in sun.misc.VM's private directMemory field comment
Reviewed-by: forax, chegar
Contributed-by: Krystal Mok <sajia@taobao.com>
chegar [Tue, 10 Jan 2012 10:57:12 +0000] rev 11514
7123415: Some cases of network interface indexes being read incorrectly
Reviewed-by: chegar
Contributed-by: brandon.passanisi@oracle.com
darcy [Mon, 09 Jan 2012 20:14:15 -0800] rev 11513
7128512: Javadoc typo in java.lang.invoke.MethodHandle
Reviewed-by: mduigou
darcy [Mon, 09 Jan 2012 15:54:44 -0800] rev 11512
7128441: StrictMath performance improvement note shared with Math
Reviewed-by: darcy
Contributed-by: Martin Desruisseaux <martin.desruisseaux@geomatys.fr>
gadams [Mon, 09 Jan 2012 19:33:02 +0000] rev 11511
7030573: test/java/io/FileInputStream/LargeFileAvailable.java fails when there is insufficient disk space
Reviewed-by: alanb
darcy [Fri, 06 Jan 2012 18:47:43 -0800] rev 11510
7123649: Remove public modifier from Math.powerOfTwoF.
Reviewed-by: smarks, alanb
valeriep [Fri, 06 Jan 2012 16:06:41 -0800] rev 11509
7033170: Cipher.getMaxAllowedKeyLength(String) throws NoSuchAlgorithmException
Summary: Changed to always use full transformation as provider properties.
Reviewed-by: mullan
valeriep [Fri, 06 Jan 2012 11:02:31 -0800] rev 11508
Merge
valeriep [Thu, 05 Jan 2012 18:18:04 -0800] rev 11507
6414899: P11Digest should support cloning
Summary: Enhanced the PKCS11 Digest implementation to support cloning
Reviewed-by: vinnie
alanb [Fri, 06 Jan 2012 15:00:22 +0000] rev 11506
7127235: (fs) NPE in Files.walkFileTree if cached attributes are GC'ed
Reviewed-by: forax, chegar
lana [Wed, 18 Jan 2012 20:23:33 -0800] rev 11505
Merge
lana [Wed, 18 Jan 2012 11:41:13 -0800] rev 11504
Merge
anthony [Wed, 18 Jan 2012 19:09:26 +0400] rev 11503
7130662: GTK file dialog crashes with a NPE
Summary: Guard adding a back slash to the directory name with an if (!= null) check
Reviewed-by: anthony, art
Contributed-by: Matt <melkor@orangepalantir.org>
denis [Tue, 17 Jan 2012 19:09:32 +0400] rev 11502
7110590: DnDMerlinQLTestsuite_DnDJTextArea test fails with an java.awt.dnd.InvalidDnDOperationException
Reviewed-by: art
malenkov [Mon, 16 Jan 2012 18:28:56 +0400] rev 11501
7122740: PropertyDescriptor Performance Slow
Reviewed-by: rupashka
alexsch [Fri, 13 Jan 2012 12:39:23 +0400] rev 11500
7121765: closed/javax/swing/JTextArea/4697612/bug4697612.java fails on MacOS on Aqua L&F
Reviewed-by: rupashka
alexsch [Tue, 10 Jan 2012 17:11:10 +0400] rev 11499
6505523: NullPointerException in BasicTreeUI when a node is removed by expansion listener
Reviewed-by: rupashka
alexsch [Tue, 10 Jan 2012 15:46:30 +0400] rev 11498
7110815: closed/javax/swing/JSplitPane/4885629/bug4885629.java unstable on MacOS
Reviewed-by: kizune
lana [Wed, 18 Jan 2012 11:27:56 -0800] rev 11497
Merge
dbuck [Mon, 16 Jan 2012 11:52:51 +0400] rev 11496
7083621: Add fontconfig file for OEL6 and rename RH/O EL 5 file so that it is picked up for all 5.x updates
Reviewed-by: bae, prr
prr [Fri, 13 Jan 2012 13:11:08 -0800] rev 11495
7127827: JRE8: javaws fails to launch on oracle linux due to XRender
Reviewed-by: bae, jgodinez
katleman [Fri, 20 Jan 2012 13:08:48 -0800] rev 11494
Added tag jdk8-b22 for changeset 054ae6fb4346
duke [Wed, 05 Jul 2017 18:00:25 +0200] rev 11493
Merge
amurillo [Fri, 20 Jan 2012 16:56:31 -0800] rev 11492
Added tag hs23-b11 for changeset ad2a7ae4f3b0
amurillo [Fri, 20 Jan 2012 16:56:31 -0800] rev 11491
Merge
jrose [Thu, 19 Jan 2012 18:35:13 -0800] rev 11490
Merge
jrose [Thu, 19 Jan 2012 17:20:39 -0800] rev 11489
Merge
iveresov [Thu, 19 Jan 2012 10:56:51 -0800] rev 11488
7131288: COMPILE SKIPPED: deopt handler overflow (retry at different tier)
Summary: Fix exception handler stub size, enable guarantees to check for the correct deopt and exception stub sizes in the future
Reviewed-by: kvn, never, twisti
jrose [Thu, 19 Jan 2012 13:00:11 -0800] rev 11487
7111138: delete the obsolete flag -XX:+UseRicochetFrames
Reviewed-by: dholmes, bdelsart, kvn, twisti
bdelsart [Wed, 18 Jan 2012 16:18:31 +0100] rev 11486
7120448: Fix FP values for compiled frames in frame::describe
Summary: fix for debug method frame::describe
Reviewed-by: never, kvn
zgu [Wed, 18 Jan 2012 11:45:14 -0500] rev 11485
7131050: fix for "7071311 Decoder enhancement" does not build on MacOS X
Summary: Decoder API changes did not reflect in os_bsd
Reviewed-by: kamg, dcubed
kamg [Tue, 17 Jan 2012 21:25:28 -0500] rev 11484
Merge
zgu [Tue, 17 Jan 2012 13:08:52 -0500] rev 11483
7071311: Decoder enhancement
Summary: Made decoder thread-safe
Reviewed-by: coleenp, kamg
kamg [Tue, 17 Jan 2012 10:16:36 -0500] rev 11482
Merge
phh [Wed, 11 Jan 2012 17:58:26 -0500] rev 11481
Merge
phh [Wed, 11 Jan 2012 17:34:02 -0500] rev 11480
7115199: Add event tracing hooks and Java Flight Recorder infrastructure
Summary: Added a nop tracing infrastructure, JFR makefile changes and other infrastructure used only by JFR.
Reviewed-by: acorn, sspitsyn
Contributed-by: markus.gronlund@oracle.com
amurillo [Sat, 14 Jan 2012 00:52:39 -0800] rev 11479
7129512: new hotspot build - hs23-b11
Reviewed-by: jcoomes
katleman [Fri, 20 Jan 2012 13:08:43 -0800] rev 11478
Added tag jdk8-b22 for changeset 8b2993f4f9c6
katleman [Fri, 20 Jan 2012 13:08:40 -0800] rev 11477
Added tag jdk8-b22 for changeset ca3137c9be77
duke [Wed, 05 Jul 2017 18:00:12 +0200] rev 11476
Added tag jdk8-b22 for changeset e8f03541af27
duke [Wed, 05 Jul 2017 18:00:12 +0200] rev 11475
Merge
duke [Wed, 05 Jul 2017 18:00:09 +0200] rev 11474
Merge
katleman [Fri, 13 Jan 2012 10:05:53 -0800] rev 11473
Added tag jdk8-b21 for changeset 9d026cb0fb2f
duke [Wed, 05 Jul 2017 18:00:06 +0200] rev 11472
Merge
katleman [Fri, 13 Jan 2012 10:05:42 -0800] rev 11471
Added tag jdk8-b21 for changeset e1dd9987d5a7
duke [Wed, 05 Jul 2017 18:00:03 +0200] rev 11470
Merge
katleman [Fri, 13 Jan 2012 10:05:41 -0800] rev 11469
Added tag jdk8-b21 for changeset bcda986cbc2e
duke [Wed, 05 Jul 2017 18:00:00 +0200] rev 11468
Merge
katleman [Fri, 13 Jan 2012 10:05:30 -0800] rev 11467
Added tag jdk8-b21 for changeset ee4b0991718c
duke [Wed, 05 Jul 2017 17:59:57 +0200] rev 11466
Merge
katleman [Fri, 13 Jan 2012 10:05:45 -0800] rev 11465
Added tag jdk8-b21 for changeset 0287f9a11368
duke [Wed, 05 Jul 2017 17:59:55 +0200] rev 11464
Merge
amurillo [Sat, 14 Jan 2012 00:47:46 -0800] rev 11463
Added tag hs23-b10 for changeset 4412a0411174
amurillo [Sat, 14 Jan 2012 00:47:46 -0800] rev 11462
Merge
kvn [Fri, 13 Jan 2012 14:21:14 -0800] rev 11461
Merge
kvn [Fri, 13 Jan 2012 12:58:26 -0800] rev 11460
7129618: assert(obj_node->eqv_uncast(obj),"");
Summary: Relax verification and locks elimination checks for new implementation (EliminateNestedLocks).
Reviewed-by: iveresov
jrose [Fri, 13 Jan 2012 00:51:43 -0800] rev 11459
Merge
kvn [Thu, 12 Jan 2012 14:45:04 -0800] rev 11458
7128355: assert(!nocreate) failed: Cannot build a phi for a block already parsed
Summary: Do not common BoxLock nodes and avoid creating phis of boxes.
Reviewed-by: never
brutisso [Fri, 13 Jan 2012 06:18:47 -0800] rev 11457
Merge
brutisso [Fri, 13 Jan 2012 01:55:22 -0800] rev 11456
Merge
tonyp [Tue, 10 Jan 2012 18:58:13 -0500] rev 11455
6888336: G1: avoid explicitly marking and pushing objects in survivor spaces
Summary: This change simplifies the interaction between GC and concurrent marking. By disabling survivor spaces during the initial-mark pause we don't need to propagate marks of objects we copy during each GC (since we never need to copy an explicitly marked object).
Reviewed-by: johnc, brutisso
brutisso [Tue, 10 Jan 2012 20:02:41 +0100] rev 11454
7128532: G1: Change default value of G1DefaultMaxNewGenPercent to 80
Reviewed-by: tonyp, jmasa
tonyp [Mon, 09 Jan 2012 23:50:41 -0500] rev 11453
7125281: G1: heap expansion code is replicated
Reviewed-by: brutisso, johnc
tonyp [Sat, 07 Jan 2012 00:43:59 -0500] rev 11452
7121623: G1: always be able to reliably calculate the length of a forwarded chunked array
Summary: Store the "next chunk start index" in the length field of the to-space object, instead of the from-space object, so that we can always reliably read the size of all from-space objects.
Reviewed-by: johnc, ysr, jmasa
johnc [Fri, 23 Dec 2011 11:14:18 -0800] rev 11451
7121496: G1: do the per-region evacuation failure handling work in parallel
Summary: Parallelize the removal of self forwarding pointers etc. by wrapping in a HeapRegion closure, which is then wrapped inside an AbstractGangTask.
Reviewed-by: tonyp, iveresov
jmasa [Thu, 05 Jan 2012 21:21:55 -0800] rev 11450
Merge
tonyp [Thu, 05 Jan 2012 05:54:01 -0500] rev 11449
7113006: G1: excessive ergo output when an evac failure happens
Summary: Introduce a flag that is set when a heap expansion attempt during a GC fails so that we do not consantly attempt to expand the heap when it's going to fail anyway. This not only prevents the excessive ergo output (which is generated when a region allocation fails) but also avoids excessive and ultimately unsuccessful expansion attempts.
Reviewed-by: jmasa, johnc
jrose [Fri, 13 Jan 2012 00:27:53 -0800] rev 11448
Merge
kvn [Thu, 12 Jan 2012 12:28:59 -0800] rev 11447
7064302: JDK7 build 147 crashed after testing my java 6-compiled web app
Summary: Don't split CMove node if it's control edge is different from split region.
Reviewed-by: never
kvn [Tue, 10 Jan 2012 18:05:38 -0800] rev 11446
7128352: assert(obj_node == obj) failed
Summary: Compare uncasted object nodes.
Reviewed-by: never
kvn [Sat, 07 Jan 2012 13:26:43 -0800] rev 11445
7125896: Eliminate nested locks
Summary: Nested locks elimination done before lock nodes expansion by looking for outer locks of the same object.
Reviewed-by: never, twisti
kvn [Sat, 07 Jan 2012 10:39:23 -0800] rev 11444
7110824: ctw/jarfiles/GUI3rdParty_jar/ob_mask_DateField crashes VM
Summary: Change yank_if_dead() to recursive method to remove all dead inputs.
Reviewed-by: never
kamg [Thu, 12 Jan 2012 09:59:55 -0500] rev 11443
Merge
kamg [Tue, 10 Jan 2012 15:47:19 -0500] rev 11442
Merge
fparain [Mon, 09 Jan 2012 10:27:24 +0100] rev 11441
7120511: Add diagnostic commands
Reviewed-by: acorn, phh, dcubed, sspitsyn
dcubed [Wed, 11 Jan 2012 19:54:34 -0800] rev 11440
7129240: backout fix for 7102776 until 7128770 is resolved
Reviewed-by: phh, bobv, coleenp, dcubed
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
kvn [Fri, 06 Jan 2012 20:09:20 -0800] rev 11439
Merge
iveresov [Thu, 05 Jan 2012 17:25:58 -0800] rev 11438
7119294: Two command line options cause JVM to crash
Summary: Setup thread register in MacroAssembler::incr_allocated_bytes() on x64
Reviewed-by: kvn
kvn [Fri, 30 Dec 2011 11:43:06 -0800] rev 11437
7125879: assert(proj != NULL) failed: must be found
Summary: Leave i_o attached to slow allocation call when there are no i_o users after the call.
Reviewed-by: iveresov, twisti
kvn [Thu, 29 Dec 2011 11:37:50 -0800] rev 11436
Merge
kvn [Tue, 27 Dec 2011 15:08:43 -0800] rev 11435
7123954: Some CTW test crash with SIGSEGV
Summary: Correct Allocate expansion code to preserve i_o when only slow call is generated.
Reviewed-by: iveresov
kvn [Fri, 23 Dec 2011 15:24:36 -0800] rev 11434
7110832: ctw/.../org_apache_avalon_composition_util_StringHelper crashes the VM
Summary: Distance is too large for one short branch in string_indexofC8().
Reviewed-by: iveresov
roland [Fri, 23 Dec 2011 09:36:23 +0100] rev 11433
7123253: C1: in store check code, usage of registers may be incorrect
Summary: fix usage of input register in assembly code for store check.
Reviewed-by: never
roland [Thu, 22 Dec 2011 10:55:53 +0100] rev 11432
7123108: C1: assert(if_state != NULL) failed: states do not match up
Summary: In CEE, ensure if and common successor state are at the same inline level
Reviewed-by: never
roland [Tue, 20 Dec 2011 16:56:50 +0100] rev 11431
7121140: Allocation paths require explicit memory synchronization operations for RMO systems
Summary: adds store store barrier after initialization of header and body of objects.
Reviewed-by: never, kvn
stefank [Wed, 07 Dec 2011 11:35:03 +0100] rev 11430
7118863: Move sizeof(klassOopDesc) into the *Klass::*_offset_in_bytes() functions
Summary: Moved sizeof(klassOopDesc), changed the return type to ByteSize and removed the _in_bytes suffix.
Reviewed-by: never, bdelsart, coleenp, jrose
kvn [Tue, 20 Dec 2011 00:55:02 -0800] rev 11429
7121648: Use 3-operands SIMD instructions on x86 with AVX
Summary: Use 3-operands SIMD instructions in C2 generated code for machines with AVX.
Reviewed-by: never
never [Mon, 19 Dec 2011 14:16:23 -0800] rev 11428
7121073: secondary_super_cache memory slice has incorrect bounds in flatten_alias_type
Reviewed-by: kvn
kvn [Wed, 14 Dec 2011 14:54:38 -0800] rev 11427
7116452: Add support for AVX instructions
Summary: Added support for AVX extension to the x86 instruction set.
Reviewed-by: never
iveresov [Tue, 13 Dec 2011 17:10:52 -0800] rev 11426
7121111: -server -Xcomp -XX:+TieredCompilation does not invoke C2 compiler
Summary: Exercise C2 more in tiered mode with Xcomp
Reviewed-by: kvn, never
roland [Tue, 13 Dec 2011 10:54:47 +0100] rev 11425
7114106: C1: assert(goto_state->is_same(sux_state)) failed: states must match now
Summary: fix C1's CEE to take inlining into account when the stacks in states are compared.
Reviewed-by: iveresov, never
iveresov [Mon, 12 Dec 2011 12:44:08 -0800] rev 11424
7119730: Tiered: SIGSEGV in AdvancedThresholdPolicy::is_method_profiled(methodOop)
Summary: Added handles for references to methods in select_task()
Reviewed-by: twisti, kvn
dcubed [Fri, 06 Jan 2012 16:18:29 -0800] rev 11423
Merge
phh [Thu, 05 Jan 2012 17:16:13 -0500] rev 11422
Merge
phh [Thu, 05 Jan 2012 17:14:52 -0500] rev 11421
7126480: Make JVM start time in milliseconds since the Java epoch available
Summary: Expose existing Management::_begin_vm_creation_time via new accessor Management::begin_vm_creation_time().
Reviewed-by: acorn, dcubed
fparain [Thu, 05 Jan 2012 07:26:44 -0800] rev 11420
7125594: C-heap growth issue in ThreadService::find_deadlocks_at_safepoint
Reviewed-by: sspitsyn, dcubed, mchung, dholmes
dcubed [Thu, 05 Jan 2012 06:24:52 -0800] rev 11419
7127032: fix for 7122253 adds a JvmtiThreadState earlier than necessary
Summary: Use JavaThread::jvmti_thread_state() instead of JvmtiThreadState::state_for().
Reviewed-by: coleenp, poonam, acorn
phh [Tue, 03 Jan 2012 15:11:31 -0500] rev 11418
7126185: Clean up lasterror handling, add os::get_last_error()
Summary: Add os::get_last_error(), replace getLastErrorString() by os::lasterror() in os_windows.cpp.
Reviewed-by: kamg, dholmes
Contributed-by: erik.gahlin@oracle.com
phh [Sun, 01 Jan 2012 11:17:59 -0500] rev 11417
7125934: Add a fast unordered timestamp capability to Hotspot on x86/x64
Summary: Add rdtsc detection and inline generation.
Reviewed-by: kamg, dholmes
Contributed-by: karen.kinnear@oracle.com
jmasa [Thu, 05 Jan 2012 21:02:05 -0800] rev 11416
Merge
jmasa [Wed, 04 Jan 2012 07:56:13 -0800] rev 11415
Merge
stefank [Mon, 02 Jan 2012 10:01:46 +0100] rev 11414
7125503: Compiling collectedHeap.cpp fails with -Werror=int-to-pointer-cast with g++ 4.6.1
Summary: Used uintptr_t and void* for all the casts and checks in test_is_in.
Reviewed-by: tonyp, jmasa
jiangli [Wed, 04 Jan 2012 12:36:07 -0500] rev 11413
Merge
jiangli [Wed, 28 Dec 2011 12:15:57 -0500] rev 11412
7123315: instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count should be u2 type.
Summary: Change instanceKlass::_static_oop_field_count and instanceKlass::_java_fields_count to u2 type.
Reviewed-by: never, bdelsart, dholmes
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
bdelsart [Tue, 20 Dec 2011 12:33:05 +0100] rev 11411
7116216: StackOverflow GC crash
Summary: GC crash for explicit stack overflow checks after a C2I transition.
Reviewed-by: coleenp, never
Contributed-by: yang02.wang@sap.com, bertrand.delsart@oracle.com
jiangli [Fri, 16 Dec 2011 17:33:08 -0500] rev 11410
Merge
jiangli [Fri, 09 Dec 2011 11:29:05 -0800] rev 11409
Merge
vladidan [Wed, 07 Dec 2011 16:47:08 -0500] rev 11408
7050298: ARM: SIGSEGV in JNIHandleBlock::allocate_handle
Summary: missing release barrier in Monitor::IUnlock
Reviewed-by: dholmes, dice
coleenp [Tue, 06 Dec 2011 18:28:51 -0500] rev 11407
7117052: instanceKlass::_init_state can be u1 type
Summary: Change instanceKlass::_init_state field to u1 type.
Reviewed-by: bdelsart, coleenp, dholmes, phh, never
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
bobv [Tue, 29 Nov 2011 14:44:44 -0500] rev 11406
Merge
coleenp [Thu, 17 Nov 2011 12:53:59 -0500] rev 11405
7102776: Pack instanceKlass boolean fields into single u1 field
Summary: Reduce class runtime memory usage by packing 4 instanceKlass boolean fields into single u1 field. Save 4-byte for each loaded class.
Reviewed-by: dholmes, bobv, phh, twisti, never, coleenp
Contributed-by: Jiangli Zhou <jiangli.zhou@oracle.com>
jmasa [Tue, 03 Jan 2012 10:22:19 -0800] rev 11404
Merge
stefank [Thu, 29 Dec 2011 07:37:23 +0100] rev 11403
7125516: G1: ~ConcurrentMark() frees incorrectly
Summary: Replaced the code with a ShouldNotReachHere
Reviewed-by: tonyp, jmasa
iveresov [Tue, 27 Dec 2011 16:43:49 -0800] rev 11402
7124829: NUMA: memory leak on Linux with large pages
Summary: In os::free_memory() use mmap with the same attributes as for the heap space
Reviewed-by: kvn
Contributed-by: Aleksey Ignatenko <aleksey.v.ignatenko@intel.com>
vladidan [Thu, 29 Dec 2011 20:09:24 -0500] rev 11401
Merge
vladidan [Mon, 26 Dec 2011 20:36:01 -0500] rev 11400
Merge
dcubed [Thu, 22 Dec 2011 12:50:42 -0800] rev 11399
7122253: Instrumentation.retransformClasses() leaks class bytes
Summary: Change ClassFileParser::parseClassFile() to use the instanceKlass:_cached_class_file_bytes field to avoid leaking the cache.
Reviewed-by: coleenp, acorn, poonam
jmasa [Tue, 27 Dec 2011 12:38:49 -0800] rev 11398
Merge
brutisso [Wed, 21 Dec 2011 22:13:31 +0100] rev 11397
7113021: G1: automatically enable young gen size auto-tuning when -Xms==-Xmx
Summary: Use a percentage of -Xms as min and another percentage of -Xmx as max for the young gen size
Reviewed-by: tonyp, johnc
jmasa [Wed, 14 Dec 2011 13:34:57 -0800] rev 11396
7121618: Change type of number of GC workers to unsigned int.
Summary: Change variables representing the number of GC workers to uint from int and size_t. Change the parameter in work(int i) to work(uint worker_id).
Reviewed-by: brutisso, tonyp
tonyp [Wed, 21 Dec 2011 07:53:53 -0500] rev 11395
7119027: G1: use atomics to update RS length / predict time of inc CSet
Summary: Make sure that the updates to the RS length and inc CSet predicted time are updated in an MT-safe way.
Reviewed-by: brutisso, iveresov
jmasa [Tue, 20 Dec 2011 20:29:35 -0800] rev 11394
Merge
tonyp [Tue, 20 Dec 2011 12:59:28 -0500] rev 11393
7123165: G1: output during parallel verification can get messed up
Summary: Serialize the worker threads that are generating output during parallel heap verification to make sure the output is consistent.
Reviewed-by: brutisso, johnc, jmasa
amurillo [Fri, 23 Dec 2011 15:29:34 -0800] rev 11392
7123810: new hotspot build - hs23-b10
Reviewed-by: jcoomes
katleman [Fri, 13 Jan 2012 10:05:33 -0800] rev 11391
Added tag jdk8-b21 for changeset d4711a3a19f6
katleman [Fri, 13 Jan 2012 10:05:28 -0800] rev 11390
Added tag jdk8-b21 for changeset 4482b9090d5e
duke [Wed, 05 Jul 2017 17:59:32 +0200] rev 11389
Added tag jdk8-b21 for changeset b3a426170188
duke [Wed, 05 Jul 2017 17:59:32 +0200] rev 11388
Merge
duke [Wed, 05 Jul 2017 17:59:29 +0200] rev 11387
Merge