Lana Steuck
8e2b437a8b
Merge
2011-02-03 19:15:30 -08:00
Christine Lu
12d68f85e1
Added tag jdk7-b128 for changeset d11e5f2eb62c
2011-02-03 17:22:18 -08:00
Kelly O'Hair
a70653025c
Merge
2011-02-02 09:39:31 -08:00
Lana Steuck
87148f819f
Merge
2011-01-28 10:04:51 -08:00
Kelly O'Hair
802c6f397e
Merge
2011-01-27 18:43:47 -08:00
Christine Lu
f1b2110aa0
Added tag jdk7-b127 for changeset a7313d21f4d1
2011-01-27 17:28:46 -08:00
Denis Lila
c3ccfc3a2f
4645692: solveCubic does not return all solutions
...
More robust solveCubic implementation.
Reviewed-by: flar
2011-01-27 16:43:28 -05:00
Kelly O'Hair
698165682e
Merge
2011-01-26 16:05:49 -08:00
Phil Race
eef80dd156
6940890: Java doesn't pick up the correct fontconfig files in latest Solaris Next builds
...
Reviewed-by: bae, igor
2011-01-26 13:26:57 -08:00
Phil Race
e5079417fd
7014738: Update jdk repo application manifests with Windows 7 compatibility section
...
Reviewed-by: bae, igor
2011-01-26 11:46:40 -08:00
Lana Steuck
fce6dbe726
Merge
2011-01-24 13:24:56 -08:00
Lana Steuck
e73349918d
Merge
2011-01-24 13:21:20 -08:00
Lana Steuck
48b8b9464b
Merge
2011-01-24 13:20:07 -08:00
Lana Steuck
24cb367d9f
Merge
2011-01-24 13:18:36 -08:00
Xueming Shen
8bce4225f6
7006576: (zipfs) Path.exists() always returns false on dirs when zip/JAR file built without dirs
...
7009092: (zipfs) ZipPath.isSameFile() should always return true if this Path and the given Path are equal
7009085: (zipfs) ZipPath.normalize("/./.") returns null
7009102: (zipfs) ZipPath.toRealPath() should always return absolute path
Zip filesystem provider update
Reviewed-by: alanb
2011-01-24 11:47:06 -08:00
Pavel Porvatov
76600dc535
6735293: javax.swing.text.NavigationFilter.getNextVisualPositionFrom() not always throws BadLocationException
...
Reviewed-by: peterz
2011-01-24 18:04:37 +03:00
Andrew Brygin
7f68f1c5f4
6999620: [parfait] potential buffer overruns in 2d and awt
...
Reviewed-by: jgodinez, prr
2011-01-24 15:37:57 +03:00
Andrew Brygin
e1a25da53b
7002766: Java2d: Changes to correct c/c++ language issues for use of parfait
...
Reviewed-by: jgodinez, prr
2011-01-24 15:14:26 +03:00
Paul Hohensee
75f781fa99
Merge
2011-01-22 08:43:25 -05:00
Paul Hohensee
300590e5ac
Merge
2011-01-22 08:42:14 -05:00
Zhengyu Gu
fd02f209a2
Merge
2011-01-21 11:38:25 -08:00
Mandy Chung
149fb4d217
Merge
2011-01-21 09:45:23 -08:00
Mandy Chung
01c9167c25
6912013: Remove the temporary launcher fix to add modules in the bootclasspath
...
Reviewed-by: ksrini
2011-01-21 09:43:57 -08:00
Chris Hegarty
d840c67658
Merge
2011-01-21 17:04:13 +00:00
Chris Hegarty
e615d63fad
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
...
Reviewed-by: alanb, michaelm
2011-01-21 17:02:57 +00:00
Phil Race
6c31af960e
6892138: Windows GDI platform font lookup apis affect start-up for small UI apps
...
Reviewed-by: igor, jgodinez
2011-01-21 08:04:04 -08:00
Phil Race
248c3bb784
6892493: potential memory leaks in 2D font code indentified by parfait
...
Reviewed-by: bae, igor
2011-01-21 07:59:15 -08:00
Paul Hohensee
14a381f250
7013682: two test checking cpuTime filed java/lang/management/ThreadMXBean
...
Typo in 6173675 fix dropped getThreadCpuTime(long) result on the floor.
Reviewed-by: mchung, dholmes
2011-01-21 07:29:59 -05:00
Mandy Chung
3a985f5c15
7013739: jdk_rmi target is missing in the top repo's test/Makefile
...
Reviewed-by: ohair, igor
2011-01-20 22:17:31 -08:00
Paul Hohensee
c37b51609d
6173675: M&M: approximate memory allocation rate/amount per thread
...
Subclass com.sun.management.ThreadMXBean from java.lang.management.ThreadMXBean, add getAllocatedBytes() and friends to c.s.m.ThreadMXBean and have sun.management.ThreadImpl implement c.s.m.ThreadMXBean rather than j.l.m.ThreadMXBean.
Reviewed-by: mchung, alanb, dholmes, emcmanus
2011-01-20 19:34:40 -05:00
Christine Lu
fa37805dfa
Added tag jdk7-b126 for changeset 3b85a5b1538a
2011-01-20 15:52:16 -08:00
Phil Race
ef0c3851d3
7013646: remove obsolete fontconfig files for linux and solaris
...
Reviewed-by: igor, jgodinez
2011-01-20 13:56:26 -08:00
Lana Steuck
4732162a80
Merge
2011-01-20 10:49:03 -08:00
Phil Race
33dfd5c1e8
6980204: closed/java/awt/font/LogicalFonts/MappingTest.java fails
...
Reviewed-by: jgodinez
2011-01-20 10:45:39 -08:00
Zhengyu Gu
a534ff63b7
6983248: net/net001 and net/net003 fail on WinXP with JDK7-B108
...
Using closesocket to close socket handler to avoid invalid C runtime parameter exception.
Reviewed-by: alanb, phh, dcubed, dsamersoff, coleenp, acorn
2011-01-20 10:45:58 -05:00
Chris Hegarty
5eb8f2a9ef
7011857: java/util/concurrent/Phaser/FickleRegister.java fails on solaris-sparc
...
Remove from ProblemList, failure resolved by 7009231
Reviewed-by: alanb
2011-01-20 15:23:57 +00:00
Dmitry Cherepanov
abc42d9b10
7011442: AppletClassLoader.java needs to avoid spurious wakeup
...
Reviewed-by: anthony
2011-01-20 14:29:03 +03:00
Dmitry Cherepanov
5fcdecb5a9
7011443: ./share/classes/sun/awt/SunToolkit.java needs to avoid spurious wakeup
...
Reviewed-by: anthony
2011-01-20 14:28:40 +03:00
Dmitry Cherepanov
68d81ea91b
7011446: ./windows/classes/sun/awt/windows/WToolkit.java needs to avoid spurious wakeup
...
Reviewed-by: anthony
2011-01-20 14:27:11 +03:00
Lana Steuck
52038b7a11
Merge
2011-01-19 21:51:10 -08:00
Lana Steuck
e02ca6c7fd
Merge
2011-01-19 19:35:27 -08:00
Lana Steuck
cb72d9f503
Merge
2011-01-19 19:00:30 -08:00
Phil Race
0637d18813
7013109: windows application manifest problems
...
6820955: Update application manifests with new Windows 7 dpiAware section
Reviewed-by: ohair, art
2011-01-19 17:07:51 -08:00
Phil Race
3be956cf8b
6983037: closed/java/awt/font/FontNames/Type1Fonts.java failed due to missed font
...
Reviewed-by: igor
2011-01-19 17:02:52 -08:00
Phil Race
347b9111fb
6951501: EUDC character is not displayed on Swing
...
Reviewed-by: igor, jgodinez
2011-01-19 09:22:40 -08:00
Denis Lila
adca27cd2c
4493128: CubicCurve2D intersects method fails
...
Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
2011-01-19 11:31:27 -05:00
Denis Lila
e9beeba39f
4724552: CubicCurve2D.contains(Rectangle2D) returns true when only partially contained
...
Now using subdivision code in sun.awt.geom.Curve.
Reviewed-by: flar
2011-01-19 09:44:52 -05:00
Pavel Porvatov
7264124305
6246816: SwingSet2 should be rewritten
...
Reviewed-by: peterz
2011-01-19 17:01:50 +03:00
Pavel Porvatov
4edf584b30
6342301: Bad interaction between setting the ui and file filters in JFileChooser
...
Reviewed-by: alexp
2011-01-17 19:14:58 +03:00
Athijegannathan Sundararajan
19889fbd3e
6508943: small typo in the documentation
...
6759414: javascript engine can not write to StringWriter
6869617: RhinoScriptEngine bug : ScriptException cause not set (with fix)
7012701: Add a test to check that Rhino's RegExp parser accepts unescaped '['
Reviewed-by: alanb, jjh
2011-01-17 13:29:12 +05:30