Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
4ec57dff
D
dragonwell8_hotspot
项目概览
openanolis
/
dragonwell8_hotspot
通知
2
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_hotspot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
4ec57dff
编写于
2月 20, 2015
作者:
A
amurillo
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
4f516d57
1a4b9c4a
变更
3
展开全部
显示空白变更内容
内联
并排
Showing
3 changed file
with
401 addition
and
74 deletion
+401
-74
.hgtags
.hgtags
+3
-0
make/aix/makefiles/xlc.make
make/aix/makefiles/xlc.make
+6
-0
src/os/aix/vm/perfMemory_aix.cpp
src/os/aix/vm/perfMemory_aix.cpp
+392
-74
未找到文件。
.hgtags
浏览文件 @
4ec57dff
...
...
@@ -590,3 +590,6 @@ ebf89088c08ab0508b9002b48dd3d68a340259af hs25.60-b01
5fa73007ceb92a13742fc4a24ec935a6494f8045 hs25.60-b02
702cc6067686acaa45f7b455b7490edc056c2ae0 jdk8u60-b01
1f6ba0d2923dadba87aac4ed779dd1ed0161ec2b hs25.60-b03
38f6080523831ae9a6907c780f2042b82f3213ca jdk8u60-b02
9d6eb2757167744a17ea71f8b860430d70941eda jdk8u60-b03
0fb1ac49ae7764c5d7c6dfb9fe046d0e1a4eb5aa hs25.60-b04
make/aix/makefiles/xlc.make
浏览文件 @
4ec57dff
...
...
@@ -74,6 +74,12 @@ CFLAGS += -D_REENTRANT
# no xlc counterpart for -fcheck-new
# CFLAGS += -fcheck-new
# We need to define this on the command line if we want to use the the
# predefined format specifiers from "inttypes.h". Otherwise system headrs
# can indirectly include inttypes.h before we define __STDC_FORMAT_MACROS
# in globalDefinitions.hpp
CFLAGS
+=
-D__STDC_FORMAT_MACROS
ARCHFLAG
=
-q64
CFLAGS
+=
$(ARCHFLAG)
...
...
src/os/aix/vm/perfMemory_aix.cpp
浏览文件 @
4ec57dff
此差异已折叠。
点击以展开。
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录