jrose [Fri, 08 Jan 2010 18:27:20 -0800] rev 4587
Merge
jrose [Fri, 08 Jan 2010 13:58:49 -0800] rev 4586
6912063: inlining parameters need to be adjusted for some uses of the JVM
Summary: Put all inline-related switches into product mode, to allow tuning by dynamic language implementors.
Reviewed-by: twisti, kvn
jrose [Fri, 08 Jan 2010 15:17:42 -0800] rev 4585
Merge
jrose [Fri, 08 Jan 2010 13:47:01 -0800] rev 4584
6912062: disassembler plugin needs to produce symbolic information in product mode
Summary: More informative disassembly in product mode. Also, a more consistent CompileCommand syntax.
Reviewed-by: never
kvn [Fri, 08 Jan 2010 09:51:24 -0800] rev 4583
6910484: incorrect integer optimization (loosing and op-r in a given example)
Summary: Remove AND operation only if mask is equal to shift.
Reviewed-by: never
kvn [Fri, 08 Jan 2010 09:42:31 -0800] rev 4582
6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
Summary: Check RootNode before check Loop in IfNode::up_one_dom().
Reviewed-by: never
Contributed-by: kevin.brown@sun.com
twisti [Fri, 08 Jan 2010 11:09:46 +0100] rev 4581
6914206: change way of permission checking for generated MethodHandle adapters
Summary: Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler.
Reviewed-by: kvn, never, jrose
kvn [Thu, 07 Jan 2010 16:26:31 -0800] rev 4580
6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE.
Summary: Add missing check that value is used in memory expression in instructions with embedded load.
Reviewed-by: never, jrose
kvn [Thu, 07 Jan 2010 16:24:17 -0800] rev 4579
6914622: Print values of all flags for product VM
Summary: Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial.
Reviewed-by: phh, ysr
Contributed-by: gbenson@redhat.com
ysr [Sat, 09 Jan 2010 09:01:41 -0800] rev 4578
Merge
jmasa [Thu, 07 Jan 2010 08:14:45 -0800] rev 4577
6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
Summary: Block too small to split was not correctly putback to free lists.
Reviewed-by: ysr
ysr [Mon, 04 Jan 2010 14:51:26 -0800] rev 4576
6637203: Classunloading messages go to stdout rather than Xloggc file, causing hangs when stdout is closed
Summary: Decoupled TraceClassUnloading from verbose:gc, JVMTI_VERBOSE_GC and PrintGC[Details], making it settable in a manner identical to TraceClassLoading. Reverted an inadvertent change of TraceClassUnloading output in a previous changeset from gclog back to tty.
Reviewed-by: coleenp, dholmes, jmasa, poonam
jmasa [Mon, 04 Jan 2010 07:58:42 -0800] rev 4575
Merge
ysr [Wed, 23 Dec 2009 09:23:54 -0800] rev 4574
6631166: CMS: better heuristics when combatting fragmentation
Summary: Autonomic per-worker free block cache sizing, tunable coalition policies, fixes to per-size block statistics, retuned gain and bandwidth of some feedback loop filters to allow quicker reactivity to abrupt changes in ambient demand, and other heuristics to reduce fragmentation of the CMS old gen. Also tightened some assertions, including those related to locking.
Reviewed-by: jmasa
iveresov [Wed, 06 Jan 2010 22:21:39 -0800] rev 4573
Merge
never [Wed, 06 Jan 2010 14:25:03 -0800] rev 4572
Merge
never [Wed, 06 Jan 2010 14:22:39 -0800] rev 4571
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
never [Tue, 05 Jan 2010 16:12:26 -0800] rev 4570
6914002: unsigned compare problem after 5057818
Reviewed-by: kvn, twisti
never [Tue, 05 Jan 2010 11:16:09 -0800] rev 4569
Merge
never [Tue, 05 Jan 2010 11:14:54 -0800] rev 4568
6908267: Zero fails to unlock synchronized native methods on exception
Reviewed-by: never
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Tue, 05 Jan 2010 15:21:25 +0100] rev 4567
6893268: additional dynamic language related optimizations in C2
Summary: C2 needs some additional optimizations to be able to handle MethodHandle invokes and invokedynamic instructions at the best performance.
Reviewed-by: kvn, never
twisti [Tue, 05 Jan 2010 13:05:58 +0100] rev 4566
6829187: compiler optimizations required for JSR 292
Summary: C2 implementation for invokedynamic support.
Reviewed-by: kvn, never
kvn [Mon, 04 Jan 2010 15:21:09 -0800] rev 4565
6913075: EA identifies escape state incorrectly after 6895383 fix
Summary: EA incorrectly identifies escape state of an allocation passed as call argument.
Reviewed-by: never
twisti [Mon, 04 Jan 2010 18:38:08 +0100] rev 4564
6893081: method handle & invokedynamic code needs additional cleanup (post 6815692, 6858164)
Summary: During the work for 6829187 we have fixed a number of basic bugs which are logically grouped with 6815692 and 6858164 but which must be reviewed and pushed separately.
Reviewed-by: kvn, never
twisti [Mon, 04 Jan 2010 07:04:46 -0800] rev 4563
Merge
twisti [Mon, 04 Jan 2010 15:52:40 +0100] rev 4562
6894206: JVM needs a way to traverse method handle structures
Summary: We need a way to walk chained method handles in the JVM to call the right methods and to generate required bytecode adapters for the compilers.
Reviewed-by: kvn
twisti [Mon, 04 Jan 2010 03:34:40 -0800] rev 4561
6913869: Zero assert fix
Summary: Zero currently won't build on zSeries or PowerPC machines with assertions turned on.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
twisti [Mon, 04 Jan 2010 00:22:57 -0800] rev 4560
6909153: Fix broken options on Zero
Summary: Smaller fixes to ensure that Zero still works with non-standard options.
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
katleman [Thu, 14 Jan 2010 15:48:26 -0800] rev 4559
Added tag jdk7-b79 for changeset 9b63533d5895
mikejwre [Wed, 20 Jan 2010 17:09:09 -0800] rev 4558
Merge
andrew [Thu, 07 Jan 2010 23:17:01 +0000] rev 4557
6914986: Make sure openjdk doc generation not turned off with JDK_UPDATE_VERSION
Summary: Only turn off documentation for updates when not building OpenJDK
Reviewed-by: ohair
katleman [Thu, 14 Jan 2010 15:48:22 -0800] rev 4556
Added tag jdk7-b79 for changeset 142aec7359d5
duke [Wed, 05 Jul 2017 17:05:08 +0200] rev 4555
Added tag jdk7-b79 for changeset e9c98378f6b9
duke [Wed, 05 Jul 2017 17:05:07 +0200] rev 4554
Merge
duke [Wed, 05 Jul 2017 17:05:05 +0200] rev 4553
Merge
tbell [Sat, 19 Dec 2009 10:26:47 -0800] rev 4552
Merge
darcy [Fri, 18 Dec 2009 11:15:23 -0800] rev 4551
6911854: Update TestElementsAnnotatedWith.java to use @compile/proc
Reviewed-by: jjg
jjg [Tue, 15 Dec 2009 13:26:06 -0800] rev 4550
6910317: [classfile] typo and other issues in Dependency classes
Reviewed-by: ksrini
jjg [Sat, 12 Dec 2009 09:28:40 -0800] rev 4549
6907575: [classfile] add support for classfile dependency analysis
Reviewed-by: ksrini
jjg [Fri, 11 Dec 2009 14:26:27 -0800] rev 4548
6906175: bridge JSR199 and JSR 203 APIs
Reviewed-by: darcy, alanb
darcy [Thu, 10 Dec 2009 20:35:31 -0800] rev 4547
6909538: Clarify meaning of "element" in javax.lang.model.element API
Reviewed-by: ahe
mikejwre [Thu, 17 Dec 2009 14:10:44 -0800] rev 4546
Added tag jdk7-b78 for changeset fcbbd4d49581
duke [Wed, 05 Jul 2017 17:05:01 +0200] rev 4545
Merge
mikejwre [Thu, 17 Dec 2009 14:10:29 -0800] rev 4544
Added tag jdk7-b78 for changeset f6cdb0710f97
duke [Wed, 05 Jul 2017 17:04:58 +0200] rev 4543
Merge
mikejwre [Thu, 17 Dec 2009 14:10:28 -0800] rev 4542
Added tag jdk7-b78 for changeset 977f877abc78
duke [Wed, 05 Jul 2017 17:04:56 +0200] rev 4541
Merge
mikejwre [Thu, 17 Dec 2009 14:10:20 -0800] rev 4540
Added tag jdk7-b78 for changeset 185d9f127780
duke [Wed, 05 Jul 2017 17:04:53 +0200] rev 4539
Merge
jcoomes [Wed, 13 Jan 2010 15:16:06 -0800] rev 4538
Merge
jrose [Thu, 07 Jan 2010 16:16:45 -0800] rev 4537
6914665: update jdk code for JSR 292 (post 6858164)
Summary: Fill in missing API implementations, fix numerous bugs, adjust APIs towards EG design.
Reviewed-by: twisti
jrose [Wed, 06 Jan 2010 16:50:51 -0800] rev 4536
Merge
jrose [Wed, 21 Oct 2009 23:19:48 -0700] rev 4535
6891770: JSR 292 API needs initial unit tests
Summary: backport working mlvm regression test to M3 implementation of JSR 292; requires jtreg 4.1
Reviewed-by: twisti
weijun [Tue, 05 Jan 2010 10:40:44 +0800] rev 4534
6913636: kvno check in JSSE
Reviewed-by: valeriep
weijun [Tue, 05 Jan 2010 10:40:36 +0800] rev 4533
6895424: RFC 5653
Reviewed-by: valeriep
weijun [Thu, 24 Dec 2009 13:56:28 +0800] rev 4532
6907425: JCK Kerberos tests fail since b77
Reviewed-by: valeriep
weijun [Thu, 24 Dec 2009 13:56:19 +0800] rev 4531
6843127: krb5 should not try to access unavailable kdc too often
Reviewed-by: valeriep, mullan
dl [Wed, 23 Dec 2009 15:57:14 -0800] rev 4530
6908348: java/util/concurrent/BlockingQueue/CancelledProducerConsumerLoops.java get OOME for unbounded queues
Reviewed-by: martin, dholmes
andrew [Wed, 23 Dec 2009 17:17:16 +0000] rev 4529
6912893: (build) make/java/nio/FILES_java.gmk doesn't list sun.nio.cs.Unicode
Summary: Add missing Java source file
Reviewed-by: alanb
ptisnovs [Wed, 23 Dec 2009 11:18:58 +0100] rev 4528
6912628: test/java/util/jar/JarFile/TurkCert.java cannot be run in samevm mode
Summary: Added tag to run this test in othervm
Reviewed-by: chegar
darcy [Tue, 22 Dec 2009 21:48:19 -0800] rev 4527
6908541: Bad resource management in java/math/BigInteger/BigIntegerTest.java
Reviewed-by: alanb
tbell [Sat, 19 Dec 2009 10:26:19 -0800] rev 4526
Merge
mchung [Fri, 18 Dec 2009 11:42:03 -0800] rev 4525
6909573: Temporary launcher support to add modules in the bootclasspath
Summary: Add the list of modules to the bootclasspath if lib/rt.jar and classes don't exist
Reviewed-by: alanb, ohair, ksrini
mchung [Fri, 18 Dec 2009 11:36:23 -0800] rev 4524
6909572: Add a new target for building modules
Summary: Add a new "modules" build target that builds jdk and jre module image
Reviewed-by: alanb, ohair
mchung [Fri, 18 Dec 2009 07:49:02 -0800] rev 4523
Merge
mchung [Thu, 17 Dec 2009 08:11:21 -0800] rev 4522
6898747: Allow JNDI cosnaming provider to be used when java.applet is not present
Summary: Check if java.applet.Applet is present before accessing the type
Reviewed-by: alanb, vinnie
ohair [Wed, 16 Dec 2009 12:45:18 -0800] rev 4521
6558110: tmp/java/jli/obj_g/static is not deleted automatically
Reviewed-by: ksrini
darcy [Tue, 15 Dec 2009 13:51:44 -0800] rev 4520
6908131: Pure Java implementations of StrictMath.floor(double) & StrictMath.ceil(double)
Reviewed-by: alanb
ohair [Fri, 11 Dec 2009 17:18:38 -0800] rev 4519
Merge
ohair [Fri, 11 Dec 2009 15:29:46 -0800] rev 4518
Merge
ohair [Fri, 11 Dec 2009 15:29:22 -0800] rev 4517
6909373: Add -ea to the testing done by jdk/test/Makefile
Reviewed-by: darcy
ohair [Thu, 10 Dec 2009 16:57:05 -0800] rev 4516
Merge
ohair [Wed, 09 Dec 2009 09:50:09 -0800] rev 4515
Merge
ohair [Wed, 09 Dec 2009 09:46:57 -0800] rev 4514
6906210: Fix another minor typo in test/Makefile
Reviewed-by: tbell, dcubed
andrew [Fri, 11 Dec 2009 23:47:10 +0000] rev 4513
6909442: Fix comments in test/sun/tools/jhat/HatRun.java
Summary: Update the comments in this test to match the changes in 6902325
Reviewed-by: ohair
darcy [Fri, 11 Dec 2009 10:40:14 -0800] rev 4512
6909563: Javadoc build warnings in rmi, security, management
Reviewed-by: mchung, mullan
darcy [Thu, 10 Dec 2009 13:28:07 -0800] rev 4511
4891262: API spec, javax/accessibility: few invalid javadoc tags
Reviewed-by: jjg
darcy [Thu, 10 Dec 2009 13:04:13 -0800] rev 4510
6909070: Missing package statements in java.text.Bidi @see links
Reviewed-by: anthony
chegar [Thu, 10 Dec 2009 09:08:51 -0800] rev 4509
Merge
chegar [Thu, 10 Dec 2009 15:52:19 +0000] rev 4508
6909089: Memory leak occurs by lack of free for read buffer in SocketInputStream#read()
Reviewed-by: alanb, jccollet
mullan [Thu, 10 Dec 2009 11:34:31 -0500] rev 4507
Merge
mullan [Thu, 10 Dec 2009 11:31:22 -0500] rev 4506
6867348: Digest Value of References inside Manifest - calculation order problem
Reviewed-by: xuelei
mchung [Wed, 09 Dec 2009 21:09:38 -0800] rev 4505
6909082: Docs warning from java.util.logging.PlatformLoggingMXBean
Summary: Fix incorrect tag @See with @see.
Reviewed-by: darcy
darcy [Wed, 09 Dec 2009 17:55:48 -0800] rev 4504
6909057: @see Arrays#hashCode missing particular method specification in j.u.Objects.hash
Reviewed-by: ksrini
weijun [Wed, 09 Dec 2009 11:15:25 +0800] rev 4503
6908628: ObjectIdentifier s11n test fails
Reviewed-by: xuelei
martin [Tue, 08 Dec 2009 12:41:01 -0800] rev 4502
6903754: (bf) Improve floating-point buffer comparison
Summary: Describe the exact behavior of {Double,Float}Buffer.{equals,compareTo}; fix non-anti-symmetric behavior of compareTo
Reviewed-by: alanb
Contributed-by: jessewilson@google.com
mikejwre [Thu, 17 Dec 2009 14:10:35 -0800] rev 4501
Added tag jdk7-b78 for changeset 97c33ee30c4f
duke [Wed, 05 Jul 2017 17:04:46 +0200] rev 4500
Merge
trims [Wed, 23 Dec 2009 03:12:16 -0800] rev 4499
Merge
xlu [Thu, 17 Dec 2009 01:19:07 -0800] rev 4498
Merge
xlu [Wed, 16 Dec 2009 15:44:08 -0800] rev 4497
Merge
xlu [Wed, 16 Dec 2009 14:27:50 -0800] rev 4496
6895168: JCK api/signaturetest/sigtest.basic.html#basic test fails for jdk 5.0 with HS 16 in nightly build
Reviewed-by: dholmes, acorn, jrose
xlu [Wed, 16 Dec 2009 13:19:57 -0800] rev 4495
Merge
xlu [Wed, 16 Dec 2009 13:16:08 -0800] rev 4494
6899467: System property java.class.version out-of-sync with VM for jdk 5.0 with HS 16 in nightly build
Reviewed-by: kvn, never, dholmes, ysr
phh [Wed, 16 Dec 2009 12:54:49 -0500] rev 4493
6843629: Make current hotspot build part of jdk5 control build
Summary: Source changes for older compilers plus makefile changes.
Reviewed-by: xlu
dcubed [Mon, 14 Dec 2009 13:26:29 -0700] rev 4492
Merge
dcubed [Mon, 14 Dec 2009 10:05:36 -0700] rev 4491
6849968: 3/2 JVMTI tests fails on jdk5.0 with hs14
Summary: If a JVMTI agent asks for version 1.0, then it should get version 1.0 semantics.
Reviewed-by: dholmes, ohair
dcubed [Mon, 14 Dec 2009 09:51:09 -0700] rev 4490
6648438: 4/4 src/share/vm/prims/jvmtiEnv.cpp:457 assert(phase == JVMTI_PHASE_LIVE,"sanity check")
Summary: Return error on invalid JVMTI_PHASE instead of asserting.
Reviewed-by: dholmes, ohair
minqi [Fri, 11 Dec 2009 11:09:49 -0800] rev 4489
6361589: Print out stack trace for target thread of GC crash
Summary: If GC crashed with java thread involved, print out the java stack trace in error report
Reviewed-by: never, ysr, coleenp, dholmes
dholmes [Wed, 02 Dec 2009 20:32:27 -0500] rev 4488
Merge
dholmes [Tue, 01 Dec 2009 22:29:02 -0500] rev 4487
6822370: ReentrantReadWriteLock: threads hung when there are no threads holding onto the lock (Netra x4450)
Summary: This day one bug is caused by missing memory barriers in various Parker::park() paths that can result in lost wakeups and hangs.
Reviewed-by: dice, acorn
coleenp [Wed, 02 Dec 2009 07:59:49 -0800] rev 4486
Merge
mchung [Wed, 25 Nov 2009 08:37:04 -0800] rev 4485
6888880: JKernel VM to inject the sun.jkernel.DownloadManager as a boot classloader hook
Summary: Call sun.jkernel.DownloadManager.setBootClassLoaderHook during the kernel VM initialization
Reviewed-by: alanb, coleenp, acorn
trims [Wed, 23 Dec 2009 02:57:31 -0800] rev 4484
Merge
jmasa [Wed, 23 Dec 2009 00:47:04 -0800] rev 4483
Merge
jmasa [Tue, 22 Dec 2009 22:35:08 -0800] rev 4482
Merge
iveresov [Wed, 16 Dec 2009 15:12:51 -0800] rev 4481
6862387: tune concurrent refinement further
Summary: Reworked the concurrent refinement: threads activation, feedback-based threshold adjustment, other miscellaneous fixes.
Reviewed-by: apetrusenko, tonyp
iveresov [Tue, 22 Dec 2009 17:56:03 -0800] rev 4480
Merge
never [Wed, 16 Dec 2009 22:15:12 -0800] rev 4479
5057818: codecache full and compiler disabled in bigapps fastdebug run
Reviewed-by: kvn
twisti [Wed, 16 Dec 2009 12:48:04 +0100] rev 4478
6829192: JSR 292 needs to support 64-bit x86
Summary: changes for method handles and invokedynamic
Reviewed-by: kvn
trims [Tue, 22 Dec 2009 16:35:08 -0800] rev 4477
6912782: Bump the HS17 build number to 06
Summary: Update the HS17 build number to 06
Reviewed-by: jcoomes
trims [Tue, 22 Dec 2009 16:33:46 -0800] rev 4476
Merge
jmasa [Thu, 17 Dec 2009 07:02:39 -0800] rev 4475
Merge
jmasa [Fri, 11 Dec 2009 09:30:48 -0800] rev 4474
Merge
johnc [Wed, 09 Dec 2009 23:51:38 -0800] rev 4473
6908215: G1: SEGV with G1PolicyVerbose=2 debug flag
Summary: Change CollectionSetChooser::printSortedHeapRegions to handle null entries in _markedRegions growable array.
Reviewed-by: jmasa, tonyp, iveresov
iveresov [Tue, 15 Dec 2009 17:19:40 -0800] rev 4472
Merge
kvn [Wed, 09 Dec 2009 19:50:14 -0800] rev 4471
6896727: nsk/logging/LoggingPermission/LoggingPermission/logperm002 fails with G1, EscapeAnalisys
Summary: Move instance store's memory users to corresponding memory slices when updating its memory edge.
Reviewed-by: never
kvn [Wed, 09 Dec 2009 16:40:45 -0800] rev 4470
6895383: JCK test throws NPE for method compiled with Escape Analysis
Summary: Add missing checks for MemBar nodes in EA.
Reviewed-by: never
never [Tue, 08 Dec 2009 16:27:21 -0800] rev 4469
6908167: jbb2005, OptimizeStringConcat causes assert in EA
Reviewed-by: kvn
trims [Tue, 22 Dec 2009 16:32:11 -0800] rev 4468
Merge
trims [Fri, 11 Dec 2009 16:38:37 -0800] rev 4467
Merge
jmasa [Fri, 11 Dec 2009 08:39:30 -0800] rev 4466
Merge
ysr [Tue, 08 Dec 2009 15:12:17 -0800] rev 4465
6908208: UseCompressedOops: array_size() returns incorrect size for MAX_INT object array following 6906727
Summary: In array_size() cast to an unsigned to avoid overflow of intermediate value.
Reviewed-by: kvn, tonyp, jmasa, jcoomes, coleenp
tonyp [Mon, 07 Dec 2009 14:22:34 -0500] rev 4464
6904967: G1: some CollectionUsageThreshold tests fail
Summary: ensure that max and committed are non-zero (currently: at least as large as the region size).
Reviewed-by: iveresov, mchung
tonyp [Fri, 04 Dec 2009 07:44:41 -0500] rev 4463
6906565: G1: deal with compilation warning in g1MemoryPool.hpp
Summary: size_t max_size() hides size_t max_size() const.
Reviewed-by: jmasa, ysr
tonyp [Fri, 04 Dec 2009 07:44:35 -0500] rev 4462
6880903: G1: G1 reports incorrect Runtime.maxMemory()
Summary: G1 reports committed memory instead of reserved memory from the Runtime.maxMemory() method
Reviewed-by: ysr, jmasa
ysr [Thu, 03 Dec 2009 15:01:57 -0800] rev 4461
6906727: UseCompressedOops: some card-marking fixes related to object arrays
Summary: Introduced a new write_ref_array(HeapWords* start, size_t count) method that does the requisite MemRegion range calculation so (some of the) clients of the erstwhile write_ref_array(MemRegion mr) do not need to worry. This removed all external uses of array_size(), which was also simplified and made private. Asserts were added to catch other possible issues. Further, less essential, fixes stemming from this investigation are deferred to CR 6904516 (to follow shortly in hs17).
Reviewed-by: kvn, coleenp, jmasa
johnc [Tue, 24 Nov 2009 15:19:30 -0800] rev 4460
6899058: G1: Internal error in ptrQueue.cpp:201 in nightly tests
Summary: Fixes a race on the dirty card queue completed buffer list between worker thread(s) performing a flush of a deferred store barrier (enqueueing a newly completed buffer) and worker thread(s) in the RSet updating code claiming completed buffers. Removed the routine that removes elements from the completed update buffer queue using a CAS.
Reviewed-by: ysr, tonyp
tonyp [Fri, 20 Nov 2009 14:47:01 -0500] rev 4459
6815790: G1: Missing MemoryPoolMXBeans with -XX:+UseG1GC
Summary: It introduces the necessary memory pools for G1.
Reviewed-by: mchung, ysr
ysr [Thu, 19 Nov 2009 13:43:25 -0800] rev 4458
6902303: G1: ScavengeALot should cause an incremental, rather than a full, collection
Summary: ScavengeALot now causes an incremental (but possibly partially young, in the G1 sense) collection. Some such collections may be abandoned on account of MMU specs. Band-aided a native leak associated with abandoned pauses, as well as an MMU tracker overflow related to frequent scavenge events in the face of a large MMU denominator interval; the latter is protected by a product flag that defaults to false.
Reviewed-by: tonyp
ysr [Thu, 19 Nov 2009 10:19:19 -0800] rev 4457
6902701: G1: protect debugging code related to 6898948 with a debug flag
Summary: Protected stats dump with a new develop flag; other than for the dump, reconciled product and non-product behaviour in face of the error.
Reviewed-by: tonyp
ysr [Fri, 13 Nov 2009 11:55:26 -0800] rev 4456
6898948: G1: forensic instrumentation for out-of-bounds recent_avg_pause_time_ratio()
Summary: Added instrumentation and (temporary) assert in non-product mode; clipped the value when found out-of-bounds in product mode. Fix of original issue will follow collection of data from this instrumentation.
Reviewed-by: jcoomes, tonyp
jmasa [Tue, 10 Nov 2009 11:32:48 -0800] rev 4455
6898857: [Regression] -XX:NewRatio with -XX:+UseConcMarkSweepGC causes fatal error
Summary: Use CollectorPolicy information instead of MaxNewSize
Reviewed-by: ysr, jcoomes
johnc [Fri, 06 Nov 2009 11:10:05 -0800] rev 4454
6895788: G1: SATB and update buffer allocation code allocates too much space
Summary: The type in the NEW_C_HEAP_ARRRY and FREE_C_HEAP_ARRAY calls in the buffer allocation code was changed from void* to char as the size argument had already been mulitipled by the byte size of an object pointer.
Reviewed-by: ysr, tonyp
cfang [Wed, 02 Dec 2009 13:29:00 -0800] rev 4453
6901572: JVM 1.6.16 crash on loops: assert(has_node(i),"")
Summary: Skip the secondary induction variable handling if it is dead
Reviewed-by: never, kvn
iveresov [Tue, 01 Dec 2009 22:11:01 -0800] rev 4452
Merge
cfang [Wed, 25 Nov 2009 12:09:02 -0800] rev 4451
6904191: OptimizeStringConcat should be product instead of experimental
Summary: Make OptimizeStringConcat a product VM option(contributed by never)
Reviewed-by: never
never [Thu, 12 Nov 2009 09:24:21 -0800] rev 4450
6892658: C2 should optimize some stringbuilder patterns
Reviewed-by: kvn, twisti
iveresov [Tue, 01 Dec 2009 14:49:41 -0800] rev 4449
Merge
twisti [Fri, 27 Nov 2009 07:56:58 -0800] rev 4448
6896043: first round of zero fixes
Reviewed-by: kvn
Contributed-by: Gary Benson <gbenson@redhat.com>
kamg [Wed, 25 Nov 2009 09:03:42 -0500] rev 4447
Merge
acorn [Mon, 23 Nov 2009 16:24:35 -0500] rev 4446
Merge
acorn [Wed, 11 Nov 2009 15:49:38 -0500] rev 4445
6893504: LinkageError for bootstrap duplicate class definitions.
Reviewed-by: kamg, xlu
phh [Fri, 20 Nov 2009 16:22:38 -0500] rev 4444
6900899: vm fails to start when -Xmx value is less than OldSize + NewSize
Summary: Set minimum heap size to min(OldSize + NewSize, MaxHeapSize) in Arguments::set_heap_size().
Reviewed-by: kvn, ysr, tonyp
cfang [Tue, 24 Nov 2009 11:49:42 -0800] rev 4443
Merge
kvn [Thu, 19 Nov 2009 14:32:23 -0800] rev 4442
6902036: WorldWind asserts on escape.cpp:1153: assert(addr->is_AddP(),"AddP required")
Summary: Remove the assert.
Reviewed-by: twisti
twisti [Thu, 19 Nov 2009 03:41:29 -0800] rev 4441
6902000: use ShouldNotReachHere() for btos/ctos/stos in TemplateInterpreterGenerator::set_short_entry_points
Summary: set_entry_point is only ever used with the tos states of bytecode templates in templateTable.cpp and none of those use the subword tos states like btos, ctos and stos.
Reviewed-by: kvn
never [Wed, 11 Nov 2009 23:39:17 -0800] rev 4440
6892079: live value must not be garbage failure after fix for 6854812
Reviewed-by: kvn
kamg [Wed, 11 Nov 2009 09:13:12 -0500] rev 4439
Merge
kamg [Fri, 06 Nov 2009 16:05:59 -0500] rev 4438
Merge
phh [Wed, 04 Nov 2009 16:49:23 -0500] rev 4437
6898160: Need serviceability support for new vm argument type 'uint64_t'
Summary: Add serviceability support for uint64_t. Flags of unknown type assert in debug builds and are ignored in product builds.
Reviewed-by: never, xlu, mchung, dcubed
kamg [Fri, 06 Nov 2009 15:04:26 -0500] rev 4436
Merge
xlu [Fri, 30 Oct 2009 17:24:14 -0700] rev 4435
Merge
phh [Wed, 28 Oct 2009 16:25:51 -0400] rev 4434
6887571: Increase default heap config sizes
Summary: Apply modification of existing server heap size ergo to all collectors except CMS.
Reviewed-by: jmasa, ysr, xlu
cfang [Tue, 10 Nov 2009 17:00:18 -0800] rev 4433
Merge
kvn [Wed, 04 Nov 2009 14:43:50 -0800] rev 4432
6896352: CTW fails hotspot/src/share/vm/opto/escape.cpp:1155
Summary: Always call C->get_alias_index(phase->type(address)) during parsing.
Reviewed-by: never
kvn [Wed, 04 Nov 2009 14:16:20 -0800] rev 4431
6896370: CTW fails share/vm/opto/matcher.cpp:1475 "duplicating node that's already been matched"
Summary: Move DecodeN code outside the memory nodes only code.
Reviewed-by: never
roland [Mon, 02 Nov 2009 11:17:55 +0100] rev 4430
6769124: various 64-bit fixes for c1
Reviewed-by: never
jrose [Fri, 30 Oct 2009 16:22:59 -0700] rev 4429
6858164: invokedynamic code needs some cleanup (post-6655638)
Summary: Fix several crashers, remove needless paths for boxed-style bootstrap method call, refactor & simplify APIs for rewriter constantPoolOop, remove sun.dyn.CallSiteImpl
Reviewed-by: kvn
cfang [Fri, 30 Oct 2009 10:12:52 -0700] rev 4428
6852078: HSX 14/16 in jdk 5.0: api/javax_management api/org_omg jck tests crashes or make tnameserv crash
Summary: Disable SuperWord optimization for unsafe read/write
Reviewed-by: kvn, phh
kvn [Thu, 29 Oct 2009 16:57:55 -0700] rev 4427
6896084: VM does not reserve protected page below heap for compressed oops implicit null checks
Summary: Set narrow_oop_base and narrow_oop_use_implicit_null_checks in Universe::preferred_heap_base().
Reviewed-by: twisti, jcoomes
mikejwre [Thu, 17 Dec 2009 14:10:24 -0800] rev 4426
Added tag jdk7-b78 for changeset c60317f0dfe6
mikejwre [Thu, 17 Dec 2009 14:10:19 -0800] rev 4425
Added tag jdk7-b78 for changeset 2325bc76b570
duke [Wed, 05 Jul 2017 17:04:29 +0200] rev 4424
Added tag jdk7-b78 for changeset 4061c66ba1af
duke [Wed, 05 Jul 2017 17:04:28 +0200] rev 4423
Merge
duke [Wed, 05 Jul 2017 17:04:26 +0200] rev 4422
Merge
mikejwre [Wed, 16 Dec 2009 23:39:39 -0800] rev 4421
Merge
ohair [Wed, 16 Dec 2009 12:52:23 -0800] rev 4420
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick@sun.com>
tbell [Tue, 08 Dec 2009 09:16:34 -0800] rev 4419
Merge
jjg [Mon, 07 Dec 2009 14:35:07 -0800] rev 4418
6907660: stupid typo in ZipFileIndex guarantees NPE
Reviewed-by: darcy
darcy [Thu, 03 Dec 2009 14:03:53 -0800] rev 4417
6906748: Project Coin: Minor strings in switch cleanup
Reviewed-by: jjg
tbell [Mon, 23 Nov 2009 19:58:05 -0800] rev 4416
Merge
jjg [Fri, 20 Nov 2009 11:18:43 -0800] rev 4415
6902337: fix langtools build to allow forward refs into jdk/ repo
Reviewed-by: ohair, mcimadamore
jjg [Fri, 20 Nov 2009 10:15:54 -0800] rev 4414
6903456: 6898585 drops javadoc doclet.xml from JDK
Reviewed-by: ohair
jjg [Thu, 19 Nov 2009 11:49:27 -0800] rev 4413
6902720: javac pretty printer does not handle enums correctly
Reviewed-by: mcimadamore
jjg [Thu, 19 Nov 2009 11:43:43 -0800] rev 4412
6900511: javac command line help broken
Reviewed-by: ksrini
jjg [Thu, 19 Nov 2009 11:38:38 -0800] rev 4411
6902264: fix indentation of tableswitch and lookupswitch
Reviewed-by: ksrini
jjg [Tue, 17 Nov 2009 16:45:19 -0800] rev 4410
6898585: restructure langtools build.xml to facilitate more options for <build-classes> macro
Reviewed-by: ohair
mikejwre [Thu, 03 Dec 2009 12:53:12 -0800] rev 4409
Added tag jdk7-b77 for changeset 2edda439128d
duke [Wed, 05 Jul 2017 17:04:22 +0200] rev 4408
Merge
ohair [Wed, 16 Dec 2009 12:52:04 -0800] rev 4407
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick@sun.com>
mikejwre [Thu, 03 Dec 2009 12:52:54 -0800] rev 4406
Added tag jdk7-b77 for changeset 8b1d8a20852f
duke [Wed, 05 Jul 2017 17:04:19 +0200] rev 4405
Merge
ohair [Wed, 16 Dec 2009 12:52:01 -0800] rev 4404
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick@sun.com>
mikejwre [Thu, 03 Dec 2009 12:52:54 -0800] rev 4403
Added tag jdk7-b77 for changeset d396d3706e0b
duke [Wed, 05 Jul 2017 17:04:16 +0200] rev 4402
Merge
ohair [Wed, 16 Dec 2009 12:51:41 -0800] rev 4401
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick@sun.com>
mikejwre [Thu, 03 Dec 2009 12:52:46 -0800] rev 4400
Added tag jdk7-b77 for changeset a9713976af74
duke [Wed, 05 Jul 2017 17:04:13 +0200] rev 4399
Merge
mikejwre [Wed, 16 Dec 2009 23:39:21 -0800] rev 4398
Merge
ohair [Wed, 16 Dec 2009 12:52:09 -0800] rev 4397
6909462: Fix nbproject/private references in .hgignore
Summary: See bugzilla issue 100097
Reviewed-by: tbell
Contributed-by: Jesse Glick <jesse.glick@sun.com>
lana [Wed, 16 Dec 2009 00:09:57 -0800] rev 4396
Merge