chegar [Fri, 16 Dec 2011 16:09:41 +0000] rev 11284
7095980: Ensure HttpURLConnection (and supporting APIs) don't expose HttpOnly cookies
Reviewed-by: michaelm
lana [Thu, 15 Dec 2011 19:52:13 -0800] rev 11283
Merge
naoto [Tue, 13 Dec 2011 15:41:47 -0800] rev 11282
4808233: "Locale" not thread-safe
Reviewed-by: okutsu
ohair [Mon, 12 Dec 2011 08:17:28 -0800] rev 11281
7119829: Adjust default jprt testing configuration
Reviewed-by: alanb
chegar [Mon, 12 Dec 2011 03:54:42 -0800] rev 11280
Merge
dl [Mon, 12 Dec 2011 10:45:54 +0000] rev 11279
7118066: Warnings in java.util.concurrent package
Reviewed-by: chegar, dholmes
ngmr [Mon, 12 Dec 2011 11:41:10 +0000] rev 11278
7118907: InetAddress.isReachable() should return false if sendto fails with EHOSTUNREACH
Reviewed-by: alanb, chegar
Contributed-by: Charles Lee <littlee@linux.vnet.ibm.com>
jjh [Fri, 09 Dec 2011 12:56:22 -0800] rev 11277
7117053: Fix build warnings in com/sun/tools/jdi/*
Summary: Warnings fixed. Also reviewed by serguei.spitsyn@oracle.com, who is not yet an openjdk reviewer
Reviewed-by: ksrini
smarks [Thu, 08 Dec 2011 14:57:13 -0800] rev 11276
7118546: fix warnings in javax.xml.crypto, javax.script
Reviewed-by: mullan
omajid [Thu, 08 Dec 2011 13:48:54 -0500] rev 11275
7117612: Miscellaneous warnings in java.lang
Reviewed-by: smarks, dholmes, alanb, darcy
smarks [Wed, 07 Dec 2011 12:12:50 -0800] rev 11274
7117249: fix warnings in java.util.jar, .logging, .prefs, .zip
Reviewed-by: alanb, dholmes, forax, sherman, smarks
Contributed-by: Prasannaa <prasannaa_ss@yahoo.com>, Martijn Verburg <martijnverburg@gmail.com>, Goerge_Albrecht <goerge.albrecht@gmx.net>, Graham Allan <grundlefleck@googlemail.com>, Michael Barker <mikeb01@gmail.com>
lana [Tue, 20 Dec 2011 15:26:23 -0800] rev 11273
Merge
anthony [Tue, 20 Dec 2011 12:48:01 +0300] rev 11272
7122796: SunToolkit constructor should create the EventQueue for the Main AppContext
Summary: Always create an EQ for the main AppContext in SunToolkit constructor
Reviewed-by: art
denis [Mon, 19 Dec 2011 16:44:36 +0400] rev 11271
7117011: Reduce number of warnings in sun/awt/windows and sun/awt/datatransfer
Reviewed-by: art
bagiras [Mon, 19 Dec 2011 15:21:35 +0400] rev 11270
7117334: Warnings cleanup day: reduce number of javac warnings in the java.awt package
Reviewed-by: art, denis, alexsch
lana [Fri, 16 Dec 2011 12:12:17 -0800] rev 11269
Merge
alexsch [Tue, 13 Dec 2011 18:38:39 +0400] rev 11268
7116950: Reduce number of warnings in swing
Reviewed-by: art
alexsch [Tue, 13 Dec 2011 17:30:21 +0400] rev 11267
7120869: javax/swing/JScrollBar/4708809/bug4708809.java fails on Windows
Summary: The robot auto-delay is increased to fix the test failing on Windows.
Reviewed-by: alexp
alexsch [Tue, 13 Dec 2011 15:32:28 +0400] rev 11266
7112931: closed/javax/swing/JTabbedPane/6416920/bug6416920.java fails on MacOS
Reviewed-by: alexp
alexsch [Mon, 12 Dec 2011 15:33:49 +0400] rev 11265
7105890: closed/javax/swing/JScrollBar/4708809/bug4708809.java deadlocks on MacOS
Reviewed-by: alexp
art [Wed, 07 Dec 2011 17:45:22 +0400] rev 11264
7117008: Warnings cleanup day: reduce number of javac warnings in the sun.awt package
Reviewed-by: anthony, denis, bagiras
cl [Thu, 22 Dec 2011 19:00:41 -0800] rev 11263
Added tag jdk8-b18 for changeset 18c0332b5a94
duke [Wed, 05 Jul 2017 17:58:02 +0200] rev 11262
Merge
amurillo [Fri, 23 Dec 2011 15:24:44 -0800] rev 11261
Added tag hs23-b09 for changeset 1020a9a071b7
amurillo [Fri, 23 Dec 2011 15:24:43 -0800] rev 11260
Merge
vladidan [Thu, 22 Dec 2011 12:01:46 -0500] rev 11259
Merge
coleenp [Wed, 21 Dec 2011 18:22:14 -0800] rev 11258
Merge
coleenp [Wed, 21 Dec 2011 16:41:15 -0500] rev 11257
7064927: retransformClasses() does not pass in LocalVariableTable of a method
Summary: Handle LVT attribute in the class file reconstitutor.
Reviewed-by: phh, coleenp
Contributed-by: thomaswue <thomas.wuerthinger@oracle.com>
phh [Wed, 21 Dec 2011 15:48:16 -0500] rev 11256
7091417: recvfrom's 6th input should be of type socklen_t
Summary: Revamp class os's socket method formal args to match socket.h, insert casts in appropriate places, and copyin-copyout int*'s that s/b socklen_t*'s in jvm.cpp.
Reviewed-by: coleenp, dholmes
Contributed-by: erik.gahlin@oracle.com, rickard.backman@oracle.com, nils.loodin@oracle.com, markus.gronlund@oracle.com
phh [Mon, 19 Dec 2011 21:38:51 -0800] rev 11255
Merge
phh [Mon, 19 Dec 2011 15:50:47 -0500] rev 11254
7122880: Extend vendor-specific command interface to include manageable switches
Summary: Add Flag::external_ext()/writable_ext(), both return false.
Reviewed-by: coleenp, zgu
coleenp [Mon, 19 Dec 2011 15:34:09 -0500] rev 11253
7122939: TraceBytecodes broken with UseCompressedOops
Summary: Disable verify_heapbase on sparc if TraceBytecodes because the latter uses r12 as a temp register
Reviewed-by: coleenp, phh
Contributed-by: Volker Simonis <volker.simonis@gmail.com>