David Holmes
945d6e8f23
8004265: Add build support for Compact Profiles
...
Reviewed-by: erikj, ohair
2013-01-21 23:17:58 -05:00
David Holmes
08f31d5198
8006651: build-infra: Import.gmk needs to add support for the minimal VM
...
Reviewed-by: erikj, ohair
2013-01-21 21:54:51 -05:00
Karen Kinnear
706efde6df
Merge
2013-01-21 16:11:24 -05:00
Maurizio Cimadamore
3054ea5580
8005166: Add support for static interface methods
...
Support public static interface methods
Reviewed-by: jjg
2013-01-21 20:19:53 +00:00
Maurizio Cimadamore
a6fc182d40
8005851: Remove support for synchronized interface methods
...
Synchronized default methods are no longer supported
Reviewed-by: jjg
2013-01-21 20:15:16 +00:00
Maurizio Cimadamore
422c8bd914
8006566: Remove transient lambda-related guards from JavacParser
...
Remove transitional internal flag for allowing intersection types in cast
Reviewed-by: jjg
2013-01-21 20:14:39 +00:00
Maurizio Cimadamore
442154dcf9
8005244: Implement overload resolution as per latest spec EDR
...
Add support for stuck expressions and provisional applicability
Reviewed-by: jjg
2013-01-21 20:13:56 +00:00
Lana Steuck
8c4608f165
Merge
2013-01-21 11:16:36 -08:00
Lana Steuck
e5aa886e8b
Merge
2013-01-21 11:16:28 -08:00
Lance Andersen
11e010320c
8006642: Fix javadoc warnings due to Integer.MAX_VALUE
...
Reviewed-by: alanb
2013-01-21 14:08:39 -05:00
Jonathan Gibbons
f251cc24ca
8006251: doclint: incorrect position for diagnostic for illegal text in tags
...
Reviewed-by: mcimadamore
2013-01-21 10:07:37 -08:00
Peter Jensen
7967c92db0
8006263: Supplementary test cases needed for doclint
...
Reviewed-by: mcimadamore
2013-01-21 10:00:46 -08:00
Athijegannathan Sundararajan
017fe2d002
8006635: Reduce access levels as much as possible
...
Reviewed-by: jlaskey, lagergren, attila
2013-01-21 21:17:38 +05:30
Erik Joelsson
ece23e1bac
8006579: build-infra: In jvm.cfg, alias -server to -client when no server jvm is built
...
Reviewed-by: tbell
2013-01-21 14:58:23 +01:00
Alexander Scherbatiy
14d1261536
8004298: NPE in WindowsTreeUI.ensureRowsAreVisible
...
Reviewed-by: serb
2013-01-21 17:55:31 +04:00
Doug Lea
3f14786363
8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
...
Reviewed-by: chegar, darcy, goetz
2013-01-21 13:50:05 +00:00
Erik Joelsson
94b0107f2e
Merge
2013-01-21 11:42:31 +01:00
Erik Joelsson
dab7afc69f
8006583: build-infra: Remove /javax/swing/SwingBeanInfoBase.java from src.zip
...
Reviewed-by: tbell
2013-01-21 11:42:17 +01:00
Attila Szegedi
acaee2a2f4
8006525: Give StaticClass objects their own linker
...
Reviewed-by: hannesw, lagergren
2013-01-21 11:03:56 +01:00
Bengt Rutisson
cfbcddfb0f
8006431: os::Bsd::initialize_system_info() sets _physical_memory too large
...
Use HW_MEMSIZE instead of HW_USERMEM to get a 64 bit value of the physical memory on the machine. Also reviewed by vitalyd@gmail.com .
Reviewed-by: sla, dholmes, dlong, mikael
2013-01-21 09:00:04 +01:00
Lana Steuck
f466a4f675
Merge
2013-01-20 23:39:11 -08:00
Lana Steuck
444cf2ed48
Merge
2013-01-20 23:38:27 -08:00
Lana Steuck
8e565b0c0e
Merge
2013-01-20 23:37:21 -08:00
Lana Steuck
aa42a1616b
Merge
2013-01-20 23:35:25 -08:00
Jason Uh
3d92cb12a6
8006092: SecurityPermission: printIdentity doesn't exist
...
Reviewed-by: weijun
2013-01-21 15:05:49 +08:00
David Holmes
2f7185008f
8004265: Add build support for Compact Profiles
...
Reviewed-by: erikj, ohair
2013-01-21 01:50:40 -05:00
Alan Bateman
c4c9a281f3
8004182: Add support for profiles in javac
...
Reviewed-by: dholmes
2013-01-21 01:46:31 -05:00
Masayoshi Okutsu
6bc0d6d200
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
...
8006509: Add more calendar symbol names from CLDR
Reviewed-by: peytoia
2013-01-21 15:41:30 +09:00
Jonathan Gibbons
caf667de05
8004182: Add support for profiles in javac
...
Reviewed-by: mcimadamore
2013-01-21 01:27:42 -05:00
Bhavesh Patel
bd4ebc07d8
8006124: javadoc/doclet should be updated to support profiles
...
Reviewed-by: jjg
2013-01-21 00:45:35 -05:00
Bhavesh Patel
2c52089918
8006124: javadoc/doclet should be updated to support profiles
...
Reviewed-by: jjg, dholmes
2013-01-21 00:31:34 -05:00
Bhavesh Patel
2b742e4081
8006124: javadoc/doclet should be updated to support profiles
...
Reviewed-by: jjg, dholmes
2013-01-21 00:29:59 -05:00
Masayoshi Okutsu
f9d0dd3d72
4745761: (cal) RFE: Support builder for constructing Calendar
...
Reviewed-by: peytoia
2013-01-21 12:04:55 +09:00
Chris Hegarty
6b32c387f1
8006560: java/net/ipv6tests/B6521014.java fails intermittently
...
Reviewed-by: khazra, wetmore
2013-01-20 09:37:51 +00:00
Athijegannathan Sundararajan
993b92c985
8006557: JDK8/Lambda build clashes on Map.replace()
...
Reviewed-by: jlaskey
2013-01-19 22:35:43 +05:30
Lance Andersen
69757a1c92
8005080: JDBC 4.2 Core changes
...
Reviewed-by: naoto
2013-01-19 10:53:14 -05:00
Lance Andersen
c98a554aaf
8006139: add missing methods to javax.sql.rowset.serial.SQLInputImpl, SQLOutputImpl
...
Reviewed-by: naoto, ulfzibis, alanb
2013-01-19 10:11:19 -05:00
Mark Sheppard
4e11f499f4
8006568: HTTP protocol handler NLTM Authentication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-19 08:39:20 +00:00
Athijegannathan Sundararajan
7784f11d28
8006584: improve variable handling in NashornScriptEngine
...
Reviewed-by: jlaskey, hannesw
2013-01-19 09:14:43 +05:30
Ragini Prasad
435bcab6c4
8000839: Integrate the Java Access Bridge with Java Runtime
...
Reviewed-by: ptbrunet, erikj
2013-01-18 11:33:31 -08:00
Ragini Prasad
a9080d9ab2
8000839: Integrate the Java Access Bridge with Java Runtime
...
Reviewed-by: ptbrunet, erikj
2013-01-18 11:31:33 -08:00
Alan Bateman
69b0c6aad4
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
...
Reviewed-by: chegar
2013-01-18 18:48:44 +00:00
Staffan Larsen
091328ba71
Merge
2013-01-18 19:13:41 +01:00
John Zavgren
9bad85cb03
8005120: Compiler warnings in socket transport native code
...
Reviewed-by: chegar, dsamersoff
2013-01-18 17:34:40 +00:00
Erik Joelsson
8b7552a616
8003693: build-infra: bridgeBuild should allow for partial build (no hotspot)
...
Reviewed-by: tbell
2013-01-18 16:48:25 +01:00
Erik Joelsson
52b64fa9dc
8006567: jre/lib/applet missing from Mac JDK installation
...
Reviewed-by: tbell
2013-01-18 16:44:07 +01:00
Maurizio Cimadamore
00ae27b2cf
8006561: Langtools test failure: missing diags/examples
...
Forgot to hg add tests
Reviewed-by: jjg
2013-01-18 15:38:14 +00:00
Anton Litvinov
ca94a86847
8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
...
Reviewed-by: art, serb
2013-01-18 18:34:46 +04:00
Petr Pchelko
db0f450d53
7179050: [macosx] Make LWAWT be able to run on AppKit thread
...
Removed irrelevant assertions from the LWAWT native methods
Reviewed-by: serb, anthony
2013-01-18 18:17:02 +04:00
Alejandro Murillo
1c9730cfb8
8006511: new hotspot build - hs25-b17
...
Reviewed-by: jcoomes
2013-01-18 05:33:32 -08:00