8056210: Move libawt file to windows directory

Reviewed-by: serb, psadhukhan
This commit is contained in:
Phil Race 2016-07-28 09:54:55 -07:00
parent be7dab7c9a
commit 7166a167e1
3 changed files with 1 additions and 3 deletions

View File

@ -147,8 +147,6 @@ endif
ifeq ($(OPENJDK_TARGET_OS), windows)
LIBAWT_DIRS += $(JDK_TOPDIR)/src/java.desktop/share/native/common/awt/utility
else
LIBAWT_EXFILES := java2d/ShaderList.c
endif
ifneq ($(filter $(OPENJDK_TARGET_OS), solaris linux macosx aix), )

View File

@ -49,7 +49,7 @@ ShaderList_AddProgram(ShaderList *programList,
info = (ShaderInfo *)malloc(sizeof(ShaderInfo));
if (info == NULL) {
J2dTraceLn(J2D_TRACE_ERROR,
"OGLContext_AddProgram: could not allocate ShaderInfo");
"D3DContext_AddProgram: could not allocate ShaderInfo");
return;
}