jmasa [Tue, 20 Dec 2011 12:27:31 -0800] rev 11252
Merge
johnc [Mon, 19 Dec 2011 10:02:05 -0800] rev 11251
7117303: VM uses non-monotonic time source and complains that it is non-monotonic
Summary: Replaces calls to os::javaTimeMillis(), which does not (and cannot) guarantee monotonicity, in GC code to an equivalent expression that uses os::javaTimeNanos(). os::javaTimeNanos is guaranteed monotonically non-decreasing if the underlying platform provides a monotonic time source. Changes in OS files are to make use of the newly defined constants in globalDefinitions.hpp.
Reviewed-by: dholmes, ysr
johnc [Fri, 16 Dec 2011 11:40:00 -0800] rev 11250
7120038: G1: ParallelGCThreads==0 is broken
Summary: Running G1 with ParallelGCThreads==0 results in various crashes and asserts. Most of these are caused by unguarded references to the worker threads array or an incorrect number of active workers.
Reviewed-by: jmasa, tonyp
tonyp [Fri, 16 Dec 2011 02:14:27 -0500] rev 11249
7113012: G1: rename not-fully-young GCs as "mixed"
Summary: Renamed partially-young GCs as mixed and fully-young GCs as young. Change all external output that includes those terms (GC log and GC ergo log) as well as any comments, fields, methods, etc. The changeset also includes very minor code tidying up (added some curly brackets).
Reviewed-by: johnc, brutisso
johnc [Wed, 14 Dec 2011 17:43:55 -0800] rev 11248
7119908: G1: Cache CSet start region for each worker for subsequent reuse
Summary: Cache workers' calculated starting heap region, used for parallel iteration over the collcection set, for subsequent reuse.
Reviewed-by: tonyp, brutisso
stefank [Wed, 14 Dec 2011 12:15:26 +0100] rev 11247
7121373: Clean up CollectedHeap::is_in
Summary: Fixed G1CollectedHeap::is_in, added tests, cleaned up comments and made Space::is_in pure virtual.
Reviewed-by: brutisso, tonyp, jcoomes
amurillo [Fri, 16 Dec 2011 12:46:17 -0800] rev 11246
7122001: new hotspot build - hs23-b09
Reviewed-by: jcoomes
cl [Thu, 22 Dec 2011 19:00:20 -0800] rev 11245
Added tag jdk8-b18 for changeset c1d8be9305ad
lana [Fri, 23 Dec 2011 16:36:17 -0800] rev 11244
Merge
lana [Thu, 15 Dec 2011 19:49:11 -0800] rev 11243
Merge
ohair [Mon, 12 Dec 2011 08:11:05 -0800] rev 11242
7119829: Adjust default jprt testing configuration
Reviewed-by: alanb
cl [Thu, 22 Dec 2011 19:00:11 -0800] rev 11241
Added tag jdk8-b18 for changeset 73359e35e507
duke [Wed, 05 Jul 2017 17:57:50 +0200] rev 11240
Added tag jdk8-b18 for changeset 885050364691
duke [Wed, 05 Jul 2017 17:57:50 +0200] rev 11239
Merge
duke [Wed, 05 Jul 2017 17:57:47 +0200] rev 11238
Merge
katleman [Thu, 15 Dec 2011 15:57:51 -0800] rev 11237
Merge
katleman [Thu, 15 Dec 2011 15:47:47 -0800] rev 11236
Added tag jdk8-b16 for changeset 3b5651ae449e
katleman [Thu, 15 Dec 2011 12:16:55 -0800] rev 11235
Added tag jdk8-b17 for changeset 27c6c6c32d01
duke [Wed, 05 Jul 2017 17:57:44 +0200] rev 11234
Merge
katleman [Thu, 15 Dec 2011 15:54:50 -0800] rev 11233
Merge
katleman [Thu, 15 Dec 2011 15:47:26 -0800] rev 11232
Added tag jdk8-b16 for changeset 76e4bc65bb65
katleman [Thu, 15 Dec 2011 12:16:29 -0800] rev 11231
Added tag jdk8-b17 for changeset 76e4bc65bb65
duke [Wed, 05 Jul 2017 17:57:40 +0200] rev 11230
Merge
katleman [Thu, 15 Dec 2011 15:54:22 -0800] rev 11229
Merge
katleman [Thu, 15 Dec 2011 15:47:25 -0800] rev 11228
Added tag jdk8-b16 for changeset 235fd08346ca
katleman [Thu, 15 Dec 2011 12:16:26 -0800] rev 11227
Added tag jdk8-b17 for changeset 235fd08346ca
duke [Wed, 05 Jul 2017 17:57:37 +0200] rev 11226
Merge
katleman [Thu, 15 Dec 2011 15:52:09 -0800] rev 11225
Merge
katleman [Thu, 15 Dec 2011 15:47:15 -0800] rev 11224
Added tag jdk8-b16 for changeset 76782d63dda5
katleman [Thu, 15 Dec 2011 12:16:09 -0800] rev 11223
Added tag jdk8-b17 for changeset 76782d63dda5
duke [Wed, 05 Jul 2017 17:57:33 +0200] rev 11222
Merge
igor [Mon, 19 Dec 2011 10:06:23 -0800] rev 11221
Merge
igor [Tue, 06 Dec 2011 16:31:58 -0800] rev 11220
Merge
herrick [Fri, 18 Nov 2011 06:35:36 -0500] rev 11219
Merge
ngthomas [Tue, 15 Nov 2011 23:33:49 -0800] rev 11218
7112298: remove security baseline sanity check
Reviewed-by: ccheung, igor, ohair
ngthomas [Sun, 13 Nov 2011 21:39:57 -0800] rev 11217
7109885: security baseline for 7u2 or above is not set correctly
Reviewed-by: ccheung, igor, ohair
katleman [Thu, 15 Dec 2011 15:55:53 -0800] rev 11216
Merge
katleman [Thu, 15 Dec 2011 15:47:31 -0800] rev 11215
Added tag jdk8-b16 for changeset 9b857545922a
katleman [Thu, 15 Dec 2011 12:16:36 -0800] rev 11214
Added tag jdk8-b17 for changeset f93045767e5d
duke [Wed, 05 Jul 2017 17:57:28 +0200] rev 11213
Merge
amurillo [Fri, 16 Dec 2011 12:37:38 -0800] rev 11212
Added tag hs23-b08 for changeset 40104529a61f
amurillo [Fri, 16 Dec 2011 12:38:00 -0800] rev 11211
Merge
vladidan [Wed, 14 Dec 2011 20:06:21 -0500] rev 11210
Merge
fparain [Wed, 14 Dec 2011 04:30:57 -0800] rev 11209
7104647: Adding a diagnostic command framework
Reviewed-by: phh, dcubed
jmasa [Fri, 09 Dec 2011 19:28:34 -0800] rev 11208
7119584: UseParallelGC barrier task can be overwritten.
Summary: Provoke a GC for a metadata allocation failure.
Reviewed-by: johnc, iveresov
jmasa [Fri, 09 Dec 2011 06:46:57 -0800] rev 11207
Merge
tonyp [Wed, 07 Dec 2011 12:54:51 -0500] rev 11206
7118202: G1: eden size unnecessarily drops to a minimum
Summary: An integer underflow can cause the RSet lengths to be massively overpredicted which forces the eden size to the minimum.
Reviewed-by: brutisso, johnc
stefank [Mon, 28 Nov 2011 14:58:31 +0100] rev 11205
7116081: USE_PRECOMPILED_HEADER=0 triggers a single threaded build of the JVM
Summary: Changed the conditional to see if the precompiled header has been specified. Also, removed the unused PrecompiledOption.
Reviewed-by: dholmes, brutisso
stefank [Mon, 28 Nov 2011 10:19:26 +0100] rev 11204
7112034: Parallel CMS fails to properly mark reference objects
Summary: Enabled reference processing when work stealing during concurrent marking
Reviewed-by: jmasa, brutisso
tonyp [Mon, 05 Dec 2011 12:26:40 -0500] rev 11203
Merge
johnc [Fri, 02 Dec 2011 12:39:23 -0800] rev 11202
7114095: G1: assert(obj == oopDesc::load_decode_heap_oop(p)) failed: p should still be pointing to obj
Summary: As a result of the changes for 4965777, the G1 reference field scanning closure could be applied to the discovered field of a reference object twice. The failing assert is too strong if the result of the first application of the closure is stolen, and the referenced object, evacuated by another worker thread.
Reviewed-by: ysr, tonyp
kvn [Thu, 08 Dec 2011 10:27:33 -0800] rev 11201
Merge
kvn [Fri, 02 Dec 2011 21:37:19 -0800] rev 11200
7117282: assert(base == NULL || t_adr->isa_rawptr() || !phase->type(base)
Summary: Delay memory node transformation until the memory is processed.
Reviewed-by: iveresov, never
iveresov [Wed, 30 Nov 2011 17:35:51 -0800] rev 11199
7116795: Tiered: enable by default for server
Summary: Enable tiered compilation on server VM by default
Reviewed-by: kvn, never
kvn [Mon, 28 Nov 2011 15:46:31 -0800] rev 11198
7112478: after 7105605 JRuby bench_define_method_methods.rb fails with NPE
Summary: Fixed several EA issues with Connection Graph construction.
Reviewed-by: never, twisti
roland [Tue, 22 Nov 2011 09:45:57 +0100] rev 11197
7090968: Allow adlc register class to depend on runtime conditions
Summary: allow reg_class definition as a function.
Reviewed-by: kvn, never
roland [Wed, 14 Sep 2011 09:22:51 +0200] rev 11196
7077312: Provide a CALL effect for instruct declaration in the ad file
Summary: abstracted way to declare that the MachNode has the effect of a call (kills caller save registers, preserves callee save registers)
Reviewed-by: twisti, never
twisti [Mon, 21 Nov 2011 00:57:43 -0800] rev 11195
7110058: change default for ScavengeRootsInCode to 2
Reviewed-by: kvn, never
never [Fri, 18 Nov 2011 10:29:27 -0800] rev 11194
7110489: C1: 64-bit tiered with ForceUnreachable: assert(reachable(src)) failed: Address should be reachable
Reviewed-by: kvn, iveresov, twisti
twisti [Thu, 17 Nov 2011 04:07:30 -0800] rev 11193
7108383: JSR 292: JRuby bench_define_method_methods.rb: assert(slow_jvms != NULL) failed: miss path must not
Reviewed-by: kvn, never
iveresov [Wed, 16 Nov 2011 19:42:58 -0800] rev 11192
7112085: assert(fr.interpreter_frame_expression_stack_size()==0) failed: only handle empty stacks
Summary: Move the inlinee invoke notification callback into inlinee preamble
Reviewed-by: kvn, never
kvn [Wed, 16 Nov 2011 09:13:57 -0800] rev 11191
6890673: Eliminate allocations immediately after EA
Summary: Try to eliminate allocations and related locks immediately after escape analysis.
Reviewed-by: never
twisti [Wed, 16 Nov 2011 01:39:50 -0800] rev 11190
7003454: order constants in constant table by number of references in code
Reviewed-by: kvn, never, bdelsart
kvn [Mon, 14 Nov 2011 18:38:03 -0800] rev 11189
7105605: Use EA info to optimize pointers compare
Summary: optimize pointers compare using EA information.
Reviewed-by: never, twisti
kvn [Thu, 10 Nov 2011 20:17:05 -0800] rev 11188
7110586: C2 generates incorrect results
Summary: Exact limit of empty loop calculated incorrectly.
Reviewed-by: iveresov, never
dcubed [Wed, 07 Dec 2011 07:27:09 -0800] rev 11187
7118648: disable compressed oops by default on MacOS X until 7118647 is fixed
Summary: UseCompressedOops is false by default on MacOS X; can still be set manually
Reviewed-by: jmelvin, kvn, dholmes
vladidan [Tue, 06 Dec 2011 16:35:04 -0500] rev 11186
Merge
dcubed [Tue, 06 Dec 2011 05:28:17 -0800] rev 11185
Merge
dcubed [Mon, 05 Dec 2011 14:55:16 -0800] rev 11184
7117748: SA_APPLE_BOOT_JAVA and ALWAYS_PASS_TEST_GAMMA settings should not be required on MacOS X
Summary: Replace SA_APPLE_BOOT_JAVA with logic that checks the boot JDK for the location of JDI classes. ALWAYS_PASS_TEST_GAMMA is true by default on Darwin.
Reviewed-by: kvn, swingler
phh [Mon, 05 Dec 2011 12:50:00 -0500] rev 11183
7117389: Add a framework for vendor-specific command line switch extensions to Hotspot
Summary: Add a file, globals_ext.hpp, containing a null interface, to be replaced by a vendor in altsrc as needed.
Reviewed-by: coleenp, kamg, dholmes, johnc, jrose
jcoomes [Fri, 02 Dec 2011 21:10:45 -0800] rev 11182
7117536: new hotspot build - hs23-b08
Reviewed-by: johnc
jcoomes [Fri, 02 Dec 2011 15:11:40 -0800] rev 11181
Added tag hs23-b07 for changeset 3ba6557b91f7
jcoomes [Fri, 02 Dec 2011 15:11:18 -0800] rev 11180
Merge
tonyp [Fri, 02 Dec 2011 08:52:53 -0500] rev 11179
Merge
jmasa [Tue, 22 Nov 2011 14:59:34 -0800] rev 11178
7112997: Remove obsolete code ResetObjectsClosure and VerifyUpdateClosure
Summary: Remove obsolete code.
Reviewed-by: brutisso, ysr, jcoomes
jmasa [Tue, 22 Nov 2011 14:18:39 -0800] rev 11177
7106024: CMS: Removed unused code for precleaning in remark phase
Summary: Remove dead code.
Reviewed-by: stefank, ysr
johnc [Thu, 17 Nov 2011 12:40:15 -0800] rev 11176
7112743: G1: Reduce overhead of marking closure during evacuation pauses
Summary: Parallelize the serial code that was used to mark objects reachable from survivor objects in the collection set. Some minor improvments in the timers used to track the freeing of the collection set along with some tweaks to PrintGCDetails.
Reviewed-by: tonyp, brutisso
johnc [Mon, 28 Nov 2011 09:49:05 -0800] rev 11175
7114303: G1: assert(_g1->mark_in_progress()) failed: shouldn't be here otherwise
Summary: Race between the VM thread reading G1CollectedHeap::_mark_in_progress and it being set by the concurrent mark thread when concurrent marking is aborted by a full GC. Have the concurrent mark thread join the SuspendibleThreadSet before changing the marking state.
Reviewed-by: tonyp, brutisso
jmasa [Tue, 09 Aug 2011 10:16:01 -0700] rev 11174
6593758: RFE: Enhance GC ergonomics to dynamically choose ParallelGCThreads
Summary: Select number of GC threads dynamically based on heap usage and number of Java threads
Reviewed-by: johnc, ysr, jcoomes
tonyp [Tue, 22 Nov 2011 04:47:10 -0500] rev 11173
Merge
johnc [Fri, 18 Nov 2011 12:27:10 -0800] rev 11172
7111795: G1: Various cleanups identified during walk through of changes for 6484965
Summary: Various cleanups and formatting changes identified during a code walk through of the changes for 6484965 ("G1: piggy-back liveness accounting phase on marking").
Reviewed-by: brutisso, tonyp
johnc [Mon, 21 Nov 2011 09:24:56 -0800] rev 11171
7110173: GCNotifier::pushNotification publishes stale data.
Summary: GCNotifier::pushNotification() references GCMemoryManager::_last_gc_stat but is called from GCMemoryManager::gc_end() before GCMemoryManager::_last_gc_stat is set up using the values in GCMemoryManager::_current_gc_stat. As a result the GC notification code accesses unitialized or stale data. Move the notification call after GCMemoryManager::_las_gc_stat is set, but inside the same if-block.
Reviewed-by: poonam, dholmes, fparain, mchung
brutisso [Mon, 21 Nov 2011 07:47:34 +0100] rev 11170
7110718: -XX:MarkSweepAlwaysCompactCount=0 crashes the JVM
Summary: Interpret MarkSweepAlwaysCompactCount < 1 as never do full compaction
Reviewed-by: ysr, tonyp, jmasa, johnc
tonyp [Fri, 18 Nov 2011 12:52:27 -0500] rev 11169
7097002: G1: remove a lot of unused / redundant code from the G1CollectorPolicy class
Summary: Major cleanup of the G1CollectorPolicy class. It removes a lot of unused fields and methods and also consolidates replicated information (mainly various ways of counting the number of CSet regions) into one copy.
Reviewed-by: johnc, brutisso
coleenp [Thu, 01 Dec 2011 13:42:41 -0500] rev 11168
Merge
phh [Wed, 30 Nov 2011 12:48:52 -0500] rev 11167
7116730: Revert 7116481: Commercial features in Hotspot must be gated by a switch
Summary: Revert 7116481 to current hsx/hotspot-main
Reviewed-by: kamg
phh [Tue, 29 Nov 2011 17:00:46 -0500] rev 11166
7116481: Commercial features in Hotspot must be gated by a switch
Summary: Add -XX:+UnlockCommercialVMOptions to gate use of commercial feature switches in the same way as -XX:UnlockDiagnosticVMOptions gates use of diagnostic feature switches.
Reviewed-by: jwilhelm, kamg
phh [Tue, 29 Nov 2011 09:21:02 -0500] rev 11165
7116189: Export JVM_SetNativeThreadName from Hotspot
Summary: Added JVM_SetNativeThreadName to linker mapfiles on Solaris and Linux.
Reviewed-by: dcubed, dholmes
Contributed-by: michael.x.mcmahon@oracle.com
coleenp [Mon, 21 Nov 2011 10:22:04 -0500] rev 11164
Merge
brutisso [Mon, 21 Nov 2011 08:02:40 +0100] rev 11163
7112308: Fix Visual Studio build for precompiled header
Summary: Add the new path to precompiled.hpp in the project make file
Reviewed-by: coleenp, dholmes, brutisso
Contributed-by: rbackman <rickard.backman@oracle.com>
coleenp [Fri, 18 Nov 2011 17:26:49 -0500] rev 11162
Merge
dholmes [Wed, 16 Nov 2011 20:38:24 -0500] rev 11161
7110017: is_headless_jre should be updated to reflect the new location of awt toolkit libraries
Reviewed-by: dholmes, dsamersoff
Contributed-by: Chris Hegarty <chris.hegarty@oracle.com>
jcoomes [Fri, 18 Nov 2011 17:39:40 -0800] rev 11160
7113503: Bump the hs23 build number to 07
Reviewed-by: johnc
Contributed-by: alejandro.murillo@oracle.com
katleman [Thu, 15 Dec 2011 15:52:58 -0800] rev 11159
Merge
katleman [Thu, 15 Dec 2011 15:47:18 -0800] rev 11158
Added tag jdk8-b16 for changeset 161820e6113e
katleman [Thu, 15 Dec 2011 12:16:15 -0800] rev 11157
Added tag jdk8-b17 for changeset 161820e6113e
katleman [Thu, 15 Dec 2011 15:51:50 -0800] rev 11156
Merge
katleman [Thu, 15 Dec 2011 15:47:06 -0800] rev 11155
Added tag jdk8-b16 for changeset a13e5e6f9ad0
katleman [Thu, 15 Dec 2011 12:16:02 -0800] rev 11154
Added tag jdk8-b17 for changeset a13e5e6f9ad0
duke [Wed, 05 Jul 2017 17:57:09 +0200] rev 11153
Added tag jdk8-b17 for changeset f0eccb294698
duke [Wed, 05 Jul 2017 17:57:09 +0200] rev 11152
Merge
duke [Wed, 05 Jul 2017 17:57:06 +0200] rev 11151
Merge
lana [Mon, 12 Dec 2011 10:08:26 -0800] rev 11150
Merge
mcimadamore [Sun, 11 Dec 2011 17:48:25 +0000] rev 11149
7120266: javac fails to compile hotspot code
Summary: Parser changes for method references cause bad intercation with method call syntax
Reviewed-by: jjg
ksrini [Sat, 10 Dec 2011 17:44:46 -0800] rev 11148
7119487: JavacParserTest.java test fails on Windows platforms
Reviewed-by: jjg
ksrini [Fri, 09 Dec 2011 08:40:40 -0800] rev 11147
7119032: (javac) increase visibility of JavacParser methods to improve subtyping
Reviewed-by: jjg
Contributed-by: jan.lahoda@oracle.com
ksrini [Wed, 07 Dec 2011 10:47:46 -0800] rev 11146
7086015: fix test/tools/javac/parser/netbeans/JavacParserTest.java
Reviewed-by: ksrini, jjg
Contributed-by: matherey.nunez@oracle.com
lana [Tue, 06 Dec 2011 20:26:09 -0800] rev 11145
Merge
mcimadamore [Mon, 28 Nov 2011 16:05:46 +0000] rev 11144
7115052: Add parser support for method references
Summary: Add support for parsing method references to JavacParser
Reviewed-by: jjg
mcimadamore [Mon, 28 Nov 2011 15:56:42 +0000] rev 11143
7115050: Add parser support for lambda expressions
Summary: Add support for parsing lambda expressions to JavacParser
Reviewed-by: jjg
mcimadamore [Thu, 24 Nov 2011 13:38:40 +0000] rev 11142
7115049: Add AST node for method references
Summary: Add tree nodes for representing method/constructor references and update relevant visitors interfaces
Reviewed-by: jjg
mcimadamore [Thu, 24 Nov 2011 13:36:20 +0000] rev 11141
7115046: Add AST node for lambda expressions
Summary: Add tree nodes for representing lambda expressions and update relevant visitors interfaces
Reviewed-by: jjg
lana [Tue, 06 Dec 2011 20:25:20 -0800] rev 11140
Merge
smarks [Tue, 06 Dec 2011 10:14:02 -0800] rev 11139
7116997: fix warnings in java.util.PropertyPermission
Reviewed-by: smarks
Contributed-by: Brandon Passanisi <brandon.passanisi@oracle.com>
naoto [Mon, 05 Dec 2011 17:08:52 -0800] rev 11138
7117469: Warning cleanup for j.u.Currency and j.u.Locale related classes
Reviewed-by: okutsu, smarks
smarks [Mon, 05 Dec 2011 16:30:32 -0800] rev 11137
7116993: fix warnings in java.applet
Reviewed-by: art, smarks
Contributed-by: Danesh Dadachanji <ddadacha@redhat.com>
peytoia [Tue, 06 Dec 2011 08:39:02 +0900] rev 11136
7116914: Miscellaneous warnings (sun.text)
Reviewed-by: smarks, okutsu
sherman [Mon, 05 Dec 2011 10:50:14 -0800] rev 11135
5063455: (fmt) MissingFormatArgumentException.getFormatSpecifier() incorrect return value
Summary: updated the incorrect StringBuilder constructor usage
Reviewed-by: dholmes, sherman
Contributed-by: brandon.passanisi@oracle.com
dl [Mon, 05 Dec 2011 13:58:44 +0000] rev 11134
7117360: Warnings in java.util.concurrent.atomic package
Reviewed-by: chegar, dholmes
alanb [Mon, 05 Dec 2011 12:24:17 +0000] rev 11133
Merge
alanb [Mon, 05 Dec 2011 12:23:46 +0000] rev 11132
7117717: (aio) Tests failing due to implementation bug 7052549
Reviewed-by: weijun, chegar
weijun [Mon, 05 Dec 2011 10:19:13 +0800] rev 11131
7116857: Warnings in javax.security and some sun.misc
Reviewed-by: smarks
okutsu [Sat, 03 Dec 2011 10:58:19 +0900] rev 11130
7117487: Warnings Cleanup: some i18n classes in java.util and sun.util
Reviewed-by: lancea, naoto
lancea [Fri, 02 Dec 2011 19:33:54 -0500] rev 11129
7116445: Miscellaneous warnings in the JDBC/RowSet classes
Reviewed-by: smarks, chegar
mchung [Fri, 02 Dec 2011 16:29:19 -0800] rev 11128
7117585: Eliminate java.lang.instrument, java.lang.management warnings
Reviewed-by: mchung
Contributed-by: Jon VanAlten <jon.vanalten@redhat.com>
sherman [Fri, 02 Dec 2011 16:25:35 -0800] rev 11127
5035850: (str) String.CASE_INSENSITIVE_ORDER should override readResolve()
Summary: Fix to ensure singleton property of String.CaseInsensitiveComparator is maintained through de/serialization.
Reviewed-by: alanb, forax, smarks, dholmes
Contributed-by: darryl.mocek@oracle.com
naoto [Fri, 02 Dec 2011 16:04:16 -0800] rev 11126
7117465: Warning cleanup for IMF classes
Reviewed-by: okutsu
alanb [Fri, 02 Dec 2011 17:37:30 +0000] rev 11125
7117357: Warnings in sun.instrument, tools and other sun.* classes
Reviewed-by: lancea, chegar
chegar [Fri, 02 Dec 2011 14:17:08 +0000] rev 11124
7116957: javax.script.ScriptEngineManager should use java.util.ServiceLoader to lookup service providers
Reviewed-by: alanb, lancea
chegar [Fri, 02 Dec 2011 11:39:48 +0000] rev 11123
7116946: JSSecurityManager should use java.util.ServiceLoader to lookup service providers
Reviewed-by: prr
peytoia [Fri, 02 Dec 2011 16:09:14 +0900] rev 11122
7056472: Speed up test/java/util/ResourceBundle/Control/ExpirationTest.sh
Reviewed-by: okutsu
smarks [Thu, 01 Dec 2011 16:14:41 -0800] rev 11121
7116890: additional warnings fixes for java.io
Reviewed-by: alanb, smarks
Contributed-by: Sebastian Sickelmann <sebastian.sickelmann@gmx.de>
mcimadamore [Thu, 01 Dec 2011 18:34:23 +0000] rev 11120
7116954: Misc warnings in java.beans/java.beans.context
Summary: Remove generic warnings form java.beans and java.beans.context
Reviewed-by: alanb, chegar
chegar [Thu, 01 Dec 2011 11:09:54 +0000] rev 11119
7116722: Miscellaneous warnings sun.misc ( and related classes )
Reviewed-by: alanb, darcy, forax, hawtin, lancea
smarks [Wed, 30 Nov 2011 13:11:16 -0800] rev 11118
7116322: enhance javac make rule with a little bit of instrumentation
Reviewed-by: dholmes, ohair
alanb [Wed, 30 Nov 2011 12:42:26 +0000] rev 11117
7116404: Miscellaneous warnings (java.rmi.**, serialization, some core classes)
Reviewed-by: lancea, chegar, smarks
alanb [Wed, 30 Nov 2011 10:57:51 +0000] rev 11116
7030624: size_t usages in src/windows/native/java/io/io_util_md.c need to be re-visited
Reviewed-by: lancea, chegar
lana [Tue, 29 Nov 2011 13:49:18 -0800] rev 11115
Merge
lana [Tue, 29 Nov 2011 12:04:55 -0800] rev 11114
Merge
sherman [Tue, 29 Nov 2011 13:05:35 -0800] rev 11113
7109837: Provide a mechanism for computing an Adler32 checksum for the contents of a ByteBuffer
Summary: added methods Adler32/CRC32.update(ByteBuffer)
Reviewed-by: alanb
sherman [Tue, 29 Nov 2011 11:39:59 -0800] rev 11112
7110149: Update the JDK8 bundled zlib library to the latest version 1.2.5
Summary: updated to zlib-1.2.5
Reviewed-by: alanb
dholmes [Tue, 29 Nov 2011 00:26:22 -0500] rev 11111
7109092: Wrong computation results with double at armsflt
Summary: need to link to custom soft-float library with required FP accuracy
Reviewed-by: alanb, ohair
ngmr [Fri, 18 Nov 2011 09:03:43 +0000] rev 11110
7094995: Trailing daemon thread causes continuous GC in agentvm mode
Summary: Shutdown GcInducingThread once test (successfully) finishes
Reviewed-by: alanb, chegar, dholmes, darcy
Contributed-by: Neil Richards <neil.richards@ngmr.net>
ngmr [Thu, 24 Nov 2011 11:34:31 +0000] rev 11109
7115070: (fs) lookupPrincipalByName/lookupPrincipalByGroupName should treat ESRCH as not found
Reviewed-by: alanb
Contributed-by: Jonathan Lu <luchsh@linux.vnet.ibm.com>
xuelei [Mon, 28 Nov 2011 02:35:19 -0800] rev 11108
7115524: sun.security.provider.certpath.ssl.SSLServerCertStore no longer works
Reviewed-by: weijun
weijun [Mon, 28 Nov 2011 18:16:29 +0800] rev 11107
7115744: Do not call File::deleteOnExit in security tests
Reviewed-by: xuelei
chegar [Fri, 25 Nov 2011 13:46:28 +0000] rev 11106
7115586: Suppress creation of SocketImpl in SocketAdaptor's constructor
Reviewed-by: chegar, alanb
Contributed-by: sajia@taobao.com
chegar [Fri, 25 Nov 2011 10:34:05 +0000] rev 11105
7115150: java.net.HttpCookie code cleanup, style, formatting, typos
Reviewed-by: michaelm
lana [Tue, 06 Dec 2011 16:17:15 -0800] rev 11104
Merge
serb [Mon, 05 Dec 2011 17:11:57 +0400] rev 11103
7115400: jdk 8 awt-gate build fails in headless toolkit on solaris.
Reviewed-by: prr, art, bae
lana [Wed, 30 Nov 2011 12:06:49 -0800] rev 11102
Merge
lana [Tue, 29 Nov 2011 15:57:33 -0800] rev 11101
Merge
rupashka [Wed, 30 Nov 2011 19:38:56 +0400] rev 11100
7115357: closed/javax/swing/JTable/6263446/bug6263446Table.java fails on MacOS
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Wed, 30 Nov 2011 16:54:27 +0400] rev 11099
7110440: closed/javax/swing/JScrollBar/4865918/bug4865918.java fails on Aqua L&F
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Tue, 29 Nov 2011 12:47:30 +0300] rev 11098
7112925: closed/javax/swing/JTabbedPane/4624207/bug4624207.java fails on MacOS
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Fri, 25 Nov 2011 11:52:23 +0300] rev 11097
7113337: Swing closed test tries to click in the area reserved for resize by Mac OS X
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Mon, 21 Nov 2011 18:22:30 +0400] rev 11096
7109085: Test use hotkeys not intended for Mac
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
lana [Fri, 18 Nov 2011 15:49:09 -0800] rev 11095
Merge
bagiras [Wed, 16 Nov 2011 15:40:59 +0400] rev 11094
7108598: Pogo Table Games freeze with JDK 7
Reviewed-by: art, ant
serb [Sat, 12 Nov 2011 04:13:38 +0400] rev 11093
6996291: command line selection of MToolkit by -Dawt.toolkit=sun.awt.motif.MToolkit fails from jdk7 b21 on
Reviewed-by: art, dcherepanov, bae, prr
malenkov [Mon, 14 Nov 2011 14:38:36 +0400] rev 11092
7110521: Regression test failed: Introspector/TestTypeResolver.java
Reviewed-by: rupashka
rupashka [Mon, 14 Nov 2011 14:00:05 +0400] rev 11091
7109617: Test was writed for Metal L&F but not set it
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
anthony [Fri, 11 Nov 2011 15:17:51 +0300] rev 11090
7103610: _NET_WM_PID and WM_CLIENT_MACHINE are not set
Summary: Set the properties to all top-level windows
Reviewed-by: anthony
Contributed-by: Danesh Dadachanji <ddadacha@redhat.com>
malenkov [Thu, 10 Nov 2011 17:37:29 +0400] rev 11089
7087429: Constructor of java.beans.PropertyChangeEvent should declare thrown NPE for null source
Reviewed-by: rupashka
malenkov [Thu, 10 Nov 2011 17:35:16 +0400] rev 11088
7092744: XMLEncoder fails to encode and breaks backward compatibility
Reviewed-by: rupashka
malenkov [Thu, 10 Nov 2011 17:32:20 +0400] rev 11087
7087876: java/beans/PropertyDescriptor.html#createPropertyEditor() throws RE if editor cannot be created
Reviewed-by: rupashka
malenkov [Thu, 10 Nov 2011 17:27:40 +0400] rev 11086
7064279: Introspector.getBeanInfo() should release some resources in timely manner
Reviewed-by: art, alexp
malenkov [Thu, 10 Nov 2011 17:15:15 +0400] rev 11085
7057459: Regression: Performance degradation with java.beans.XMLEncoder
Reviewed-by: rupashka
rupashka [Thu, 10 Nov 2011 14:10:54 +0400] rev 11084
6938583: Unexpected NullPointerException by InputContext.endComposition()
Reviewed-by: rupashka
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
anthony [Wed, 09 Nov 2011 13:43:39 +0300] rev 11083
7045370: Java Statically Determines Display Size on Linux platforms
Summary: Listen to ConfigureNotify events on the root window and update the current screen size accordingly
Reviewed-by: art, bae
lana [Tue, 06 Dec 2011 16:15:34 -0800] rev 11082
Merge
prr [Sat, 03 Dec 2011 16:26:08 -0800] rev 11081
7117199: Fix javac warnings in src/share/classes/java/awt/font
Reviewed-by: jgodinez, bae
neugens [Sat, 03 Dec 2011 15:40:49 +0100] rev 11080
7117914: Fix javac warnings in src/share/classes/sun/java2d
Summary: Fix some javac warnings in java2d related code for the Warning Cleanup Day.
Reviewed-by: prr, flar
duke [Wed, 05 Jul 2017 17:56:45 +0200] rev 11079
Added tag jdk8-b16 for changeset 736a63b854f3
duke [Wed, 05 Jul 2017 17:56:44 +0200] rev 11078
Merge
duke [Wed, 05 Jul 2017 17:56:41 +0200] rev 11077
Merge
katleman [Thu, 01 Dec 2011 10:33:34 -0800] rev 11076
Added tag jdk8-b15 for changeset 14b0b1e3dd43
duke [Wed, 05 Jul 2017 17:56:38 +0200] rev 11075
Merge
katleman [Wed, 07 Dec 2011 13:02:35 -0800] rev 11074
Merge
katleman [Tue, 06 Dec 2011 08:43:57 -0800] rev 11073
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
Reviewed-by: ohair, xdono, mchung
katleman [Thu, 01 Dec 2011 10:33:23 -0800] rev 11072
Added tag jdk8-b15 for changeset 0c8bd2a7ecb9
duke [Wed, 05 Jul 2017 17:56:35 +0200] rev 11071
Merge
katleman [Wed, 07 Dec 2011 13:02:34 -0800] rev 11070
Merge
katleman [Tue, 06 Dec 2011 08:43:27 -0800] rev 11069
7117162: jdk8/jaxws/Makefile default DROPS_DIR should set to jdk8-drops
Reviewed-by: ohair, xdono, mchung
katleman [Thu, 01 Dec 2011 10:33:22 -0800] rev 11068
Added tag jdk8-b15 for changeset ab11a4dcb014
duke [Wed, 05 Jul 2017 17:56:33 +0200] rev 11067
Merge
katleman [Thu, 01 Dec 2011 10:33:11 -0800] rev 11066
Added tag jdk8-b15 for changeset e82c66df0a41
duke [Wed, 05 Jul 2017 17:56:31 +0200] rev 11065
Merge
katleman [Thu, 01 Dec 2011 10:33:26 -0800] rev 11064
Added tag jdk8-b15 for changeset 64fbc4786179
duke [Wed, 05 Jul 2017 17:56:29 +0200] rev 11063
Merge
katleman [Thu, 01 Dec 2011 10:33:15 -0800] rev 11062
Added tag jdk8-b15 for changeset 2e0d0fb7ccc8
katleman [Thu, 01 Dec 2011 10:33:09 -0800] rev 11061
Added tag jdk8-b15 for changeset a31cbe56aacf
duke [Wed, 05 Jul 2017 17:56:19 +0200] rev 11060
Added tag jdk8-b15 for changeset b5060eae3b32
duke [Wed, 05 Jul 2017 17:56:18 +0200] rev 11059
Merge
duke [Wed, 05 Jul 2017 17:56:16 +0200] rev 11058
Merge
jjh [Sat, 19 Nov 2011 15:54:04 -0800] rev 11057
7110611: compiler message file broken for javac -fullversion
Reviewed-by: jjg
lana [Fri, 18 Nov 2011 11:12:21 -0800] rev 11056
Merge
ksrini [Mon, 14 Nov 2011 15:11:10 -0800] rev 11055
7106166: (javac) re-factor EndPos parser
Reviewed-by: jjg
ksrini [Mon, 14 Nov 2011 08:09:47 -0800] rev 11054
7110974: (javac) add coding conventions and style checkers for langtools
Reviewed-by: jjg
jjg [Tue, 08 Nov 2011 17:06:58 -0800] rev 11053
7108669: cleanup Log methods for direct printing to streams
Reviewed-by: mcimadamore
jjg [Tue, 08 Nov 2011 17:06:08 -0800] rev 11052
7108668: allow Log to be initialized and used earlier
Reviewed-by: mcimadamore
katleman [Thu, 17 Nov 2011 10:46:10 -0800] rev 11051
Added tag jdk8-b14 for changeset aab57958af8d
duke [Wed, 05 Jul 2017 17:56:12 +0200] rev 11050
Merge
katleman [Thu, 17 Nov 2011 10:46:00 -0800] rev 11049
Added tag jdk8-b14 for changeset 9b823c528db3
duke [Wed, 05 Jul 2017 17:56:09 +0200] rev 11048
Merge
katleman [Thu, 17 Nov 2011 10:45:59 -0800] rev 11047
Added tag jdk8-b14 for changeset 8f64d0e75d9e
duke [Wed, 05 Jul 2017 17:56:06 +0200] rev 11046
Merge
lana [Fri, 18 Nov 2011 11:01:41 -0800] rev 11045
Merge
coffeys [Fri, 11 Nov 2011 10:16:17 +0000] rev 11044
7091388: Regular unexplained npe's from corba libs after system has been running for days
Reviewed-by: alanb
katleman [Thu, 17 Nov 2011 10:45:48 -0800] rev 11043
Added tag jdk8-b14 for changeset 21889dc8d0c4
duke [Wed, 05 Jul 2017 17:56:02 +0200] rev 11042
Merge
lana [Mon, 28 Nov 2011 15:15:50 -0800] rev 11041
Merge
lana [Wed, 23 Nov 2011 11:37:18 -0800] rev 11040
Merge
coffeys [Wed, 23 Nov 2011 14:55:01 +0000] rev 11039
7102369: remove java.rmi.server.codebase property parsing from registyimpl
7094468: rmiregistry clean up
Reviewed-by: smarks
chegar [Wed, 23 Nov 2011 12:30:19 +0000] rev 11038
6776144: java/lang/ThreadGroup/NullThreadName.java fails with Thread group is not destroyed ,fastdebug LINUX
Reviewed-by: chegar, dholmes
Contributed-by: gary.adams@oracle.com
xuelei [Wed, 23 Nov 2011 03:40:12 -0800] rev 11037
7113275: compatibility issue with MD2 trust anchor and old X509TrustManager
Summary: also reviewed by Dennis.Gu@oracle.com
Reviewed-by: mullan
mullan [Tue, 22 Nov 2011 09:17:45 -0500] rev 11036
Merge
mullan [Tue, 22 Nov 2011 09:00:52 -0500] rev 11035
Merge
mullan [Tue, 22 Nov 2011 08:58:31 -0500] rev 11034
7093090: Reduce synchronization in java.security.Policy.getPolicyNoCheck
Reviewed-by: valeriep
ngmr [Tue, 22 Nov 2011 09:51:30 +0000] rev 11033
7114558: Inet4AddressImpl should use memset (rather than bzero) and NI_MAXHOST (rather than MAXHOSTNAMELEN)
Reviewed-by: chegar
Contributed-by: Neil Richards <neil.richards@ngmr.net>
ngmr [Fri, 11 Nov 2011 14:40:18 +0000] rev 11032
7112670: Inet4AddressImpl should use getaddrinfo/getnameinfo
Reviewed-by: chegar, alanb, mduigou, ngmr
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
alanb [Mon, 21 Nov 2011 12:57:36 +0000] rev 11031
7114125: TEST_BUG: java/util/Timer/KillThread.java should use volatile cross thread variable declaration
Reviewed-by: dholmes, alanb
Contributed-by: gary.adams@oracle.com
alanb [Mon, 21 Nov 2011 12:51:30 +0000] rev 11030
7084033: TEST_BUG: test/java/lang/ThreadGroup/Stop.java fails intermittently
Reviewed-by: forax, chegar, dholmes
Contributed-by: gary.adams@oracle.com
alanb [Sat, 19 Nov 2011 20:03:00 +0000] rev 11029
6860309: TEST_BUG: Insufficient sleep time in java/lang/Runtime/exec/StreamsSurviveDestroy.java
Reviewed-by: alanb, dholmes, forax
Contributed-by: gary.adams@oracle.com
alanb [Sat, 19 Nov 2011 19:59:33 +0000] rev 11028
6731620: TEST_BUG: java/util/Timer/Args.java is too optimistic about the execution time of System.out.printf
Reviewed-by: dholmes, forax
Contributed-by: gary.adams@oracle.com
alanb [Sat, 19 Nov 2011 19:55:19 +0000] rev 11027
6818464: TEST_BUG: java/util/Timer/KillThread.java failing intermittently
Reviewed-by: dholmes, alanb, forax
Contributed-by: gary.adams@oracle.com
lana [Fri, 18 Nov 2011 11:11:11 -0800] rev 11026
Merge
weijun [Fri, 18 Nov 2011 16:13:39 +0800] rev 11025
7077172: KerberosTime does not take into account system clock adjustement
Reviewed-by: valeriep
mchung [Thu, 17 Nov 2011 15:47:34 -0800] rev 11024
7067691: java/lang/management/PlatformLoggingMXBean/LoggingMXBeanTest.java failing intermittently
Reviewed-by: alanb, mchung
Contributed-by: gary.adams@oracle.com
ksrini [Wed, 16 Nov 2011 12:23:53 -0800] rev 11023
7112160: jdk8 javadoc failure in jdk/make/docs javadoc: error - java.lang.OutOfMemoryError
Reviewed-by: ohair, katleman
okutsu [Wed, 16 Nov 2011 13:17:44 +0900] rev 11022
Merge
okutsu [Wed, 16 Nov 2011 12:57:54 +0900] rev 11021
7111903: (tz) Windows-only: tzmappings needs update for KB2570791
Reviewed-by: peytoia
weijun [Wed, 16 Nov 2011 11:53:40 +0800] rev 11020
7111579: klist starttime, renewtill, ticket etype
Reviewed-by: mullan
chegar [Mon, 14 Nov 2011 10:06:56 +0000] rev 11019
7107020: java.net.PlainSocketImpl.socketSetOption() calls itself
Reviewed-by: alanb, chegar
Contributed-by: kurchi.subhra.hazra@oracle.com
xuelei [Mon, 14 Nov 2011 01:21:20 -0800] rev 11018
7111548: unexpected debug log message
Reviewed-by: wetmore
coffeys [Fri, 11 Nov 2011 10:08:40 +0000] rev 11017
7105952: Improve finalisation for FileInputStream/FileOutputStream/RandomAccessFile
Reviewed-by: alanb
lancea [Thu, 10 Nov 2011 11:41:27 -0500] rev 11016
7110111: Minor Java SE javadoc & Constructor clean up
Reviewed-by: alanb, darcy
Contributed-by: Martin Desruisseaux <martin.desruisseaux@geomatys.fr>
michaelm [Thu, 10 Nov 2011 15:41:49 +0000] rev 11015
Merge
michaelm [Thu, 10 Nov 2011 15:30:45 +0000] rev 11014
7110484: HttpServer.stop() not closing selector
Reviewed-by: chegar
dl [Thu, 10 Nov 2011 12:21:49 +0000] rev 11013
7107516: LinkedBlockingQueue/Deque.drainTo(Collection, int) returns 'maxElements' if its value is negative
Reviewed-by: chegar, mduigou, dholmes
weijun [Wed, 09 Nov 2011 15:51:18 +0800] rev 11012
7109096: keytool -genkeypair needn't call -selfcert
Reviewed-by: xuelei
weijun [Wed, 09 Nov 2011 09:30:13 +0800] rev 11011
7107019: sun.security.krb5.internal.ccache.CCacheInputStream.readCred does not use auth data
Reviewed-by: valeriep
lana [Fri, 18 Nov 2011 16:16:15 -0800] rev 11010
Merge
prr [Thu, 17 Nov 2011 10:32:05 -0800] rev 11009
7113017: Use POSIX compliant include file headers in sun/awt/medialib/mlib_types.h
Reviewed-by: prr, bae
Contributed-by: littlee@linux.vnet.ibm.com
jcoomes [Fri, 18 Nov 2011 16:57:01 -0800] rev 11008
Merge
twisti [Wed, 09 Nov 2011 00:46:13 -0800] rev 11007
7109063: JSR 292: fix for 7085860 is incomplete
Reviewed-by: iveresov, alanb, jrose
twisti [Wed, 02 Nov 2011 02:03:30 -0700] rev 11006
7085860: JSR 292: implement CallSite.setTargetNormal and setTargetVolatile as native methods
Reviewed-by: jrose, never
katleman [Thu, 17 Nov 2011 10:46:02 -0800] rev 11005
Added tag jdk8-b14 for changeset 21d97162fe47
duke [Wed, 05 Jul 2017 17:55:53 +0200] rev 11004
Merge
jcoomes [Fri, 18 Nov 2011 15:15:54 -0800] rev 11003
Added tag hs23-b06 for changeset 6b882ec466cd
jcoomes [Fri, 18 Nov 2011 15:15:13 -0800] rev 11002
Merge
tonyp [Thu, 17 Nov 2011 13:14:49 -0500] rev 11001
Merge
poonam [Wed, 16 Nov 2011 16:27:29 -0800] rev 11000
7110428: Crash during HeapDump operation
Reviewed-by: ysr, dholmes
brutisso [Tue, 15 Nov 2011 20:17:33 +0100] rev 10999
7110152: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Reduce what arrayOopDesc::max_array_length() returns to avoid int overflow
Reviewed-by: kvn, dholmes, tonyp
brutisso [Wed, 09 Nov 2011 23:21:00 +0100] rev 10998
7110190: GCCause::to_string missing case for _adaptive_size_policy
Summary: Added case for _adaptive_size_policy
Reviewed-by: johnc, ysr
tonyp [Tue, 08 Nov 2011 00:41:28 -0500] rev 10997
7099849: G1: include heap region information in hs_err files
Reviewed-by: johnc, brutisso, poonam
tonyp [Mon, 07 Nov 2011 22:11:12 -0500] rev 10996
7092309: G1: introduce old region set
Summary: Keep track of all the old regions in the heap with a heap region set.
Reviewed-by: brutisso, johnc
brutisso [Wed, 02 Nov 2011 08:04:23 +0100] rev 10995
7106751: G1: gc/gctests/nativeGC03 crashes VM with SIGSEGV
Summary: _cset_rs_update_cl[] was indexed with values beyond what it is set up to handle.
Reviewed-by: ysr, jmasa, johnc
brutisso [Mon, 31 Oct 2011 08:01:20 +0100] rev 10994
7102044: G1: VM crashes with assert(old_end != new_end) failed: don't call this otherwise
Summary: arrayOopDesc::max_array_length() should return a value that does not overflow a size_t if it is converted to bytes.
Reviewed-by: kvn, dholmes
tonyp [Fri, 28 Oct 2011 13:04:10 -0400] rev 10993
Merge
ysr [Wed, 26 Oct 2011 21:07:52 -0700] rev 10992
7105163: CMS: some mentions of MinChunkSize should be IndexSetStart
Summary: Fixed the instances that were missed in the changeset for 7099817.
Reviewed-by: stefank
coleenp [Tue, 15 Nov 2011 12:40:55 -0500] rev 10991
Merge
dholmes [Thu, 10 Nov 2011 06:23:48 -0500] rev 10990
7108264: Fix for 7104173 is insufficient
Summary: Disable PrintVMOptions by default for all builds
Reviewed-by: dsamersoff, twisti
twisti [Thu, 10 Nov 2011 04:46:08 -0800] rev 10989
Merge
kvn [Wed, 09 Nov 2011 07:25:51 -0800] rev 10988
7107042: assert(no_dead_loop) failed: dead loop detected
Summary: Use dead nodes elimination code in PhaseIdealLoop before executing EA.
Reviewed-by: never, twisti
kvn [Wed, 09 Nov 2011 06:14:32 -0800] rev 10987
7109887: java/util/Arrays/CopyMethods.java fails with -XX:+DeoptimizeALot
Summary: zero array when compiled code is deoptimized.
Reviewed-by: never, twisti
twisti [Wed, 09 Nov 2011 00:42:33 -0800] rev 10986
7087727: JSR 292: C2 crash if ScavengeRootsInCode=2 when "static final" MethodHandle constants are in use
Reviewed-by: jrose, kvn, never
never [Tue, 08 Nov 2011 20:42:26 -0800] rev 10985
7108242: jinfo -permstat shouldn't report interned strings as part of perm
Reviewed-by: kvn, twisti
never [Tue, 08 Nov 2011 17:29:57 -0800] rev 10984
7105305: assert check_method_context proper context
Reviewed-by: jrose, kvn
never [Tue, 08 Nov 2011 10:31:53 -0800] rev 10983
7104960: JSR 292: +VerifyMethodHandles in product JVM can overflow buffer
Reviewed-by: kvn, jrose, twisti
kvn [Mon, 07 Nov 2011 14:33:57 -0800] rev 10982
7059047: EA: can't find initializing store with several CheckCastPP
Summary: Split adjust_escape_state() method into two methods to find initializing stores.
Reviewed-by: never
never [Fri, 04 Nov 2011 13:55:31 -0700] rev 10981
6636110: unaligned stackpointer leads to crash during deoptimization
Reviewed-by: never, kvn
Contributed-by: Andreas Schoesser <andreas.schoesser@sap.com>
twisti [Thu, 03 Nov 2011 04:12:49 -0700] rev 10980
7106944: assert(_pc == *pc_addr) failed may be too strong
Reviewed-by: kvn, never
twisti [Thu, 03 Nov 2011 01:43:26 -0700] rev 10979
7106774: JSR 292: nightly test inlineMHTarget fails with wrong result
Reviewed-by: kvn
kvn [Mon, 31 Oct 2011 15:52:11 -0700] rev 10978
7106907: 64 bit VM fails test compiler/6865265/StackOverflowBug.java
Summary: Use -Xss224k instead of -Xss128k.
Reviewed-by: never
twisti [Mon, 31 Oct 2011 03:06:42 -0700] rev 10977
7104561: UseRDPCForConstantTableBase doesn't work after shorten branches changes
Reviewed-by: never, kvn
never [Fri, 28 Oct 2011 14:44:52 -0700] rev 10976
7103261: crash with jittester on sparc
Reviewed-by: iveresov, kvn
kvn [Thu, 27 Oct 2011 18:20:50 -0700] rev 10975
7105611: Set::print() is broken
Summary: Reimplemented class VSetI_ to restore Set::print().
Reviewed-by: never
iveresov [Thu, 27 Oct 2011 14:40:25 -0700] rev 10974
7104177: Tiered: -XX:+PrintCanonicalization doesn't work with -XX:+TieredCompilation
Summary: Initialize printable_bci of instruction when passed to Canonicalizer
Reviewed-by: kvn, never
kvn [Thu, 27 Oct 2011 09:39:24 -0700] rev 10973
7105364: JDK8 b10 hotspot: src/share/vm/ci/ciMethodHandle.cpp Error: Use "." or "->"
Summary: Define ciMethodHandle::print_chain_impl() and ciMethodHandle::print_chain() bodies only in debug builds.
Reviewed-by: never, twisti
twisti [Thu, 27 Oct 2011 04:43:37 -0700] rev 10972
7102657: JSR 292: C1 deoptimizes unlinked invokedynamic call sites infinitely
Reviewed-by: never, bdelsart
kvn [Wed, 26 Oct 2011 06:08:56 -0700] rev 10971
7097546: Optimize use of CMOVE instructions
Summary: Avoid CMove in a loop if possible. May generate CMove if it could be moved outside a loop.
Reviewed-by: never
kvn [Tue, 25 Oct 2011 12:51:13 -0700] rev 10970
7059039: EA: don't change non-escaping state of NULL pointer
Summary: NULL pointers do not escape but escape state propagation may change it leading to worser results.
Reviewed-by: never
never [Tue, 25 Oct 2011 08:17:15 -0700] rev 10969
7103224: collision between __LEAF define in interfaceSupport.hpp and /usr/include/sys/cdefs.h with gcc
Reviewed-by: never
Contributed-by: Omair Majid <omajid@redhat.com>
twisti [Tue, 25 Oct 2011 04:07:20 -0700] rev 10968
7101642: JSR 292: SIGSEGV in java.lang.invoke.MethodHandleImpl$FieldAccessor.getFieldI(Ljava/lang/Object;)I
Reviewed-by: kvn, iveresov
twisti [Tue, 25 Oct 2011 00:55:10 -0700] rev 10967
7094138: JSR 292: JRuby junit test fails in CallSite.setTargetNormal: obj->is_oop() failed: sanity check
Reviewed-by: iveresov, never
twisti [Mon, 24 Oct 2011 07:53:17 -0700] rev 10966
7090904: JSR 292: JRuby junit test crashes in PSScavengeRootsClosure::do_oop
Reviewed-by: kvn, never, jrose
never [Sun, 23 Oct 2011 23:57:39 -0700] rev 10965
Merge
never [Sun, 23 Oct 2011 12:31:20 -0700] rev 10964
7103380: assertion failure with -XX:+PrintNativeNMethods
Reviewed-by: kvn, iveresov
never [Sun, 23 Oct 2011 20:23:14 -0700] rev 10963
7103784: enable some flags by default
Reviewed-by: kvn
jcoomes [Fri, 04 Nov 2011 14:06:09 -0700] rev 10962
7108553: Bump the hs23 build number to 06
Reviewed-by: johnc
Contributed-by: alejandro.murillo@oracle.com
katleman [Thu, 17 Nov 2011 10:45:53 -0800] rev 10961
Added tag jdk8-b14 for changeset a4a9e5c60f0a
katleman [Thu, 17 Nov 2011 10:45:47 -0800] rev 10960
Added tag jdk8-b14 for changeset dcafb43249cf
duke [Wed, 05 Jul 2017 17:55:40 +0200] rev 10959
Added tag jdk8-b14 for changeset 9ffaa48dbfb0
duke [Wed, 05 Jul 2017 17:55:40 +0200] rev 10958
Merge
duke [Wed, 05 Jul 2017 17:55:37 +0200] rev 10957
Merge
lana [Mon, 14 Nov 2011 18:18:59 -0800] rev 10956
Merge
asaha [Mon, 07 Nov 2011 21:52:09 -0800] rev 10955
Merge
asaha [Tue, 19 Jul 2011 11:05:57 -0700] rev 10954
Merge
asaha [Tue, 28 Jun 2011 08:39:58 -0700] rev 10953
Merge
asaha [Mon, 27 Jun 2011 12:29:18 -0700] rev 10952
Merge
lana [Mon, 14 Nov 2011 18:16:13 -0800] rev 10951
Merge
jjg [Tue, 08 Nov 2011 11:51:05 -0800] rev 10950
6921494: provide way to print javac tree tag values
Reviewed-by: jjg, mcimadamore
Contributed-by: vicenterz@yahoo.es
lana [Sat, 05 Nov 2011 00:02:33 -0700] rev 10949
Merge
mcimadamore [Fri, 04 Nov 2011 12:36:40 +0000] rev 10948
7104201: Refactor DocCommentScanner
Summary: Add new Comment helper class to parse contents of comments in source code
Reviewed-by: jjg
jjh [Tue, 01 Nov 2011 15:49:45 -0700] rev 10947
7101933: langtools jtreg tests do not work with jprt on windows
Summary: Fixed langtools/test/Makefile to work on cygwin. Updated jtreg to 4.1 and JCK to JCK8.
Reviewed-by: jjg, ohair
lana [Wed, 26 Oct 2011 12:28:51 -0700] rev 10946
Merge
lana [Tue, 25 Oct 2011 10:52:03 -0700] rev 10945
Merge
katleman [Thu, 10 Nov 2011 11:47:25 -0800] rev 10944
Added tag jdk8-b13 for changeset 7e7229cae97b
duke [Wed, 05 Jul 2017 17:55:30 +0200] rev 10943
Merge
lana [Mon, 14 Nov 2011 18:16:47 -0800] rev 10942
Merge
asaha [Thu, 10 Nov 2011 13:38:47 -0800] rev 10941
7110676: Update jaf source download url for jaxws
Reviewed-by: ramap
asaha [Mon, 07 Nov 2011 21:48:05 -0800] rev 10940
Merge
asaha [Mon, 25 Jul 2011 11:38:25 -0700] rev 10939
7046794: Configurable behavior for server-side stacktraces
Reviewed-by: ramap
asaha [Tue, 19 Jul 2011 11:03:54 -0700] rev 10938
Merge
asaha [Tue, 28 Jun 2011 08:39:06 -0700] rev 10937
Merge
asaha [Mon, 27 Jun 2011 11:46:58 -0700] rev 10936
Merge
katleman [Thu, 10 Nov 2011 11:46:33 -0800] rev 10935
Added tag jdk8-b13 for changeset d4e4b5f54af7
duke [Wed, 05 Jul 2017 17:55:25 +0200] rev 10934
Merge
lana [Mon, 14 Nov 2011 18:16:46 -0800] rev 10933
Merge
asaha [Mon, 07 Nov 2011 21:47:57 -0800] rev 10932
Merge
asaha [Tue, 19 Jul 2011 11:03:46 -0700] rev 10931
Merge
asaha [Tue, 28 Jun 2011 08:38:58 -0700] rev 10930
Merge
asaha [Mon, 27 Jun 2011 11:46:49 -0700] rev 10929
Merge
katleman [Thu, 10 Nov 2011 11:46:28 -0800] rev 10928
Added tag jdk8-b13 for changeset 5002669612fc
duke [Wed, 05 Jul 2017 17:55:22 +0200] rev 10927
Merge
lana [Mon, 14 Nov 2011 18:16:31 -0800] rev 10926
Merge
asaha [Mon, 07 Nov 2011 21:45:32 -0800] rev 10925
Merge
mbankal [Tue, 09 Aug 2011 05:39:54 -0700] rev 10924
7055902: Oracle Java IIOP Deserialization Type Confusion Remote Code Execution Vulnerability
Reviewed-by: coffeys
asaha [Tue, 19 Jul 2011 11:03:26 -0700] rev 10923
Merge
asaha [Tue, 28 Jun 2011 08:38:30 -0700] rev 10922
Merge
asaha [Mon, 27 Jun 2011 11:45:52 -0700] rev 10921
Merge
katleman [Thu, 10 Nov 2011 11:45:56 -0800] rev 10920
Added tag jdk8-b13 for changeset e0e566b9d2b2
duke [Wed, 05 Jul 2017 17:55:18 +0200] rev 10919
Merge
lana [Mon, 14 Nov 2011 18:18:22 -0800] rev 10918
Merge
asaha [Mon, 14 Nov 2011 11:52:09 -0800] rev 10917
Merge
xuelei [Fri, 30 Sep 2011 18:47:53 -0700] rev 10916
7096936: issue in jsse/runtime
7096937: TEST: com/sun/net/ssl/internal/ssl/GenSSLConfigs/main.java need modification as a result of TLS fix
Reviewed-by: wetmore, jdn, xuelei
xuelei [Thu, 29 Sep 2011 17:31:30 -0700] rev 10915
7064341: jsse/runtime security problem
Reviewed-by: wetmore
smarks [Wed, 21 Sep 2011 15:37:52 -0700] rev 10914
7092186: adjust package access in rmiregistry
Reviewed-by: asaha, coffeys
smarks [Tue, 30 Aug 2011 17:29:36 -0700] rev 10913
7083012: fix for RMI Registry
Reviewed-by: jdn, valeriep
smarks [Tue, 30 Aug 2011 14:30:03 -0700] rev 10912
7077466: fix for RMI DGC
Reviewed-by: valeriep
denis [Fri, 22 Jul 2011 21:14:56 +0400] rev 10911
7019773: AWTKeyStroke.ctor is a mutable static
Reviewed-by: art
asaha [Wed, 20 Jul 2011 14:45:44 -0700] rev 10910
7023640: calculation for malloc size in TransformHelper.c could overflow an integer
Reviewed-by: flar
asaha [Wed, 20 Jul 2011 09:01:04 -0700] rev 10909
7032417: Fix for 6981922 does not address multiple VM case
Reviewed-by: michaelm
asaha [Tue, 19 Jul 2011 11:04:28 -0700] rev 10908
Merge
ksrini [Fri, 15 Jul 2011 13:57:57 -0700] rev 10907
7057857: SIGSEGV [libunpack.so] store_Utf8_char(signed char*, unsigned short) in java.util.jar.pack200
Reviewed-by: jrose, asaha, hawtin
asaha [Tue, 28 Jun 2011 08:39:36 -0700] rev 10906
Merge
asaha [Mon, 27 Jun 2011 12:35:31 -0700] rev 10905
Merge
asaha [Mon, 27 Jun 2011 12:30:30 -0700] rev 10904
Merge
alanb [Mon, 27 Jun 2011 20:30:40 +0100] rev 10903
7059259: (process) ProcessBuilder.start permission check should be improved when redirecting output to append
Reviewed-by: hawtin
anthony [Tue, 21 Jun 2011 20:20:58 +0400] rev 10902
7022113: Security icon can be moved behind the window using the com.sun.SecurityWarning.setPosition() method
Reviewed-by: art, dcherepanov
alanb [Wed, 15 Jun 2011 14:49:25 +0100] rev 10901
7000600: InputStream.skip() makes sensitive data accessible to malicious code
Reviewed-by: hawtin, chegar
lana [Mon, 14 Nov 2011 18:15:37 -0800] rev 10900
Merge
lana [Tue, 08 Nov 2011 15:38:58 -0800] rev 10899
Merge
sherman [Mon, 07 Nov 2011 13:46:02 -0800] rev 10898
7096080: UTF8 update and new CESU-8 charset
7082884: Incorrect UTF8 conversion for sequence ED 31
7082883: Incorrect UTF8 conversion for sequence fc 80 80 8f bf bf
Summary: Updated UTF8 and added CESU-8 to following the latest Standard
Reviewed-by: alanb
lana [Sat, 05 Nov 2011 00:00:43 -0700] rev 10897
Merge
mduigou [Thu, 03 Nov 2011 13:26:57 -0700] rev 10896
4533691: Add Collections.emptySortedSet()
Reviewed-by: mduigou, alanb, dholmes
Contributed-by: darryl.mocek@oracle.com
ysr [Mon, 31 Oct 2011 17:38:15 -0700] rev 10895
4243978: (ref) Race condition in Reference.enqueue()
4268317: (ref) Reference.isEnqueued() can return true when instance not enqueued
Summary: The reference handler now declares, and assumes, that the discovered field, rather than the next field, is (to be) used to link the entries in the pending list, thus allowing a reference object to be safely enqueued even while it is in the pending state. Also added slightly modified regression tests from the two bug reports.
Reviewed-by: mchung, alanb, jcoomes
wetmore [Mon, 31 Oct 2011 16:23:43 -0700] rev 10894
7053252: New regression test does not compile on windows-amd64
Reviewed-by: valeriep
wetmore [Mon, 31 Oct 2011 11:54:19 -0700] rev 10893
7105780: Add SSLSocket client/SSLEngine server to templates directory
Reviewed-by: xuelei
xuelei [Sun, 30 Oct 2011 20:07:45 -0700] rev 10892
7106277: Brokenness in the seqNumberOverflow of MAC
Reviewed-by: wetmore
alanb [Sun, 30 Oct 2011 14:53:43 +0000] rev 10891
7103889: (fs) Reduce String concatenation when iterating over directory
Reviewed-by: alanb
Contributed-by: mike.skells@talk21.com
xuelei [Fri, 28 Oct 2011 07:18:54 -0700] rev 10890
7105940: Test regression: KeyStore must be from provider SunPKCS11-NSSKeyStore
Reviewed-by: weijun
mullan [Thu, 27 Oct 2011 11:01:15 -0400] rev 10889
Merge
mullan [Thu, 27 Oct 2011 10:57:35 -0400] rev 10888
7094155: JSR105 code throws javax.xml.crypto.URIReferenceException when running into Java 7 VM
Reviewed-by: xuelei
coffeys [Thu, 27 Oct 2011 10:32:08 +0100] rev 10887
7099658: Properties.loadFromXML fails with ClassCastException
Reviewed-by: alanb, mchung
weijun [Thu, 27 Oct 2011 17:23:25 +0800] rev 10886
7104161: test/sun/tools/jinfo/Basic.sh fails on Ubuntu
Reviewed-by: alanb
lana [Wed, 26 Oct 2011 12:29:22 -0700] rev 10885
Merge
lana [Tue, 25 Oct 2011 10:51:17 -0700] rev 10884
Merge
peytoia [Wed, 26 Oct 2011 22:16:13 +0900] rev 10883
7090046: Lots of invalid link in java.text.BreakIterator comments
Reviewed-by: okutsu
chegar [Wed, 26 Oct 2011 13:58:46 +0100] rev 10882
7104650: rawtype warnings in several net, nio and security source files
Summary: Also reviewed by Ulf.Zibis@gmx.de
Reviewed-by: mcimadamore, alanb, dholmes
lana [Tue, 08 Nov 2011 15:37:37 -0800] rev 10881
Merge
rupashka [Tue, 08 Nov 2011 14:36:50 +0300] rev 10880
7107585: Test incorrect calculate position of object on frame
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
lana [Mon, 07 Nov 2011 10:26:52 -0800] rev 10879
Merge
rupashka [Mon, 07 Nov 2011 16:50:41 +0400] rev 10878
7080203: JTree.getSelectionPaths() now returns empty array instead of null
Reviewed-by: malenkov
ngmr [Thu, 13 Oct 2011 13:02:37 +0100] rev 10877
7107957: AWT: Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
Summary: Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: anthony, ngmr
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
rupashka [Thu, 03 Nov 2011 14:14:36 +0400] rev 10876
6955919: Intermittent ClassCastException in bug4492274 test
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Wed, 02 Nov 2011 23:53:16 +0300] rev 10875
7049024: DnD fails with JTextArea and JTextField
Reviewed-by: rupashka
Contributed-by: Sean Chou <zhouyx@linux.vnet.ibm.com>
mrkam [Wed, 02 Nov 2011 17:39:30 +0400] rev 10874
7074853: TransparentRuler demos Readme should mention the correct jar file name
Reviewed-by: rupashka
rupashka [Wed, 02 Nov 2011 14:17:16 +0400] rev 10873
6624077: Regression test fails: closed/javax/swing/ToolTipManager/6256140/bug6256140.java
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
anthony [Tue, 01 Nov 2011 18:03:56 +0300] rev 10872
7105529: XAWT: Optimize getFieldsAsString() methods generated by WrapperGenerator
Summary: Replace string concatenation with StringBuilder.append()
Reviewed-by: anthony, son
Contributed-by: Federico Tello Gentile <federicotg@gmail.com>
anthony [Tue, 01 Nov 2011 18:01:58 +0300] rev 10871
7104625: sun.awt.X11.XEvent is creating 600 MB of char[] for no good reason
Summary: Wrap logging calls with if(){} statements
Reviewed-by: anthony, son
Contributed-by: Federico Tello Gentile <federicotg@gmail.com>
dbuck [Mon, 17 Oct 2011 19:06:24 -0700] rev 10870
6887286: StackOverflowError at sun.awt.image.ImageWatched$WeakLink.isWatcher
Summary: Fixed OffScreenImageSource to call imageComplete() with SINGLEFAMEDONE, not STATICIMAGEDONE. This fixed memory leak (that caused SOFE when we use recursion to iterate over linked list).
Reviewed-by: bae
rupashka [Mon, 17 Oct 2011 17:19:43 +0400] rev 10869
7077293: javax/swing/JComponent/4337267/bug4337267.java failed on windows 2003
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Mon, 17 Oct 2011 16:40:34 +0400] rev 10868
7100004: javax.swing.JTable.setAutoCreateRowSorter(boolean autoCreateRowSorter) should mention default value
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
rupashka [Mon, 17 Oct 2011 15:10:42 +0400] rev 10867
7099251: javax.swing.text.html.HTMLDocument.insertAfterStart(null, something) throws NPE
Reviewed-by: rupashka
Contributed-by: alexandr.scherbatiy@oracle.com
lana [Sat, 05 Nov 2011 14:27:47 -0700] rev 10866
Merge
ngmr [Fri, 23 Sep 2011 15:18:32 +0100] rev 10865
7105640: Unix printing does not check the result of exec'd lpr/lp command
Summary: Add checking, exception for spool process failure
Reviewed-by: prr, jgodinez
Contributed-by: Neil Richards <neil.richards@ngmr.net>
lana [Wed, 26 Oct 2011 17:59:13 -0700] rev 10864
Merge
katleman [Thu, 10 Nov 2011 11:46:54 -0800] rev 10863
Added tag jdk8-b13 for changeset 8f6f084a8666
duke [Wed, 05 Jul 2017 17:55:05 +0200] rev 10862
Merge
katleman [Thu, 10 Nov 2011 11:46:05 -0800] rev 10861
Added tag jdk8-b13 for changeset 660da5b5870e
lana [Mon, 14 Nov 2011 18:16:28 -0800] rev 10860
Merge
asaha [Mon, 07 Nov 2011 21:45:19 -0800] rev 10859
Merge
asaha [Tue, 19 Jul 2011 11:03:08 -0700] rev 10858
Merge
asaha [Tue, 28 Jun 2011 08:38:14 -0700] rev 10857
Merge
asaha [Mon, 27 Jun 2011 11:45:14 -0700] rev 10856
Merge
katleman [Thu, 10 Nov 2011 11:45:41 -0800] rev 10855
Added tag jdk8-b13 for changeset c3b8ec8ea08d
duke [Wed, 05 Jul 2017 17:54:56 +0200] rev 10854
Added tag jdk8-b13 for changeset 4cc0ef72c812
duke [Wed, 05 Jul 2017 17:54:55 +0200] rev 10853
Merge
duke [Wed, 05 Jul 2017 17:54:52 +0200] rev 10852
Merge
katleman [Thu, 03 Nov 2011 10:32:39 -0700] rev 10851
Added tag jdk8-b12 for changeset 5ec6698ec5a9
duke [Wed, 05 Jul 2017 17:54:49 +0200] rev 10850
Merge
katleman [Thu, 03 Nov 2011 10:32:24 -0700] rev 10849
Added tag jdk8-b12 for changeset cc748b263c6f
duke [Wed, 05 Jul 2017 17:54:46 +0200] rev 10848
Merge
katleman [Thu, 03 Nov 2011 10:32:23 -0700] rev 10847
Added tag jdk8-b12 for changeset 043062d0d76a
duke [Wed, 05 Jul 2017 17:54:44 +0200] rev 10846
Merge
katleman [Thu, 03 Nov 2011 10:32:11 -0700] rev 10845
Added tag jdk8-b12 for changeset 0023f3816a1f
duke [Wed, 05 Jul 2017 17:54:41 +0200] rev 10844
Merge
katleman [Wed, 09 Nov 2011 13:46:53 -0800] rev 10843
Merge
ohair [Fri, 04 Nov 2011 10:34:11 -0700] rev 10842
Merge
ngmr [Thu, 15 Sep 2011 19:29:07 +0100] rev 10841
6988099: jvmti demos missing Publisher (COMPANY resource) in dlls/exes on windows
Summary: Add creation/linking of resource data to link step for demos on Windows
Reviewed-by: dcubed, zgu, ngmr, ohair
Contributed-by: Sean Chou <zhouyx@linux.vnet.ibm.com>
mfang [Thu, 03 Nov 2011 17:34:41 -0700] rev 10840
Merge
yhuang [Mon, 31 Oct 2011 21:45:23 -0700] rev 10839
Merge
yhuang [Mon, 31 Oct 2011 21:43:07 -0700] rev 10838
7101495: In Latvia first day of week is Monday
Reviewed-by: naoto, peytoia
yhuang [Mon, 31 Oct 2011 21:38:12 -0700] rev 10837
Merge
yhuang [Mon, 31 Oct 2011 21:30:11 -0700] rev 10836
6755060: Collator.compare() does not compare correctly for the Thai locale
Reviewed-by: naoto
yhuang [Mon, 31 Oct 2011 20:14:12 -0700] rev 10835
7077119: remove past transition dates from CurrencyData.properties file
Reviewed-by: naoto
katleman [Thu, 03 Nov 2011 10:32:29 -0700] rev 10834
Added tag jdk8-b12 for changeset 7e570cc378fb
duke [Wed, 05 Jul 2017 17:54:35 +0200] rev 10833
Merge
jcoomes [Fri, 04 Nov 2011 12:43:41 -0700] rev 10832
Added tag hs23-b05 for changeset 38f5bbc6cd8d
jcoomes [Fri, 04 Nov 2011 12:40:55 -0700] rev 10831
Merge
brutisso [Tue, 01 Nov 2011 13:44:40 +0100] rev 10830
7106766: Move the precompiled header from the src/share/vm directory
Summary: Moved precompiled.hpp to src/share/vm/precompiled
Reviewed-by: coleenp, dholmes
Contributed-by: rbackman <rickard.backman@oracle.com>
dholmes [Sun, 30 Oct 2011 18:40:48 -0700] rev 10829
Merge
dholmes [Thu, 27 Oct 2011 18:04:25 -0400] rev 10828
7104173: sun/tools tests fail with debug build after 7012206
Summary: Disable PrintVMOptions in embedded debug builds so tests are unaffected by extra output
Reviewed-by: twisti, coleenp, phh, fparain, dsamersoff
jcoomes [Fri, 28 Oct 2011 18:30:47 -0700] rev 10827
7106092: Bump the hs23 build number to 05
Reviewed-by: johnc
Contributed-by: alejandro.murillo@oracle.com
katleman [Thu, 03 Nov 2011 10:32:16 -0700] rev 10826
Added tag jdk8-b12 for changeset dbb81ca736fc
katleman [Thu, 03 Nov 2011 10:32:05 -0700] rev 10825
Added tag jdk8-b12 for changeset f0f8f1159227
duke [Wed, 05 Jul 2017 17:54:25 +0200] rev 10824
Added tag jdk8-b12 for changeset 86db042b3385
duke [Wed, 05 Jul 2017 17:54:24 +0200] rev 10823
Merge
duke [Wed, 05 Jul 2017 17:54:21 +0200] rev 10822
Merge
lana [Fri, 28 Oct 2011 17:49:36 -0700] rev 10821
Merge
lana [Tue, 25 Oct 2011 21:55:25 -0700] rev 10820
Merge
jjh [Tue, 25 Oct 2011 19:18:32 -0700] rev 10819
7104905: Java SE build fails on call to CreateSymbols
Reviewed-by: jjg
jjg [Tue, 25 Oct 2011 10:48:05 -0700] rev 10818
7104039: refactor/cleanup javac Paths class
Reviewed-by: mcimadamore
mcimadamore [Tue, 25 Oct 2011 15:40:34 +0100] rev 10817
7104618: MessageInfo.java is failing after lexer changes
Summary: Two langtools regression tests cannot be built due to a bad import statement
Reviewed-by: jjg
mcimadamore [Mon, 24 Oct 2011 13:00:30 +0100] rev 10816
7098660: Write better overload resolution/inference tests
Summary: Add overload/inference debug diagnostics - added test harness using annotations to check outcome of overload resolution/inference
Reviewed-by: jjg
mcimadamore [Mon, 24 Oct 2011 13:00:20 +0100] rev 10815
7096014: Javac tokens should retain state
Summary: Refactor javac tokens from enum constants to stateful instances (to keep track of position, comments, etc.)
Reviewed-by: jjg
jjh [Fri, 21 Oct 2011 14:14:29 -0700] rev 10814
7098530: tools/javac/javazip/Test.sh can fail on Windows
Summary: Fix cygpath command to properly convert path
Reviewed-by: jjg
jjg [Wed, 19 Oct 2011 15:29:46 -0700] rev 10813
7101146: Paths should more directly managed by BaseFileManager
Reviewed-by: mcimadamore
mcimadamore [Wed, 19 Oct 2011 16:56:05 +0100] rev 10812
7102515: javac running very very long and not returning
Summary: Verbose resolution diagnostics slow down with operator resolution
Reviewed-by: jjg
mcimadamore [Mon, 17 Oct 2011 12:57:36 +0100] rev 10811
7093325: Redundant entry in bytecode exception table
Summary: Inlining of finalizers does not update gaps list accordingly
Reviewed-by: jjg
mcimadamore [Mon, 17 Oct 2011 12:54:33 +0100] rev 10810
7097436: Project Coin: duplicate varargs warnings on method annotated with @SafeVarargs
Summary: Duplicate aliasing check during subtyping leads to spurious varargs diagnostic
Reviewed-by: jjg
katleman [Thu, 27 Oct 2011 13:54:50 -0700] rev 10809
Added tag jdk8-b11 for changeset b44e4293ec86
duke [Wed, 05 Jul 2017 17:54:16 +0200] rev 10808
Merge
katleman [Thu, 27 Oct 2011 13:54:38 -0700] rev 10807
Added tag jdk8-b11 for changeset df5d402bd8f5
duke [Wed, 05 Jul 2017 17:54:13 +0200] rev 10806
Merge
katleman [Thu, 27 Oct 2011 13:54:37 -0700] rev 10805
Added tag jdk8-b11 for changeset 1c9f26d85678
duke [Wed, 05 Jul 2017 17:54:10 +0200] rev 10804
Merge
katleman [Thu, 27 Oct 2011 13:54:26 -0700] rev 10803
Added tag jdk8-b11 for changeset 30a16214b365
duke [Wed, 05 Jul 2017 17:54:07 +0200] rev 10802
Merge
lana [Fri, 28 Oct 2011 17:49:02 -0700] rev 10801
Merge
lana [Tue, 25 Oct 2011 21:54:49 -0700] rev 10800
Merge
alanb [Tue, 25 Oct 2011 09:27:20 +0100] rev 10799
7104577: Changes for 7104209 cause many RMI tests to fail
Reviewed-by: chegar
chegar [Mon, 24 Oct 2011 21:03:41 +0100] rev 10798
7103549: Remove dependencies on libjava and libjvm from security libraries
Reviewed-by: vinnie, ohair, alanb, dholmes
chegar [Mon, 24 Oct 2011 20:55:08 +0100] rev 10797
7104209: Cleanup and remove librmi (native library)
Reviewed-by: mduigou, alanb
peytoia [Fri, 21 Oct 2011 18:01:01 +0900] rev 10796
7103405: Correct display names for Pacific/Apia timezone
Reviewed-by: okutsu
peytoia [Fri, 21 Oct 2011 15:56:24 +0900] rev 10795
7103108: (tz) Support tzdata2011l
Reviewed-by: okutsu
ngmr [Thu, 13 Oct 2011 12:30:51 +0100] rev 10794
7100054: (porting) Native code should include fcntl.h and unistd.h rather than sys/fcntl.h and sys/unistd.h
Summary: Use POSIX defined includes for unistd.h and fcntl.h
Reviewed-by: dholmes, alanb, chegar, ngmr
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
michaelm [Thu, 20 Oct 2011 09:26:20 +0100] rev 10793
Merge
michaelm [Thu, 20 Oct 2011 09:21:03 +0100] rev 10792
7102665: Move tests to Problemlist
Reviewed-by: chegar, alanb
chegar [Thu, 20 Oct 2011 09:08:38 +0100] rev 10791
7102704: test/java/net/DatagramSocket/ChangingAddress.java failing
Reviewed-by: chegar
Contributed-by: kurchi.subhra.hazra@oracle.com
mduigou [Wed, 19 Oct 2011 14:17:47 -0700] rev 10790
5029031: Add Collections.checkedQueue()
Reviewed-by: mduigou
Contributed-by: darryl.mocek@oracle.com
mullan [Wed, 19 Oct 2011 10:16:22 -0400] rev 10789
Merge
mullan [Wed, 19 Oct 2011 10:15:23 -0400] rev 10788
7102686: Restructure timestamp code so that jars and modules can more easily share the same code
Reviewed-by: mchung
wetmore [Tue, 18 Oct 2011 11:58:57 -0700] rev 10787
7031830: bad_record_mac failure on TLSv1.2 enabled connection with SSLEngine
Reviewed-by: xuelei, weijun, asaha
mullan [Tue, 18 Oct 2011 10:15:08 -0400] rev 10786
Merge
mullan [Tue, 18 Oct 2011 10:12:14 -0400] rev 10785
7092897: sun.security.util.Cache should be generified
Reviewed-by: xuelei
weijun [Mon, 17 Oct 2011 17:11:26 +0800] rev 10784
7099399: cannot deal with CRL file larger than 16MB
Reviewed-by: xuelei, mullan
mullan [Thu, 13 Oct 2011 13:53:13 -0400] rev 10783
Merge
mullan [Thu, 13 Oct 2011 13:50:17 -0400] rev 10782
6953295: Move few sun.security.{util, x509, pkcs} classes used by keytool/jarsigner to another package
Reviewed-by: mchung
vinnie [Thu, 13 Oct 2011 12:00:51 +0100] rev 10781
7099228: Use a PKCS11 config attribute to control encoding of an EC point
Reviewed-by: valeriep, mullan
lana [Tue, 25 Oct 2011 21:53:54 -0700] rev 10780
Merge
jgodinez [Mon, 24 Oct 2011 09:58:47 -0700] rev 10779
6604109: javax.print.PrintServiceLookup.lookupPrintServices fails SOMETIMES for Cups
Reviewed-by: bae, prr
bae [Mon, 17 Oct 2011 15:20:51 +0400] rev 10778
6997116: The case automatically failed due to java.lang.ClassCastException.
Reviewed-by: jgodinez, prr
katleman [Thu, 27 Oct 2011 13:54:42 -0700] rev 10777
Added tag jdk8-b11 for changeset 7116fbba4c13
duke [Wed, 05 Jul 2017 17:54:00 +0200] rev 10776
Merge
jcoomes [Fri, 28 Oct 2011 15:41:29 -0700] rev 10775
Added tag hs23-b04 for changeset 721977078d6e
jcoomes [Fri, 28 Oct 2011 15:36:16 -0700] rev 10774
Merge
tonyp [Fri, 28 Oct 2011 12:49:16 -0400] rev 10773
Merge
brutisso [Wed, 26 Oct 2011 08:44:53 +0200] rev 10772
7102191: G1: assert(_min_desired_young_length <= initial_region_num) failed: Initial young gen size too small
Summary: initial_region_num actually not needed.
Reviewed-by: tonyp, johnc
ysr [Tue, 25 Oct 2011 20:15:41 -0700] rev 10771
7099817: CMS: +FLSVerifyLists +FLSVerifyIndexTable asserts: odd slot non-empty, chunk not on free list
Summary: Suitably weaken asserts that were in each case a tad too strong; fix up some loose uses of parameters in code related to size-indexed free list table.
Reviewed-by: jmasa, brutisso, stefank
johnc [Sun, 23 Oct 2011 23:06:06 -0700] rev 10770
7096030: G1: PrintGCDetails enhancements
7102445: G1: Unnecessary Resource allocations during RSet scanning
Summary: Add a new per-worker thread line in the PrintGCDetails output. GC Worker Other is the difference between the elapsed time for the parallel phase of the evacuation pause and the sum of the times of the sub-phases (external root scanning, mark stack scanning, RSet updating, RSet scanning, object copying, and termination) for that worker. During RSet scanning, stack allocate DirtyCardToOopClosure objects; allocating these in a resource area was causing abnormally high GC Worker Other times while the worker thread freed ResourceArea chunks.
Reviewed-by: tonyp, jwilhelm, brutisso
johnc [Thu, 20 Oct 2011 12:06:20 -0700] rev 10769
7099824: G1: we should take the pending list lock before doing the remark pause
Summary: Acquire the pending list lock in the prologue method of G1's concurrent VM_Operation and release the lock in the epilogue() method. The locking/unlocking order of the pending list lock and the Heap_lock should match that in the prologue and epilogue methods of VM_GC_Operation.
Reviewed-by: tonyp, ysr
tonyp [Fri, 21 Oct 2011 12:42:42 -0400] rev 10768
Merge
brutisso [Thu, 20 Oct 2011 10:21:35 +0200] rev 10767
7097516: G1: assert(0<= from_card && from_card<HeapRegion::CardsPerRegion) failed: Must be in range.
Summary: Introduced a version of is_in_reserved() that looks at _orig_end as opposed to _end.
Reviewed-by: tonyp, stefank
jcoomes [Fri, 21 Oct 2011 16:00:50 -0700] rev 10766
7103619: Bump the hs23 build number to 04
Reviewed-by: johnc
Contributed-by: alejandro.murillo@oracle.com
katleman [Thu, 27 Oct 2011 13:54:31 -0700] rev 10765
Added tag jdk8-b11 for changeset 719fbe1902a0
katleman [Thu, 27 Oct 2011 13:54:24 -0700] rev 10764
Added tag jdk8-b11 for changeset 541e4b0cf4f9
duke [Wed, 05 Jul 2017 17:53:51 +0200] rev 10763
Added tag jdk8-b11 for changeset cc1f5ce8e504
duke [Wed, 05 Jul 2017 17:53:50 +0200] rev 10762
Merge
duke [Wed, 05 Jul 2017 17:53:47 +0200] rev 10761
Merge
katleman [Thu, 20 Oct 2011 10:32:56 -0700] rev 10760
Added tag jdk8-b10 for changeset 371ba3560eaf
duke [Wed, 05 Jul 2017 17:53:44 +0200] rev 10759
Merge
katleman [Thu, 20 Oct 2011 10:32:44 -0700] rev 10758
Added tag jdk8-b10 for changeset dbbb34e9fb90
duke [Wed, 05 Jul 2017 17:53:42 +0200] rev 10757
Merge
katleman [Thu, 20 Oct 2011 10:32:43 -0700] rev 10756
Added tag jdk8-b10 for changeset e99452c9ff04
duke [Wed, 05 Jul 2017 17:53:39 +0200] rev 10755
Merge
katleman [Thu, 20 Oct 2011 10:32:31 -0700] rev 10754
Added tag jdk8-b10 for changeset 4ae1c2114056
duke [Wed, 05 Jul 2017 17:53:36 +0200] rev 10753
Merge
katleman [Thu, 20 Oct 2011 10:32:47 -0700] rev 10752
Added tag jdk8-b10 for changeset 0c1ab928e08c
duke [Wed, 05 Jul 2017 17:53:32 +0200] rev 10751
Merge
jcoomes [Fri, 21 Oct 2011 10:27:33 -0700] rev 10750
Added tag hs23-b03 for changeset 0e5b229f9d70
jcoomes [Fri, 21 Oct 2011 10:27:32 -0700] rev 10749
Merge
tonyp [Fri, 21 Oct 2011 07:24:06 -0400] rev 10748
Merge
johnc [Mon, 17 Oct 2011 09:57:41 -0700] rev 10747
7095243: Disambiguate ReferenceProcessor::_discoveredSoftRefs
Summary: Add a new, separate, pointer to the base of the array of discovered reference lists and use this new pointer in places where we iterate over the entire array.
Reviewed-by: ysr, brutisso
tonyp [Fri, 14 Oct 2011 11:12:24 -0400] rev 10746
7088680: G1: Cleanup in the G1CollectorPolicy class
Summary: Removed unused fields and methods, removed the G1CollectoryPolicy_BestRegionsFirst class and folded its functionality into the G1CollectorPolicy class.
Reviewed-by: ysr, brutisso, jcoomes
tonyp [Thu, 13 Oct 2011 13:54:29 -0400] rev 10745
7098085: G1: partially-young GCs not initiated under certain circumstances
Reviewed-by: ysr, brutisso
iveresov [Fri, 21 Oct 2011 00:58:30 -0700] rev 10744
Merge
kvn [Wed, 19 Oct 2011 10:52:30 -0700] rev 10743
7100935: win32: memmove is not atomic but is used for pd_conjoint_*_atomic operations
Summary: replace the call to memmove by a simple copy loop
Reviewed-by: dholmes, kvn, never
Contributed-by: axel.siebenborn@sap.com, volker.simonis@gmail.com
never [Mon, 17 Oct 2011 21:38:29 -0700] rev 10742
7098528: crash with java -XX:+ExtendedDTraceProbes
Reviewed-by: kvn
never [Mon, 17 Oct 2011 11:00:41 -0700] rev 10741
7093690: JSR292: SA-JDI AssertionFailure: Expected raw sp likely got real sp, value was
Reviewed-by: kvn, twisti