Vikrant Agarwal
3dc3d0c3e5
6734341: REGTEST fails: SelectionAutoscrollTest.html
...
Reviewed-by: serb, ssadetsky
2016-03-11 11:17:17 +03:00
Per Lidén
75412035e3
8134749: SoftReferences declared dead too early
...
Reviewed-by: jmasa, tbenson
2016-03-11 09:09:52 +01:00
Prem Balakrishnan
4ea752f18e
7012008: JDesktopPane - Wrong background color with Win7+WindowsLnf
...
Reviewed-by: ssadetsky, aivanov
2016-03-11 11:02:54 +05:30
Rajeev Chamyal
c4c2df3247
8145174: HiDPI splash screen support on Linux
...
Reviewed-by: serb, alexsch
2016-03-11 11:00:38 +05:30
Rajeev Chamyal
34d87710df
8145896: JInternalFrame setMaximum before adding to desktop throws null pointer exception
...
Reviewed-by: serb, alexsch
2016-03-11 10:57:47 +05:30
Alejandro Murillo
608a566d08
Merge
2016-03-10 16:08:20 -08:00
Alejandro Murillo
b6ac98452d
Merge
2016-03-10 16:08:17 -08:00
Doug Simon
b87feb324c
8151664: [JVMCI] add missing test in 8151266 integration
...
Reviewed-by: never, twisti
2016-03-10 14:06:21 -08:00
Kim Barrett
9539f68b3e
Merge
2016-03-10 21:57:27 +00:00
Kim Barrett
4b39057a46
8150676: Use BufferNode index
...
Maintain index and use it, removing extra checks for or stores of NULL.
Reviewed-by: jmasa, tschatzl
2016-03-10 16:21:46 -05:00
Max Ockner
155a64deb4
8146551: The output from classresolve tag has been shortened and moved to debug level
...
The output from classresolve tag has been shortened and moved to debug level.
Reviewed-by: coleenp, rprotacio
2016-03-10 15:52:56 -05:00
Mandy Chung
28ad968682
8151660: Revert NativeBuffer.java to use jdk.internal.ref.Cleaner
...
Reviewed-by: rriggs
2016-03-10 11:52:54 -08:00
Coleen Phillimore
4a05d83db0
8150778: Reduce Throwable.getStackTrace() calls to the JVM
...
Replace JVM_GetStackTraceDepth and JVM_GetStackTraceElement, with JVM_GetStackTraceElements that gets all the elements in the StackTraceElement[]
Reviewed-by: shade, mchung, dholmes, hseigel
2016-03-10 13:43:47 -05:00
Lana Steuck
fe8f9f8a20
Merge
2016-03-10 09:51:35 -08:00
Lana Steuck
641009c544
Merge
2016-03-10 09:50:58 -08:00
Lana Steuck
d4d0320553
Merge
2016-03-10 09:50:18 -08:00
Lana Steuck
86a1239bd0
Merge
2016-03-10 09:49:51 -08:00
Lana Steuck
f101923e26
Merge
2016-03-10 09:49:42 -08:00
Lana Steuck
aef516391e
Added tag jdk-9+109 for changeset 2ab100ef7bb0
2016-03-10 09:28:20 -08:00
Lana Steuck
94509dadd1
Added tag jdk-9+109 for changeset 652d06266511
2016-03-10 09:28:15 -08:00
Lana Steuck
9dda52e2c5
Added tag jdk-9+109 for changeset 67e5c45fdf9a
2016-03-10 09:28:14 -08:00
Lana Steuck
5da9e80b88
Added tag jdk-9+109 for changeset 94d8adc2f94d
2016-03-10 09:28:13 -08:00
Lana Steuck
e9a96608e0
Added tag jdk-9+109 for changeset 9ea881b5873b
2016-03-10 09:28:10 -08:00
Lana Steuck
98f09c95ee
Added tag jdk-9+109 for changeset 896a46cbffee
2016-03-10 09:28:09 -08:00
Lana Steuck
de4fe8115c
Added tag jdk-9+109 for changeset 7fe73c768138
2016-03-10 09:28:08 -08:00
Ed Nevill
59193ab336
8151502: optimize pd_disjoint_words and pd_conjoint_words
...
Optimize copy routines using inline assembler
Reviewed-by: aph
2016-03-10 14:53:09 +00:00
Christian Thalinger
9ecc7cc928
8151470: [JVMCI] remove up-call to HotSpotJVMCICompilerConfig.selectCompiler
...
Reviewed-by: dnsimon, vlivanov
2016-03-10 13:04:43 -08:00
Sergey Ustimenko
f36012af70
8043329: Wrong variable used in java.util.Collections javadoc code
...
Reviewed-by: lancea, rriggs
2016-03-10 09:35:59 -05:00
Alexander Stepanov
4091ed9be7
8151627: [TEST_BUG] fix test/java/awt/image/multiresolution/MultiResolutionRenderingHintsTest.java to run with Jake
...
Reviewed-by: serb, yan
2016-03-10 17:19:15 +03:00
Igor Ignatyev
fc407c943e
Merge
2016-03-10 14:15:15 +01:00
Stefan Karlsson
5821ebce57
Merge
2016-03-10 10:17:34 +01:00
Bengt Rutisson
df20815bbb
8151514: Remove the noisy NOISY debugging code from parCardTableModRefBS.cpp
...
Reviewed-by: tschatzl, pliden
2016-03-10 08:54:43 +01:00
Christoph Langer
7b2839f9ee
8150704: XALAN: ERROR: 'No more DTM IDs are available' when transforming with lots of temporary result trees
...
Reviewed-by: joehw
2016-03-09 16:09:55 -08:00
Sangheon Kim
a8672f2267
8145312: CMS: There is insufficient memory with CMSSamplingGrain=1
...
Change minimum range and add constraint function for CMSSamplingGrain flag
Reviewed-by: jmasa, ddmitriev
2016-03-09 15:37:33 -08:00
Kim Barrett
6e0466f618
Merge
2016-03-09 20:37:04 +00:00
Nils Eliasson
b01a1a42e3
8066770: EnqueueMethodForCompilationTest.java fails to compile method
...
Make compiles blocking and always check queue
Reviewed-by: kvn
2016-03-09 21:20:43 +01:00
Nils Eliasson
9e21021abb
8073793: serviceability/dcmd/compiler/CodelistTest.java fails with ClassNotFoundException trying to load VM anonymous class
...
Make test less fragile using whitebox API
Reviewed-by: kvn
2016-03-09 21:19:13 +01:00
Peter Levart
020a27b202
8149925: We don't need jdk.internal.ref.Cleaner any more - part1
...
1st part of removing legacy jdk.internal.ref.Cleaner
Reviewed-by: chegar, mchung
2016-03-09 21:17:06 +01:00
Sangheon Kim
7679cbc134
8150362: G1 base elapsed time prediction is wrong because rs_length prediction is wrong
...
Change rs_length prediction used from G1 base elapsed time prediction
Reviewed-by: mgerdin, tschatzl
2016-03-09 11:08:49 -08:00
Kim Barrett
8b6631e5a2
8150688: Fix os_windows siglabel
...
Change types to eliminate implicit narrowing, and other cleanups.
Reviewed-by: dholmes, tbenson
2016-03-09 11:03:45 -05:00
Stefan Karlsson
3fa2f0cd11
8151534: Refactor ArrayAllocator for easier reuse
...
Reviewed-by: tschatzl, brutisso
2016-03-09 17:03:04 +01:00
Hannes Wallnöfer
a8987f1075
8151515: $EXEC output is truncated
...
Reviewed-by: sundar, jlaskey
2016-03-09 15:45:44 +01:00
Michael Haupt
3b675d58d4
8151518: relax test requirements to reduce dependency on directory contents
...
Reviewed-by: hannesw, sundar
2016-03-09 15:15:29 +01:00
Michael McMahon
b9616807fc
8151299: Http client SelectorManager overwriting read and write events
...
Reviewed-by: chegar
2016-03-09 13:37:30 +00:00
Jesper Wilhelmsson
90586a424c
Merge
2016-03-09 14:18:12 +01:00
Bengt Rutisson
3179ca3b0a
Merge
2016-03-09 14:54:18 +01:00
Bengt Rutisson
cc0120e872
8151513: Remove debugging code from BarrierSet
...
Reviewed-by: pliden, stefank
2016-03-09 14:05:50 +01:00
Michael Haupt
e53b5a35be
8151291: $EXEC yields "unknown command" on Cygwin
...
Reviewed-by: jlaskey, hannesw, sdama
2016-03-09 13:24:01 +01:00
Michael McMahon
a3aa848719
8151441: Completion result in httpclient Exchange.java lost
...
Reviewed-by: chegar
2016-03-09 12:11:31 +00:00
Stefan Karlsson
dd34e9b751
8151440: Move BitMap verfication inline functions out from bitMap.hpp
...
Reviewed-by: tschatzl, pliden, kbarrett
2016-03-09 12:45:44 +01:00