Tobias Hartmann
a67aa1e3df
8043284: Optimize signed integer comparison
...
Folding of BoolNode if input add/sub of CmpI overflows and we can prove that compared value is not in the two resulting ranges. Added test for CmpI and CmpU optimizations.
Reviewed-by: kvn, rbackman, roland
2014-08-11 13:01:37 +02:00
Pushan Hinduja
a3cf5e1850
6708093: Redundant unused native method declaration in LCMS.java
...
Reviewed-by: bae, prr
2014-08-11 10:42:51 +04:00
Anisha Nagarajan
29ec29b142
6975892: Javadoc typo in javax.print.attribute.standard.DialogTypeSelection
...
Fix typos in javax.print.attribute.standard.DialogTypeSelection
Reviewed-by: prr
2014-08-11 10:39:17 +04:00
Pushan Hinduja
90f1fde6b4
8043693: A typo in the javadoc for javax.imageio.ImageReader
...
Correct a typo in the javadoc for javax.imageio.ImageReader
Reviewed-by: prr
2014-08-11 10:32:21 +04:00
Lana Steuck
d4142068b2
Added tag jdk9-b26 for changeset e60692e4f736
2014-08-10 19:39:07 -07:00
Lana Steuck
4e543f382a
Added tag jdk9-b26 for changeset 5cc16d71dc7a
2014-08-10 19:39:06 -07:00
Lana Steuck
d1c0417898
Added tag jdk9-b26 for changeset 2c05592cf0f2
2014-08-10 19:39:01 -07:00
Lana Steuck
39ca89d315
Added tag jdk9-b26 for changeset f51938efd4f6
2014-08-10 19:38:59 -07:00
Lana Steuck
e35087b430
Added tag jdk9-b26 for changeset 38b0d0abca49
2014-08-10 19:38:56 -07:00
Lana Steuck
99d4b78fae
Added tag jdk9-b26 for changeset 3a55fad9854a
2014-08-10 19:38:53 -07:00
Lana Steuck
b719714b5f
Added tag jdk9-b26 for changeset 30a18bb9b88d
2014-08-10 19:38:52 -07:00
Lana Steuck
a00c5cca87
Added tag jdk9-b26 for changeset 11e239e69325
2014-08-10 19:38:50 -07:00
Lana Steuck
051ebee267
Added tag jdk9-b26 for changeset a64f0cd60e66
2014-08-09 21:27:44 -07:00
Lana Steuck
e238dea6b3
Added tag jdk9-b26 for changeset 196b7a50a266
2014-08-09 21:27:42 -07:00
Lana Steuck
323e486044
Added tag jdk9-b26 for changeset f51938efd4f6
2014-08-09 21:27:29 -07:00
Lana Steuck
491e405b22
Added tag jdk9-b26 for changeset 38b0d0abca49
2014-08-09 21:27:18 -07:00
Lana Steuck
6fa6e652a9
Added tag jdk9-b26 for changeset 3a55fad9854a
2014-08-09 21:27:07 -07:00
Lana Steuck
0289fe1994
Added tag jdk9-b26 for changeset 30a18bb9b88d
2014-08-09 21:27:05 -07:00
Lana Steuck
d5d1326409
Added tag jdk9-b26 for changeset 11e239e69325
2014-08-09 21:27:00 -07:00
Jon Masamitsu
d4ca2cc557
Merge
2014-08-08 16:24:16 -07:00
Fredrik Öhrström
c110d6437f
8054465: Add --permit-artifact=bar to sjavac
...
Add --permit-artifact=bar to white-list files that have been written to the destination directory and that sjavac should not delete.
Reviewed-by: jjg, alundblad
2014-08-09 00:56:29 +02:00
Igor Veresov
0cb7282446
8047130: Fewer escapes from escape analysis
...
Treat max_stack attribute as an int in bytecode escape analyzer
Reviewed-by: kvn, twisti, ahgross
2014-08-08 13:23:30 -07:00
Phil Race
f8ddfbb0fa
Merge
2014-08-08 12:54:39 -07:00
Fredrik Öhrström
c8256e4d27
8054474: Add --state-dir=bar to sjavac
...
Add --state-dir=bar to sjavac to control where sjavac stores the javac_state file.
Reviewed-by: jjg, alundblad
2014-08-08 21:26:23 +02:00
Fredrik Öhrström
ce6154a2fa
8054461: Add @file support to sjavac
...
Add @file support to sjavac commandline.
Reviewed-by: jjg, alundblad
2014-08-08 20:47:24 +02:00
Alejandro Murillo
29ec2196ef
Merge
2014-08-08 11:36:48 -07:00
Felix Yang
d1ee28b070
8043836: Need new tests for AES cipher
...
Add AES cipher tests with various modes, padding schemes and read methods of CipherInputStream for SunJCE provider
Reviewed-by: valeriep
2014-08-08 17:47:50 +00:00
Sergey Bylokhov
c3e5433814
6302052: Reference to nonexistant Class in javadoc
...
Reviewed-by: azvegint, alexsch
2014-08-08 21:46:29 +04:00
Sergey Bylokhov
90f4ae0676
8054431: Some of the input validation in the javasound is too strict
...
Reviewed-by: azvegint, alexsch
2014-08-08 21:40:46 +04:00
Vladimir Kozlov
648272884a
Merge
2014-08-08 10:35:05 -07:00
Jon Masamitsu
1cf05b831f
Merge
2014-08-08 07:38:34 -07:00
Athijegannathan Sundararajan
3b73e95849
8054651: Global.initConstructor and ScriptFunction.getPrototype(Object) can have stricter types
...
Reviewed-by: attila, jlaskey, hannesw
2014-08-08 19:07:17 +05:30
Alexander Scherbatiy
bd7970ecb9
8017284: Aqua LaF: memory leak when HTML is used for JTabbedPane tab titles
...
Reviewed-by: serb, pchelko
2014-08-08 16:19:36 +04:00
Alexander Scherbatiy
2d07a3650d
8049533: SwingUtilities.convertMouseEvent misses MouseWheelEvent.preciseWheelRotation
...
Reviewed-by: serb, pchelko
2014-08-08 16:13:15 +04:00
Alexander Scherbatiy
62bbf50825
8051359: JPopupMenu creation in headless mode with JDK9b23 causes NPE
...
Reviewed-by: serb, pchelko
2014-08-08 16:05:52 +04:00
Hannes Wallnöfer
a8ece5cffc
8043956: Make code caching work with optimistic typing and lazy compilation
...
Reviewed-by: attila, lagergren
2014-08-08 12:50:46 +02:00
Jon Masamitsu
30d4217ecd
Merge
2014-08-07 20:17:37 -07:00
Morris Meyer
a6397cd368
8040920: Uninitialised memory in hotspot/src/share/vm/code/dependencies.cpp
...
Fixed parfait initialization issue.
Reviewed-by: kvn, twisti
2014-08-07 18:09:12 -07:00
Brent Christian
f3df8c7f97
8034032: Check src/macosx/native/java/util/prefs/MacOSXPreferencesFile.m for JNI pending issues
...
Reviewed-by: chegar
2014-08-07 14:20:53 -07:00
Xueming Shen
5ef6775117
8048025: Ensure cache consistency
...
To support zip entry with null character(s) embedded
Reviewed-by: alanb, weijun
2014-08-07 12:57:23 -07:00
Zhengyu Gu
f0cf82f571
8046598: Scalable Native memory tracking development
...
Enhance scalability of native memory tracking
Reviewed-by: coleenp, ctornqvi, gtriantafill
2014-08-07 12:18:58 -07:00
Athijegannathan Sundararajan
35c5f0ad5d
8051346: Test262 tests for ECMAScript 5 now in branch "es5-tests"
...
Reviewed-by: attila, hannesw
2014-08-07 19:19:46 +05:30
Erik Gahlin
c231764323
8049340: sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.java timed out
...
Reviewed-by: jbachorik
2014-08-07 15:16:35 +02:00
Sergey Bylokhov
fad5841384
8054372: Cleanup of com.sun.media.sound packages
...
Reviewed-by: azvegint, prr
2014-08-07 17:02:48 +04:00
Ivan Gerasimov
e3b86ec908
8046343: (smartcardio) CardTerminal.connect('direct') does not work on MacOSX
...
Reviewed-by: mullan, valeriep
2014-08-07 15:32:23 +04:00
Ivan Gerasimov
b79daf9354
8054221: StringJoiner imlementation optimization
...
Reviewed-by: martin
2014-08-07 15:07:33 +04:00
Attila Szegedi
9d38762126
8046026: CompiledFunction.relinkComposableInvoker assert is being hit
...
Reviewed-by: hannesw, jlaskey, sundar
2014-08-07 11:06:45 +02:00
Marcus Larsson
ae0190f121
8051837: Remove temporary G1UseParallelRSetUpdating and G1UseParallelRSetScanning flags
...
Reviewed-by: stefank, tschatzl
2014-08-07 09:35:08 +02:00
Masayoshi Okutsu
d84a697aad
8048123: Replace calendars.properties with another mechanism to specify a new Japanese calendar era
...
Reviewed-by: naoto, alanb
2014-08-07 13:04:26 +09:00
Alexander Potochkin
f7855341e8
8041982: Use of animated icon in JLayer causes CPU spin
...
Reviewed-by: alexsch
2014-08-06 21:46:17 +04:00