首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 企业软件 > 行业软件 >

IBM JDK 能不坑吗

2013-11-11 
IBM JDK 能不坑吗?FileChannel rwChannel =new RandomAccessFile(reportFilePath + reportFileName+ gener

IBM JDK 能不坑吗?
FileChannel rwChannel =new RandomAccessFile(reportFilePath + reportFileName+ generaFileDate + ".TXT", "rw").getChannel();byte[] a = sb.toString().getBytes();ByteBuffer wrBuf = rwChannel.map(FileChannel.MapMode.READ_WRITE,POSITION, a.length);POSITION = POSITION+a.length;wrBuf.put(a);

?一次写入100,000条数据,笔记本正常(1.GJVM,Jrockit),服务器(4G JVM IBM JDK1.6.0)outofmemory

IBM官网Bug记录:http://www-01.ibm.com/support/docview.wss?uid=swg1IV34570

求不坑。

热点排行