head 1.2; access; symbols pkgsrc-2014Q1:1.1.0.2 pkgsrc-2014Q1-base:1.1; locks; strict; comment @// @; 1.2 date 2014.06.03.03.20.15; author ryoon; state dead; branches; next 1.1; commitid b5DawbQQjE6RB1Dx; 1.1 date 2014.01.20.19.25.11; author joerg; state Exp; branches; next ; commitid hyhhw8fFtwLNfTlx; desc @@ 1.2 log @Bump PKGREVISION Fix PR pkg/48246 again. Add rhino.jar to library path. And remove stale patch @ text @$NetBSD: patch-hotspot_src_share_vm_code_relocInfo.hpp,v 1.1 2014/01/20 19:25:11 joerg Exp $ --- hotspot/src/share/vm/code/relocInfo.hpp.orig 2014-01-05 21:21:58.000000000 +0000 +++ hotspot/src/share/vm/code/relocInfo.hpp @@@@ -371,7 +371,7 @@@@ class relocInfo VALUE_OBJ_CLASS_SPEC { // "immediate" in the prefix header word itself. This optimization // is invisible outside this module.) - inline friend relocInfo prefix_relocInfo(int datalen = 0); + inline friend relocInfo prefix_relocInfo(int datalen); protected: // an immediate relocInfo optimizes a prefix with one 10-bit unsigned value @@@@ -455,6 +455,8 @@@@ class relocInfo VALUE_OBJ_CLASS_SPEC { }; }; +relocInfo prefix_relocInfo(int datalen = 0); + #define FORWARD_DECLARE_EACH_CLASS(name) \ class name##_Relocation; APPLY_TO_RELOCATIONS(FORWARD_DECLARE_EACH_CLASS) @ 1.1 log @Force serial GC during build. Fix friend forward with default arguments. Fix incorrect return value. @ text @d1 1 a1 1 $NetBSD$ @