Mike Duigou
10f955e370
8011814: Add testng.jar to Netbeans projects test compile classpath
...
8013271: Add MacOS sources to J2SE Netbeans project
8013272: JDK Netbeans projects should use ASCII encoding for sources
Reviewed-by: lancea
2013-04-30 12:31:51 -07:00
Lance Andersen
785f0d2a94
8010416: Add a way for java.sql.Driver to be notified when it is deregistered
...
Reviewed-by: alanb, ulfzibis
2013-04-30 14:44:25 -04:00
Erik Helin
10be07bb9d
8008541: Remove old code in HotSpot that supported the jmap -permstat functionality
...
Reviewed-by: sla, brutisso
2013-04-30 16:36:24 +02:00
Sergey Bylokhov
eecd56482f
7166296: closed/java/awt/Frame/DisabledParentOfToplevel/DisabledParentOfToplevel.html failed since 1.8.0b36
...
Reviewed-by: anthony, art
2013-04-30 17:27:48 +04:00
Zhengyu Gu
a2f5f4ca1b
8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6'
...
Grab and drop SR_lock to get the thread to honor the safepoint protocol
Reviewed-by: dcubed, coleenp
2013-04-30 09:17:06 -04:00
James Laskey
ab18b431cb
8006220: Simplify PropertyMaps
...
Reviewed-by: hannesw, lagergren
2013-04-30 10:05:42 -03:00
Sean Coffey
b342ac9ee1
8000642: Better handling of objects for transportation
...
Reviewed-by: alanb, mchung, skoivu
2013-04-30 11:53:51 +01:00
Alexander Scherbatiy
07098f1684
8012330: [macosx] Sometimes the applet showing the modal dialog itself loses the ability to gain focus
...
Reviewed-by: serb, ant
2013-04-30 13:55:48 +04:00
Staffan Larsen
c8db53ce50
Merge
2013-04-30 02:28:42 -07:00
Mikhail Cherkasov
6eb1682ef6
8012004: JInternalFrame not being finalized after closing
...
Reviewed-by: alexsch, alexp
2013-04-30 13:24:14 +04:00
Staffan Larsen
60a56c2f06
8013466: SA crashes when attaching to a process on OS X
...
Reviewed-by: coleenp, rbackman, minqi
2013-04-30 10:53:58 +02:00
Marcus Lagergren
a2c222ef34
8013533: Increase code coverage report for types and logging
...
Reviewed-by: hannesw, sundar
2013-04-30 09:42:13 +02:00
Andrew Brygin
1f000b9fda
8012597: Better image channel verification
...
Reviewed-by: vadim
2013-04-30 04:41:01 +04:00
Jim Laskey
5c0631d52b
Merge
2013-04-29 21:38:08 -03:00
Jim Laskey
15bfc21f2d
Merge
2013-04-29 21:37:46 -03:00
Jim Laskey
1347bd291b
Merge
2013-04-29 21:37:25 -03:00
Mark Sheppard
8394ed673f
8007373: Inet6Address serialization incompatibility
...
Reviewed-by: alanb, chegar
2013-04-29 23:07:22 +01:00
Staffan Larsen
ab5d36141f
8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params
...
Reviewed-by: mchung, rbackman, jbachorik
2013-04-30 10:48:25 +02:00
Brian Goetz
73fcb04231
8011917: Add java.util.stream.Collectors utilities
...
Reviewed-by: darcy, mduigou
2013-04-29 22:03:04 -07:00
Attila Szegedi
8c132a0300
8008814: Configurable ignore/warning/error behavior for function declaration as statement
...
Reviewed-by: jlaskey, sundar
2013-04-29 23:22:20 +02:00
Mike Duigou
7a7e17fa96
Merge
2013-04-29 14:21:14 -07:00
Mike Duigou
f18c58b0fd
8008632: Additional JavaDoc tags @apiNote, @implSpec and @implNote
...
Reviewed-by: briangoetz, alanb, rriggs
2013-04-29 14:20:02 -07:00
Mikael Vidstedt
9e8a3585b0
8012015: Use PROT_NONE when reserving memory
...
Reserved memory had PROT_READ+PROT_WRITE access on Linux/bsd, now changed to PROT_NONE.
Reviewed-by: dholmes, ctornqvi
2013-04-29 11:03:49 -07:00
Harold Seigel
c108e3a79f
Merge
2013-04-29 16:36:17 -04:00
Harold Seigel
2a692f80bf
8011773: Some tests on Interned String crashed JVM with OOM
...
Instead of terminating the VM, throw OutOfMemoryError exceptions.
Reviewed-by: coleenp, dholmes
2013-04-29 16:13:57 -04:00
Chris Hegarty
2aaf545877
Merge
2013-04-29 18:12:28 +01:00
Johnny Chen
08b07cc598
8005302: [findbugs] public methods return internal arrays; may be private
...
Reviewed-by: bae, prr
2013-04-29 10:02:21 -07:00
Omair Majid
c3f688a4e2
8013480: fix zero build on arm
...
Reviewed-by: erikj
2013-04-29 12:34:53 -04:00
Sean Mullan
86ae90ad59
8009217: REGRESSION: test com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java fails to compile since 7u21b03
...
Reviewed-by: xuelei
2013-04-29 11:47:17 -04:00
Athijegannathan Sundararajan
56129142b0
8013444: JSON.parse does not invoke "reviver" callback as per spec
...
Reviewed-by: jlaskey, hannesw
2013-04-29 18:40:40 +05:30
Dmeetry Degrave
f93211b1fa
8011986: [corba] idlj generates read/write union helper methods that throw wrong exception in some cases
...
Reviewed-by: lancea
2013-04-29 16:51:32 +04:00
Dmeetry Degrave
83a4efe565
4504275: CORBA boolean type unions do not generate compilable code from idlj
...
JLS doesn't allow boolean type in switch statement, hence substituted by if statement.
Reviewed-by: lancea
2013-04-29 16:44:32 +04:00
Sergey Malenkov
4eac739177
8007458: [findbugs] One more beans issue, with ReflectionUtils
...
Reviewed-by: art, alexsch
2013-04-29 16:42:22 +04:00
John Zavgren
db7849a34b
8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c
...
Modified code to fix this leak and then proactively fixed improper calls to realloc() in the windows native code that can also cause leaks.
Reviewed-by: chegar, khazra, dsamersoff
2013-04-29 08:17:27 -04:00
David Holmes
e0cc6375d8
8010280: jvm.cfg needs updating for non-server builds
...
Generate jvm.cfg based on chosen VMs for non-"standard" builds and remove legacy entries from committed jvm.cfg files
Reviewed-by: mduigou, tbell
2013-04-29 07:40:04 -04:00
Attila Szegedi
a659fce8ff
8013419: Streamline handling of with and eval
...
Reviewed-by: hannesw, lagergren
2013-04-29 13:21:17 +02:00
Nils Eliasson
dedfcd5aa4
8012547: Code cache flushing can get stuck reclaming of memory
...
Keep sweeping regardless of if we are flushing
Reviewed-by: kvn, twisti
2013-04-29 13:20:19 +02:00
Mikael Gerdin
40531b2009
8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking
...
Change Metaspace::deallocate to take lock with _no_safepoint_check_flag
Reviewed-by: coleenp, jmasa, dholmes
2013-04-29 13:07:27 +02:00
Alan Bateman
a06b5fe6d7
8013415: Changes for JDK-8005523 requires updates to refs.allowed
...
Reviewed-by: chegar
2013-04-29 10:28:22 +01:00
Jiangli Zhou
a4ca5b8a49
Merge
2013-04-29 01:58:43 -07:00
Mikael Gerdin
fa84ba4ba9
Merge
2013-04-29 09:31:59 +02:00
Carlos Lucasius
ab42e2c0ca
8010428: Special -agentpath checks needed with minimal VM to produce proper error message
...
Reviewed-by: dholmes, alanb, cjplummer, olagneau
2013-04-28 18:24:04 -04:00
Alan Bateman
9077ce999d
8013413: javadoc warnings
...
Reviewed-by: lancea, chegar
2013-04-28 21:06:36 +01:00
Chris Hegarty
11fdff9c0a
Merge
2013-04-28 08:16:45 +01:00
Chris Hegarty
09a04066fd
Merge
2013-04-28 08:16:41 +01:00
Chris Hegarty
d273befad4
Merge
2013-04-28 08:15:54 +01:00
Chris Hegarty
ebbd969118
Merge
2013-04-28 08:15:33 +01:00
Chris Hegarty
ebfad2cf30
Merge
2013-04-28 08:15:21 +01:00
Weijun Wang
70b23a07be
8005523: Unbound krb5 for TLS
...
Reviewed-by: xuelei
2013-04-27 18:25:16 +08:00
Peter Levart
95aba47819
7123493: (proxy) Proxy.getProxyClass doesn't scale under high load
...
Reviewed-by: mchung
2013-04-26 16:09:53 -07:00