Lana Steuck
8c25e96e5a
Merge
2013-06-03 16:56:54 -07:00
Jonathan Gibbons
c594d824a4
8013405: DocLint should support <LI value="value">
...
Reviewed-by: ksrini
2013-06-03 16:22:27 -07:00
Lana Steuck
6643acc6d2
Merge
2013-06-03 16:10:24 -07:00
Lana Steuck
ba0fc64a03
Merge
2013-06-03 16:10:18 -07:00
Lana Steuck
ea244da844
Merge
2013-06-03 16:09:15 -07:00
Tao Mao
07ed2c141f
6976350: G1: deal with fragmentation while copying objects during GC
...
Create G1ParGCAllocBufferContainer to contain two buffers instead of previously using one buffer, in order to hold the first priority buffer longer. Thus, when some large objects hits the value of free space left in the first priority buffer it has an alternative to fit in the second priority buffer while the first priority buffer is given more chances to try allocating smaller objects. Overall, it will improve heap space efficiency.
Reviewed-by: johnc, jmasa, brutisso
2013-06-03 14:37:13 -07:00
Serguei Spitsyn
6d485348e1
8014052: JSR292: assert(end_offset == next_offset) failed: matched ending
...
A call to the finalize_operands_merge() must be unconditional
Reviewed-by: kvn, twisti
2013-06-03 14:28:37 -07:00
Vladimir Kozlov
56e8f83652
Merge
2013-06-03 14:02:05 -07:00
Niclas Adlertz
f4682b75e5
8005956: C2: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG defined in this block
...
Disable re-materialization of reaching definitions (which have live inputs) for phi nodes when spilling.
Reviewed-by: twisti, kvn
2013-06-03 12:39:33 -07:00
James Laskey
fcf3353ddf
8015814: loadWithNewGlobal needs to wrap createGlobal in AccessController.doPrivileged
...
Reviewed-by: sundar
2013-06-03 12:57:53 -03:00
James Laskey
b73369b1fe
8015796: Race condition in RuntimeCallsites
...
Reviewed-by: lagergren, attila
2013-06-03 11:16:33 -03:00
Harold Seigel
02a27e2824
8015385: Remove RelaxAccessControlCheck for JDK 8 bytecodes
...
Check bytecode versions along with RelaxAccessControlCheck version
Reviewed-by: dholmes, acorn
2013-06-03 10:00:10 -04:00
Anton Litvinov
fb8bd30b8e
6337518: Null Arrow Button Throws Exception in BasicComboBoxUI
...
Reviewed-by: alexp, alexsch
2013-06-03 16:37:13 +04:00
Jose Luis Martin
8c13d6cecf
8015500: Prevent sending multiple WINDOW_CLOSED events for already disposed windows
...
Reviewed-by: anthony, serb
2013-06-03 16:27:44 +04:00
James Laskey
b7ee1a873e
8015741: Need a global.load function that starts with a new global scope
...
Reviewed-by: sundar, lagergren
2013-06-03 08:34:29 -03:00
Athijegannathan Sundararajan
49c5af63c9
8015345: Function("}),print('test'),({") should throw SyntaxError
...
Reviewed-by: lagergren, hannesw, jlaskey
2013-06-03 15:58:14 +05:30
Anton Litvinov
8db7e02270
7151823: The test incorrectly recognizing OS
...
Reviewed-by: serb, alexp
2013-06-03 14:05:55 +04:00
Albert Noll
d6efb99686
8013329: File leak in hotspot/src/share/vm/compiler/compileBroker.cpp
...
Added calling of the destructor of CompileLog so that files are closed. Added/moved memory allocation/deallocation of the string that contains the name of the log file to class CompileLog.
Reviewed-by: kvn, roland
2013-06-03 08:52:20 +02:00
Petr Pchelko
05a410aada
8015477: Support single threaded AWT/FX mode
...
Reviewed-by: ant, anthony
2013-06-03 10:14:05 +04:00
Vicente Romero
7ab7587227
6695379: Copy method annotations and parameter annotations to synthetic bridge methods
...
Reviewed-by: mcimadamore
2013-06-01 22:09:18 +01:00
Vicente Romero
0ace868fe4
8010737: javac, known parameter's names should be copied to automatically generated constructors for inner classes
...
Reviewed-by: mcimadamore
2013-06-01 21:57:56 +01:00
Daniel D. Daugherty
54b7fa892a
Merge
2013-06-01 09:28:26 -07:00
Mikhailo Seledtsov
6a7e90e362
6726963: multi_allocate() call does not CHECK_NULL and causes crash in fastdebug bits
...
Using CHECK_NULL when calling multi_allocate() from the corresponding reflection code; added test for this condition
Reviewed-by: dholmes, minqi
2013-05-31 20:24:58 +02:00
Alejandro Murillo
f488447acc
8015690: new hotspot build - hs25-b36
...
Reviewed-by: jcoomes
2013-05-31 10:04:00 -07:00
Alejandro Murillo
43fb923d1b
Added tag hs25-b35 for changeset 02ffee063e24
2013-05-31 09:37:49 -07:00
Alejandro Murillo
4690e29e88
Merge
2013-05-31 09:37:48 -07:00
Phil Race
2cbcc2b315
8015556: [macosx] surrogate pairs do not render properly
...
Reviewed-by: bae, jchen
2013-05-31 09:25:37 -07:00
James Laskey
4cfdae2e46
8015727: Thread safe print function
...
Reviewed-by: sundar
2013-05-31 13:04:55 -03:00
Vladislav Karnaukhov
a754c039be
6436314: Vector could be created with appropriate size in DefaultComboBoxModel
...
Reviewed-by: alexsch, alexp
2013-05-31 19:34:02 +04:00
Vladislav Karnaukhov
9c64c6f45b
7068740: If you wrap a JTable in a JLayer you can't use the page up and page down cmds
...
Reviewed-by: alexsch, alexp
2013-05-31 18:46:41 +04:00
Sergey Malenkov
d834509ee4
8013557: XMLEncoder in 1.7 can't encode objects initialized in no argument constructor
...
Reviewed-by: alexsch
2013-05-31 18:25:38 +04:00
Stefan Karlsson
70f22c649b
8022880: False sharing between PSPromotionManager instances
...
Pad the PSPromotionManager instances in the manager array.
Reviewed-by: brutisso, jmasa
2013-05-31 14:32:44 +02:00
Athijegannathan Sundararajan
a48b38238f
8012164: Error.stack needs trimming
...
Reviewed-by: lagergren, jlaskey
2013-05-31 17:39:12 +05:30
Erik Joelsson
14c2e56643
8014003: New build does not handle symlinks in workspace path
...
Reviewed-by: tbell
2013-05-31 14:07:42 +02:00
Erik Joelsson
9fcacb29a5
7195481: FDS: debuginfo file for libjdwp.so is missed
...
Reviewed-by: tbell
2013-05-31 14:05:09 +02:00
Anton Tarasov
391e1eadef
8015589: Test java/awt/Window/Grab/GrabTest.java fails on MacOSX
...
Reviewed-by: anthony
2013-05-31 15:56:07 +04:00
Joel Borggren-Franck
6d51346158
8014709: Constructor.getAnnotatedReturnType() returns empty AnnotatedType
...
Reviewed-by: stefank, rbackman
2013-05-31 13:02:24 +02:00
Attila Szegedi
c6404425ec
8015673: Type for :e symbol is wrong
...
Reviewed-by: jlaskey, lagergren
2013-05-31 12:58:02 +02:00
Attila Szegedi
102a06fdef
8015674: CodeGenerator.initSymbols mutates a list
...
Reviewed-by: jlaskey, lagergren
2013-05-31 12:57:44 +02:00
Attila Szegedi
9617ee41ca
8015684: FieldObjectCreator.putField ignores getValueType
...
Reviewed-by: jlaskey, lagergren
2013-05-31 12:57:25 +02:00
Attila Szegedi
8bcbbe70de
8015693: reduce NodeLiteralNode to NullLiteralNode
...
Reviewed-by: jlaskey, lagergren
2013-05-31 12:56:56 +02:00
Andrew Brygin
3c4b82e2bb
8015606: Text is not rendered correctly if destination buffer is custom
...
Reviewed-by: prr, vadim
2013-05-31 14:30:28 +04:00
Anthony Petrov
912472fd71
8013189: JMenuItems draw behind TextArea
...
Untie XTextAreaPeer internal components from the TextArea parent to prevent its invalidation. I.e. force the java.awt.smartInvalidate=true locally.
Reviewed-by: art, serb
2013-05-31 14:12:53 +04:00
Chris Hegarty
92e9e2aa1a
Merge
2013-05-31 10:28:34 +01:00
Chris Hegarty
2252b22e09
Merge
2013-05-31 10:28:30 +01:00
Chris Hegarty
be37475c2b
Merge
2013-05-31 10:27:50 +01:00
Chris Hegarty
a8432ef7c5
Merge
2013-05-31 10:27:12 +01:00
Chris Hegarty
9d0cc8e33d
Merge
2013-05-31 10:26:20 +01:00
Vicente Romero
06d1d22eb5
7179353: try-with-resources fails to compile with generic exception parameters
...
Reviewed-by: mcimadamore
2013-05-31 10:04:59 +01:00
Paul Sandoz
f2224939ec
8013649: HashMap spliterator tryAdvance() encounters remaining elements after forEachRemaining()
...
Reviewed-by: chegar
2013-05-31 10:53:19 +02:00