sundar [Wed, 19 Aug 2015 16:35:03 +0530] rev 32245
8133872: Expression completion should work on contexts where an expression is accepted
Reviewed-by: hannesw, mhaupt
mhaupt [Tue, 18 Aug 2015 09:13:46 -0700] rev 32244
8077168: CodeStoreAndPathTest.java fails in jtreg mode on Mac
Summary: use correct path on JRT file system
Reviewed-by: attila, sundar
sundar [Tue, 18 Aug 2015 18:53:13 +0530] rev 32243
8133812: identifier and member expression completion handling is not uniform
Reviewed-by: attila, hannesw
sundar [Tue, 18 Aug 2015 11:40:18 +0530] rev 32242
8133777: Use file based persistence for history instead of preferences
Reviewed-by: attila, mhaupt
sundar [Mon, 17 Aug 2015 18:36:28 +0530] rev 32241
8133695: Implement tab-completion for identifiers
Reviewed-by: attila, jlaskey
sundar [Mon, 17 Aug 2015 13:17:25 +0530] rev 32240
8133652: Implement tab-completion for member select expressions
Reviewed-by: jlaskey, attila
sundar [Fri, 14 Aug 2015 18:48:26 +0530] rev 32239
8133624: Move JDK-8055034.js and JDK-8130127.js to currently-failing directory to exclude from test run
Reviewed-by: jlaskey, hannesw
katleman [Thu, 20 Aug 2015 11:38:25 -0700] rev 32238
Added tag jdk9-b78 for changeset 23662c20a442
duke [Wed, 05 Jul 2017 20:46:21 +0200] rev 32237
Merge
katleman [Thu, 20 Aug 2015 11:38:18 -0700] rev 32236
Added tag jdk9-b78 for changeset 525d3550480f
duke [Wed, 05 Jul 2017 20:46:18 +0200] rev 32235
Merge
lana [Thu, 20 Aug 2015 12:29:24 -0700] rev 32234
Merge
asmotrak [Thu, 20 Aug 2015 11:16:54 -0700] rev 32233
8050460: JAAS login/logout tests with LoginContext
Reviewed-by: xuelei
Contributed-by: svetlana.nikandrova@oracle.com
bpb [Wed, 19 Aug 2015 13:11:24 -0700] rev 32232
8074821: Resolve disabled warnings for libnio
Summary: Enable the indicated warnings and correct the code which provoked them.
Reviewed-by: alanb
vinnie [Wed, 19 Aug 2015 17:42:52 +0100] rev 32231
8130799: KeyStoreSpi.engineProbe does not throw the expected NullPointerException
Reviewed-by: xuelei
mchung [Tue, 18 Aug 2015 20:30:15 -0700] rev 32230
8132944: test java/lang/ClassLoader/GetSystemPackage.java writes stuff to Agent stdout
Reviewed-by: dholmes
valeriep [Tue, 18 Aug 2015 21:16:27 +0000] rev 32229
8086002: Move apple.security.AppleProvider to a proper module
Summary: Move Apple provider to java.base module with "libosxsecurity" native library.
Reviewed-by: mchung
darcy [Tue, 18 Aug 2015 12:49:00 -0700] rev 32228
8133808: Place java/lang/ProcessHandle/InfoTest.java on the Problem List
Reviewed-by: lancea
avstepan [Tue, 18 Aug 2015 18:04:17 +0300] rev 32227
8132478: [tidy] three new warnings from java docs (java.net, javax.annotation)
Summary: minor docs cleanup (jdk part)
Reviewed-by: lancea
jfdenise [Tue, 18 Aug 2015 15:46:01 +0200] rev 32226
8132527: jimage tool extract and recreate options are not consistent (no NPE)
Summary: Module metadata original name must be reused when recreating a jimage
Reviewed-by: jlaskey
amurillo [Mon, 17 Aug 2015 11:18:31 -0700] rev 32225
Merge
amurillo [Thu, 13 Aug 2015 15:50:52 -0700] rev 32224
Merge
sla [Mon, 10 Aug 2015 13:34:55 +0000] rev 32223
Merge
sla [Mon, 10 Aug 2015 13:08:55 +0200] rev 32222
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
dsamersoff [Mon, 10 Aug 2015 14:05:37 +0300] rev 32221
Merge
kbarrett [Wed, 05 Aug 2015 03:43:31 +0200] rev 32220
Merge
kbarrett [Tue, 04 Aug 2015 17:26:14 -0400] rev 32219
8132306: java/lang/ref/ReferenceEnqueue.java fails with "RuntimeException: Error: poll() returned null; expected ref object"
Summary: Carefully order ref.queue and queue list updates to address races.
Reviewed-by: dholmes, dfuchs, plevart
dsamersoff [Tue, 04 Aug 2015 19:25:59 +0000] rev 32218
Merge
dsamersoff [Tue, 04 Aug 2015 18:11:40 +0300] rev 32217
8132648: sun/tools/jhsdb/BasicLauncherTest fails with java.lang.RuntimeException
Summary: Added check for standard conditions causing attach to fail
Reviewed-by: jbachorik, sspitsyn
jbachorik [Tue, 04 Aug 2015 15:16:23 +0200] rev 32216
8085919: OperatingSystemMXBean/TestTotalSwap.java failure : Total Swap Space figures mismatch
Reviewed-by: dholmes
aefimov [Mon, 17 Aug 2015 12:28:55 +0300] rev 32215
8133321: (tz) Support tzdata2015f
Reviewed-by: okutsu
kshefov [Mon, 17 Aug 2015 12:21:34 +0300] rev 32214
8060717: [TESTBUG] Improve test coverage of MethodHandles.explicitCastArguments()
Reviewed-by: vlivanov, mhaupt
kshefov [Mon, 17 Aug 2015 12:13:18 +0300] rev 32213
8133543: [TESTBUG] java/lang/invoke/LFCaching/LFSingleThreadCachingTest.java should be modified
Reviewed-by: vlivanov, mhaupt
weijun [Sat, 15 Aug 2015 21:14:08 +0800] rev 32212
8132330: Ineffective SecureRandom usage in RSA encoding with PKCS1Padding
Reviewed-by: weijun
Contributed-by: Sergey Kuksenko <sergey.kuksenko@oracle.com>
sherman [Sat, 15 Aug 2015 04:38:51 +0000] rev 32211
8039390: Unexpected behaviour of String.format with null arguments
Summary: to explicitly specify the null behavior for all conversions
Reviewed-by: rriggs
avstepan [Fri, 14 Aug 2015 14:40:13 +0300] rev 32210
8133480: replace some <tt> tags (obsolete in html5) in core-libs docs
Reviewed-by: lancea
simonis [Fri, 14 Aug 2015 10:35:45 +0200] rev 32209
8131168: Refactor ProcessHandleImpl_*.c and add implememtation for AIX
Reviewed-by: rriggs, smarks
katleman [Thu, 20 Aug 2015 11:38:21 -0700] rev 32208
Added tag jdk9-b78 for changeset 5f6d9917598c
duke [Wed, 05 Jul 2017 20:46:10 +0200] rev 32207
Merge
lana [Thu, 20 Aug 2015 12:30:20 -0700] rev 32206
Merge
amurillo [Thu, 13 Aug 2015 15:50:47 -0700] rev 32205
Merge
rbackman [Thu, 13 Aug 2015 19:36:54 +0200] rev 32204
Merge
shade [Tue, 11 Aug 2015 12:24:26 +0300] rev 32203
8131682: C1 should use multibyte nops everywhere
Reviewed-by: dlong, goetz, adinn, aph, vlivanov
kvn [Mon, 10 Aug 2015 10:39:19 -0700] rev 32202
8011858: Use Compile::live_nodes() instead of Compile::unique() in appropriate places
Reviewed-by: kvn, vlivanov
Contributed-by: vlad.ureche@gmail.com
sla [Mon, 10 Aug 2015 13:34:53 +0000] rev 32201
Merge
sla [Mon, 10 Aug 2015 13:08:54 +0200] rev 32200
8076470: Remove the JVM TI hprof Agent
Reviewed-by: sspitsyn, mchung, erikj
dsamersoff [Mon, 10 Aug 2015 13:56:27 +0300] rev 32199
Merge
ddmitriev [Sun, 09 Aug 2015 13:38:24 +0300] rev 32198
8132892: Memory must be freed after calling Arguments::set_sysclasspath function
Summary: Free memory after calling set_sysclasspath
Reviewed-by: dholmes, dcubed
mseledtsov [Fri, 07 Aug 2015 17:14:26 -0700] rev 32197
8133222: [TESTBUG] Quarantine runtime/SharedArchiveFile/SharedStrings.java until the fix
Summary: Quarantined using at-ingore tag
Reviewed-by: dcubed
kbarrett [Sat, 08 Aug 2015 00:27:39 +0200] rev 32196
Merge
ecaspole [Fri, 07 Aug 2015 09:15:42 -0400] rev 32195
8078904: CMS: Assert failed: Ctl pt invariant
Summary: Survivor rescan array now baed on MinTLABSize so all entries will fit
Reviewed-by: tschatzl, kbarrett
tschatzl [Fri, 07 Aug 2015 23:01:50 +0200] rev 32194
Merge
tschatzl [Fri, 07 Aug 2015 15:37:07 +0200] rev 32193
8133042: Remove some direct accesses of G1Allocator to G1CollectedHeap members
Summary: Remove direct access to private members of G1CollectedHeap from G1Allocator and G1ArchiveAllocator. Allows removal of friend delcarations.
Reviewed-by: kbarrett, jmasa, jwilhelm
sspitsyn [Fri, 07 Aug 2015 09:22:29 -0700] rev 32192
8080401: Uninitialised variable in hotspot/src/os/solaris/dtrace/
Summary: reduce the warnings
Reviewed-by: sla, dsamersoff
sspitsyn [Fri, 07 Aug 2015 09:21:32 -0700] rev 32191
8033577: [parfait] warnings from b128 for hotspot/src/os/solaris/dtrace: Unportable format string argument mismatch
Summary: reduce the warnings
Reviewed-by: sla, dsamersoff, coleenp
acorn [Thu, 06 Aug 2015 19:52:54 +0200] rev 32190
Merge
acorn [Thu, 06 Aug 2015 13:02:15 -0400] rev 32189
8087342: Crash in klassItable::initialize_itable_for_interface
Summary: Fix method searches to handle static, private instance and overpass
Reviewed-by: lfoltan, dholmes, hseigel
tschatzl [Thu, 06 Aug 2015 17:43:04 +0200] rev 32188
Merge
tschatzl [Thu, 06 Aug 2015 15:52:33 +0200] rev 32187
8133047: Rename G1ParScanThreadState::_queue_num to _worker_id
Reviewed-by: jmasa, jwilhelm
tschatzl [Thu, 06 Aug 2015 15:49:52 +0200] rev 32186
8133043: Clean up code related to termination stats printing
Summary: Reformat termination stats related code to make it look more similar to existing code.
Reviewed-by: jwilhelm, jmasa
tschatzl [Thu, 06 Aug 2015 15:49:50 +0200] rev 32185
8073052: Rename and clean up the allocation manager hierarchy in g1Allocator.?pp
Summary: Fix naming of G1ParGCAllocator, decrease dependencies between G1CollectedHeap, G1Allocator and G1AllocRegion, additional documentation.
Reviewed-by: mgerdin, jmasa, kbarrett
kevinw [Thu, 06 Aug 2015 16:00:55 +0200] rev 32184
Merge
kevinw [Thu, 06 Aug 2015 00:08:57 -0700] rev 32183
8075773: jps running as root fails after the fix of JDK-8050807
Reviewed-by: sla, dsamersoff, gthornbr
Contributed-by: cheleswer.sahu@oracle.com
sspitsyn [Thu, 06 Aug 2015 01:48:27 -0700] rev 32182
8060245: update bsd version of jhelper.d to be in sync with the fix of 8009204 on solaris
Summary: sync the bsd version of jhelper with the solaris version
Reviewed-by: sla, jbachorik